mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 07:59:21 +08:00
Merge pull request #1195 from ZacSweers/patch-4
Add missing 1.10 bits to changelog
This commit is contained in:
@@ -10,7 +10,12 @@ _2020-08-26_
|
|||||||
* New: `Options.strings()`.
|
* New: `Options.strings()`.
|
||||||
* New: `PolymorphicJsonAdapterFactory.withFallbackJsonAdapter()` makes it possible to handle
|
* New: `PolymorphicJsonAdapterFactory.withFallbackJsonAdapter()` makes it possible to handle
|
||||||
unrecognized types when encoding and decoding.
|
unrecognized types when encoding and decoding.
|
||||||
|
* New: Add `JsonWriter.jsonValue` API
|
||||||
|
* New: Code gen now generates precise proguard rules on-the-fly.
|
||||||
|
* New: Improve error when incorrectly trying to use a collection class like `ArrayList` instead of `List`
|
||||||
|
* Fix: Prevent R8 from keeping all `@Metadata` annotations
|
||||||
|
* Fix: Avoid VerifyErrors on Android 4.4 devices when using R8
|
||||||
|
* Fix: Fix resolution of types in superclass settable properties
|
||||||
|
|
||||||
## Version 1.9.3
|
## Version 1.9.3
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user