Skip to content

v1.9.0

Compare
Choose a tag to compare
@ethlo ethlo released this 30 Jan 16:00
· 48 commits to main since this release

New features

  • Support for parseDateTime(...) with java.text.ParsePosition. This avoids the need to use substring for passing in the date-time string.
  • Support for parsing leniently with ParseConfig which allows the configuration of the date/time separator (typically T) and the fragment separator (typically .).
  • More expressive and better aligned error messages.