Skip to content

Commit 8a05ad8

Browse files
author
Mitchell Hentges
committed
Bump version
1 parent cfb81c6 commit 8a05ad8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.0.3
2+
3+
Performance release
4+
5+
* Detecting constants (whitespace, numbers) is now faster
6+
* Improves avoidance of processing for end-of-block (e.g. object or array), when no end-of-block is occurring
7+
18
# 1.0.2
29

310
* Don't include Junit in compile scope. Instead, it should only be available for testing

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ List<Object> list = parse.list(listString);
2121
<dependency>
2222
<groupId>ca.fuzzlesoft</groupId>
2323
<artifactId>json-parse</artifactId>
24-
<version>1.0.2</version>
24+
<version>1.0.3</version>
2525
</dependency>
2626
```
2727

2828
**Gradle**
2929
```
30-
compile 'ca.fuzzlesoft:json-parse:1.0.2'
30+
compile 'ca.fuzzlesoft:json-parse:1.0.3'
3131
```
3232

3333
## Features

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>ca.fuzzlesoft</groupId>
66
<artifactId>json-parse</artifactId>
7-
<version>1.0.2</version>
7+
<version>1.0.3</version>
88
<packaging>jar</packaging>
99

1010
<name>Json Parse</name>

0 commit comments

Comments
 (0)