File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,15 @@ through multiple converters if a direct one is not available. It contains many b
1515<dependency>
1616 <groupId>com.github.bbottema</groupId>
1717 <artifactId>java-reflection</artifactId>
18- <version>3.12 .0</version>
18+ <version>3.13 .0</version>
1919</dependency>
2020```
2121
22+ v3.13.0 (17-November-2019)
23+
24+ - Added converter support for String to Date yyyy-MM-dd[ HH: mm ]
25+
26+
2227v3.12.0 (4-November-2019)
2328
2429- For simple class lookups, In addition to java.lang, also try the packages java.util and java.math
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ https://github.com/bbottema/java-reflection
44RELEASE NOTES Java Reflection
55
66
7+ v3.13.0 (17-November-2019)
8+
9+ - Added converter support for String to Date yyyy-MM-dd[ HH:mm]
10+
11+
712v3.12.0 (4-November-2019)
813
914- For simple class lookups, In addition to java.lang, also try the packages java.util and java.math
You can’t perform that action at this time.
0 commit comments