Skip to content

Commit be9fe94

Browse files
committed
Release 1.3.4
1 parent 0c89c32 commit be9fe94

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.3.4
2+
3+
Bugfix release
4+
5+
* Fix formatting of some JsonParseException errors, such as "Unexpected character ... instead of array value"
6+
* Properly handles escape sequences and unicode code points
7+
* Fixes issue where if a string ended with an escaped double-quote, a failure would be encountered
8+
19
# 1.3.3
210

311
Bugfix release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ System.out.println(unkown.getClass());
3636
<dependency>
3737
<groupId>ca.fuzzlesoft</groupId>
3838
<artifactId>json-parse</artifactId>
39-
<version>1.3.3</version>
39+
<version>1.3.4</version>
4040
</dependency>
4141
```
4242

4343
**Gradle**
4444
```
45-
compile 'ca.fuzzlesoft:json-parse:1.3.3'
45+
compile 'ca.fuzzlesoft:json-parse:1.3.4'
4646
```
4747

4848
## 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.3.3</version>
7+
<version>1.3.4</version>
88
<packaging>jar</packaging>
99

1010
<name>Json Parse</name>

0 commit comments

Comments
 (0)