Skip to content

Version 0.12.0

Compare
Choose a tag to compare
@bitwalker bitwalker released this 12 Aug 15:56
· 895 commits to main since this release

Changes

  • Date parsing and formatting has been completely rewritten from the ground up. It now offers a pluggable architecture for both parsing and formatting, exposed via the Timex.Parsers.DateFormat.Parser behaviour, and Timex.DateFormat.Formatters.Formatter behaviour. Potentially Breaking Change: I've kept the same DateFormat.* API, but because the parsers/formatters were rewritten, there may be bugs. The current test suite is passing, so if you encounter bugs, please document the exact parameters so I can fix it and make sure we have test coverage.
  • Timezone.get(0) now returns UTC not GMT.
  • Support for Elixir 0.15.1