Skip to content

Commit

Permalink
Update CHANGELOG for 2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
serj-lotutovici committed Jun 6, 2017
1 parent 1ed92dd commit 2397aef
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
Change Log
===

1.3 *(04-01-2016)*
2.0 *(06-06-2017)*
* New: Move all adapter factories to their respective annotations. (#47)
* New: Added `DefaultOnDataMismatchAdapter`. (#54)
* New: Added `@FilterNulls` annotation and its respective adapter. (#52)
* New: Added `@LastElement` annotation plus adapter (#50)
* New: Added `@Transient` annotation and it's respective adapter. (#49)
* New: Makes `JsonAdapter` for `@Wrapped` more strict. (#45)

* Enhancement: Rely on moshi's resialize nulls functionality. (#46)
* Enhancement: Use moshi's Types.nextAnnotations() where possible. (#44)

* New: Upgrade to Moshi 1.5.0.

```
compile 'com.squareup.moshi:moshi:1.5.0'
```

1.3 *(04-01-2017)*
* New: Added `SerializeOnlyNonEmpty` for all collections and arrays.
* New: Allow `WrappedJsonAdapter` to fail on un-found value.
* New: Upgrade to Moshi 1.31.
* New: Upgrade to Moshi 1.3.0.

```
compile 'com.squareup.moshi:moshi:1.3.0'
Expand Down

0 comments on commit 2397aef

Please sign in to comment.