Skip to content

Commit

Permalink
Releases v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpt committed Jul 27, 2021
1 parent 63f9904 commit d87bdc3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## [0.1.1] - 2021-07-27

### Added
- Support for encoded UTF-16 surrogate pairs like `"\ud83d\udd25"`.
The parser now complies with all [JSONTestSuite](https://github.com/nst/JSONTestSuite) positive and negative tests.


## [0.1.0] - 2021-05-30

### Added
- JSON streaming parser.
- JSON streaming serializer.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "json-event-parser"
version = "0.1.0"
version = "0.1.1"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit d87bdc3

Please sign in to comment.