Merge pull request #254 from square/eric/readme

Remove package API from README
This commit is contained in:
Jesse Wilson
2017-02-04 19:40:01 -05:00
committed by GitHub

View File

@@ -33,8 +33,8 @@ your application classes.
format of the encoded JSON.
* New: `JsonReader.selectName()` and `selectString()` optimize decoding JSON with known names and
values.
* New: `Types.nextAnnotations()` and `Types.createJsonQualifierImplementation()` reduce the amount
of code required to implement a custom `JsonAdapter.Factory`.
* New: `Types.nextAnnotations()` reduces the amount of code required to implement a custom
`JsonAdapter.Factory`.
* Fix: Don't fail on large longs that have a fractional component like `9223372036854775806.0`.
## Version 1.3.1