All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- dependencies update
1.1.0 - 2018-04-19
- changed handling of
java.time.*
(use ofDateTimeFormatter
insteadSimpleDateFormatter
)
1.0.3 - 2017-09-19
- added support for de-/serializing ZonedDateTime (issue #2)
- added support for de-/serializing OffsetDateTime (issue #2)
- added support for de-/serializing ZoneId
1.0.2 - 2017-06-13
- added support for deserializing null values into Optional.empty()
- added support for deserializing null values into OptionalDouble.empty()
- added support for deserializing null values into OptionalInt.empty()
- added support for deserializing null values into OptionalLong.empty()
- added support for de-/serializing Optional
- added support for de-/serializing OptionalDouble
- added support for de-/serializing OptionalInt
- added support for de-/serializing OptionalLong