-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathChangeLog.txt
executable file
·44 lines (36 loc) · 1.44 KB
/
ChangeLog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
3.0.5
=====
- Added method #temportals.format(target, pattern, zoneId) to allow formatting datetimes using different time zones
- Using Thymeleaf 3.0.15.RELEASE
- Updated SLF4J dependency to 1.7.36
3.0.4
=====
- When the patterns defined at java.time.format.FormatStyle (SHORT, MEDIUM, LONG, FULL) were used, Locale was ignored.
- Added support for pattern formatting for some classes without timezone.
- Fixed automatic module name error
3.0.3
=====
- Fixed problem formatting LocalTime with custom pattern https://github.com/thymeleaf/thymeleaf-extras-java8time/issues/20
3.0.2
=====
- Updated SLF4j dependency to 1.7.25.
- Added "Automatic-Module-Name: thymeleaf-extras-java8time" to MANIFEST.MF for Java 9+ JPMS.
- Adapted expected test results to formatting rules of Java 11 LTS.
- Fixed issue
https://github.com/thymeleaf/thymeleaf-extras-java8time/issues/17 regarding
formatting with custom patterns
- Allowing SHORT, MEDIUM, LONG and FULL as pattern values to use the java.time.format.FormatStyle patterns
- Localised formatters for OffsetDateTime and YearMonth classes
3.0.1
=====
- Normalisation of null-safety: make #temporals return null for null input, instead of throwing exception.
3.0.0
=====
- Adapted extension to the new APIs in Thymeleaf 3
2.1.1
=====
- Support for specific formatting of LocalDate, LocalDateTime, ZonedDateTime, Instant, LocalTime,
OffsetTime, OffsetDateTime, Year and YearMonth.
2.1.0
=====
- First release of the Java 8 Dialect