- Add Kotlin extension functions support (contributed by mihakrajnc)
- Enhance
Instant
deserialisation so it can deserialise values with or without milliseconds (contributed by nathanrobb) - Enhance
Instant
deserialisation so it can deserialise values a timezone offset (contributed by nathanrobb)
- Correctly deserialise ISO 8601 string with timezone offset into a
DateTime
(contributed by sgrossberndt).
- Support for
DateTimeZone
(contributed by manianand74)
- Support for
Instant
(contributed by JamesMcIntosh)
- Made OSGi aware (contributed by spegelref)
- Support for
Period
(contributed by brtietz)
- Parsing
DateTime
values that omit milliseconds is now supported (contributed by Hikaru755)
- Deserialise empty strings and null strings to a null object (contributed by anilmamede)