freemarker-java8-3.0.0 (2024-08-24)
- Upgraded FreeMarker to 2.3.33
- Removed deprecated classes and methods
freemarker-java8-2.1.0 (2022-07-07)
- Upgraded dependencies for FreeMarker and Cucumber tests
- Deprecated old ZonedDateTimeStrategy interface and implementations. Introduced ZoneStrategy interface and implementations instead. New interface supports more than just ZonedDateTime.
- Introduced real format support for
Instant
,Clock
andOffsetDateTime
#33 #32 - Introduced
asZoneDateTime
method forLocalDateTime
- Introduced support for overriding default formatters for all java.time objects #30
freemarker-java8-2.0.0 (2020-03-10)
- Allow fall-through to default methods in the java.time classes (Thank you @mihxil)
- Proper handling of ZoneId for ZonedDateTime formatting (Breaking change in default behaviour)
- Github Actions build
- New time manipulation support by @jeffyjin #28
freemarker-java8-1.2.0 (2017-08-08)
- Fixed formatter bug reported and fixed by @tifoha
- Added support for isEqual, isAfter and isBefore as suggested by @kingmaoam.
Note: As we had some issues with the 1.1.6 deployment, the changelig for this release also contains some changes from that release.
freemarker-java8-1.1.6 (2017-07-24)
- Added isEqual, isAfter and isBefore methods to adapters for LocalDate, LocalDateTime and Localtime (Code contributed by @kingmaoam)
freemarker-java8-1.1.5 (2016-12-19)
- OBS! Fixed bug that made the DateTimeFormatter use the default VM Locale instead of the Locale from the Freemarker configuration. #PR8.
freemarker-java8-1.1.4 (2016-12-15)
- ZoneOffsetAdapter is not used #6
freemarker-java8-1.1.2 (2016-10-26)
Closed issues:
Merged pull requests:
- #6 Fixed #7 (lazee)
- Update installation documentation #4 (mthmulders)