moshi/CHANGELOG.md

17 lines
676 B
Markdown
Raw Normal View History

2014-08-09 16:13:20 +00:00
Change Log
==========
2015-06-16 11:55:46 +00:00
## Version 0.9.0
2014-08-09 16:13:20 +00:00
2015-06-16 11:55:46 +00:00
_2015-06-16_
2014-08-09 16:13:20 +00:00
2015-06-16 11:55:46 +00:00
* 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 theres 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.