Ex_Cldr_Dates_Times v2.5.0 Release Notes

Release Date: 2020-06-13 // almost 4 years ago
  • This is the changelog for Cldr_Dates_Times v2.5.0 released on June 13th, 2020. For older changelogs please consult the release tag on GitHub

    ✨ Enhancements

    • Add localized interval formatting with Cldr.Interval.to_string/3 and specific implementations in Cldr.Date.Interval.to_string/3, Cldr.Time.Interval.to_string/3 and Cldr.DateTime.to_string/3

    • Add <backend>.Interval.to_string/3, <backend>.Date.Interval.to_string/3, <backend>.Time.Interval.to_string/3, <backend>.DateTime.Interval.to_string/3

    • Add :precompiled_interval_formats defined in the backend configuration

    🐛 Bug Fixes

    • Correct doc examples in README.md. Thanks to @tcitworld. Closes #13.

    • Fix options processing for :style and :format for Cldr.Date.to_string/3, Cldr.DateTime.to_string/3 and Cldr.Time.to_string/3. :format is preferred although :style is honoured.

    • 🛠 Fix transliteration to other number systems

    • Retrieve :precompiled_date_time_formats from the backend configuration, not the global configuration