Sourced from ex_cldr_dates_times's releases.
v2.17.1
Bug Fixes
- Add
config/prod.exsso that the library can be compiled withMIX_ENV=prod. Thanks to@​camelpunchfor the PR. Closes #45.Cldr Dates Times version 2.17.0
Bug Fixes
Fix formatting with formats that have may have pluralization like the
:MMMMWand:ywformats.Fix
:underspecsfor dialyzer.Enhancements
Update to CLDR 45.0 data.
Adds support for formats that have both unicode whitespace and ascii whitespace versions. The option
:preferis added toCldr.DateTime.to_string/3. The default isprefer: :unicode. The optionprefer: :asciiis included for backwards compatibility of older applications. The formats that provide both:unicodeand:asciiversions can be seen from the results ofCldr.DateTime.Format.date_time_available_formats/2.
Sourced from ex_cldr_dates_times's changelog.
Cldr_Dates_Times v2.17.1
This is the changelog for Cldr_Dates_Times v2.17.1 released on May 2nd, 2024. For older changelogs please consult the release tag on GitHub
Bug Fixes
- Add
config/prod.exsso that the library can be compiled withMIX_ENV=prod. Thanks to@​camelpunchfor the PR. Closes #45.Cldr_Dates_Times v2.17.0
This is the changelog for Cldr_Dates_Times v2.17.0 released on April 21st, 2024. For older changelogs please consult the release tag on GitHub
Bug Fixes
Fix formatting with formats that have may have pluralization like the
:MMMMWand:ywformats.Fix
:underspecsfor dialyzer.Enhancements
Update to CLDR 45.0 data.
Adds support for formats that have both unicode whitespace and ascii whitespace versions. The option
:preferis added toCldr.DateTime.to_string/3. The default isprefer: :unicode. The optionprefer: :asciiis included for backwards compatibility of older applications. The formats that provide both:unicodeand:asciiversions can be seen from the results ofCldr.DateTime.Format.date_time_available_formats/2.
3014439
Bump version and changelogd98295d
Merge pull request #45
from code-supply/prod-exsc7406f1
Empty prod.exs2d271a3
Update CI matrixc8be91b
Reorder changelog entry916f591
Fix doc spelling errors19c2dd5
Fix lexer file namebfc324a
Ready for CLDR 45cf3c02c
Support unicode/ascii and pluralized formatsae29d5e
Transform data to include pluralization field where required