mirror of
https://github.com/fankes/moshi.git
synced 2025-12-13 04:41:03 +08:00
Updated changelog for 0.9.0.
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -1,10 +1,16 @@
|
|||||||
Change Log
|
Change Log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
## Version 0.1.0
|
## Version 0.9.0
|
||||||
|
|
||||||
_In Development_
|
_2015-06-16_
|
||||||
|
|
||||||
* Initial code creation.
|
|
||||||
* Imported JsonReader and JsonWriter from Gson.
|
|
||||||
|
|
||||||
|
* Databinding for primitive types, strings, enums, arrays, collections, and maps.
|
||||||
|
* Databinding for plain old Java objects.
|
||||||
|
* [JSONPath](http://goessner.net/articles/JsonPath/) support for both `JsonReader` and
|
||||||
|
`JsonWriter`.
|
||||||
|
* Throw `JsonDataException` when there’s a data binding problem.
|
||||||
|
* Adapter methods: `@ToJson` and `@FromJson`.
|
||||||
|
* Qualifier annotations: `@JsonQualifier` to permit different type adapters for the same Java type.
|
||||||
|
* Imported code from Gson: `JsonReader`, `JsonWriter`. Also some internal classes:
|
||||||
|
`LinkedHashTreeMap` for hash-collision avoidance and `Types` for typesafe databinding.
|
||||||
|
|||||||
Reference in New Issue
Block a user