Releases: seljabali/java-time-fun
Releases · seljabali/java-time-fun
3.1.0
3.0.0
✨ Enhancements
- Rename parse methods to use to instead of parse #34
Received feedback that the verb parse
is a bit verbose and to
is preferable with String parse extensions.
Before & After:
- "01:30 AM".parseLocalTime()
+ "01:30 AM".toLocalTime()
- "2021-06-07".parseLocalDate()
+ "2021-06-07".toLocalDate()
- "06/07/2021".parseLocalDate(format = "MM/dd/yyyy")
+ "06/07/2021".toLocalDate(format = "MM/dd/yyyy")
- "2021-10-04T10:10:00+0000".parseZonedDateTime()
+ "2021-10-04T10:10:00+0000".toZonedDateTime()
Contributors
Full Changelog: 2.1.0...3.0.0
2.1.0
✨ Enhancements
- Add More Day/Time Comparison Extensions #30
Contributors
Full Changelog: 2.0.0...2.1.0
2.0.0
1.0.0
0.6
What's Changed
- Refactor buildscript and added publish action #9
- Update Kotlin + Gradle #13
- Update maven plugin #14
- Fix Maven publish #17
- Add local date at Start of Day & End of Day #18
- Update Github Actions #19
- Bump version from 0.5 to 0.6 #21
Contributors
New Contributors
- @crackthecodeabhi made their first contribution in #9
Full Changelog: 0.5...0.6