File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments