mirror of
https://github.com/fankes/moshi.git
synced 2025-12-13 00:31:02 +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
|
||||
==========
|
||||
|
||||
## Version 0.1.0
|
||||
## Version 0.9.0
|
||||
|
||||
_In Development_
|
||||
|
||||
* Initial code creation.
|
||||
* Imported JsonReader and JsonWriter from Gson.
|
||||
_2015-06-16_
|
||||
|
||||
* 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