Releases: GoodforGod/gson-configuration
Releases · GoodforGod/gson-configuration
v2.0.0
v1.4.2
Features:
- Gson 2.9.1
- GraalVM properties added for GraalVM compatibility out of the box
v1.4.1
Features:
- GsonFactory#builder and GsonFactory#builderJavaISO added
v1.4.0
Features:
- excludeFieldsWithoutExposeAnnotation property support
- excludeFieldsWithModifiers properties support
- By default all STATIC, TRANSIENT, VOLATILE, SYNCRONIZED fields are ignored from 1.4.0 and further
v1.3.0
Features:
- Gson updated to 2.9.0
v1.2.0
Features:
- GsonConfiguration with ofJavaISO builder to setup config with default Java ISO formatters
- GsonFactory JavaISO build method added
- ZoneOffset serializer/deserializer hierarchal registration fixed
v1.1.0
Features:
- Formatters improved, updated and reinforced
- ZoneOffset, YearMonth, MonthDay serialization added
- GsonConfiguration options improved, formatter propagation fixed, more options for formatters added
- Tests improved
v1.0.0
GsonConfiguration can be build from Properties file
Initial release with GsonConfiguration, GsonAdapterBuilders and serializaers\deserializers for package java.time.*
- LocalDate
- LocalTime
- LocalDateTime
- Instant
- OffsetTime
- OffsetDateTime
- ZonedDateTime
- DayOfWeek
- Month
- Year
- ZoneId