All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix typespecs
- Clarify
to_string/2
api parameters. The first parameter is a language identifier (string) not a locale (atom for ex_cldr >2.26). - Update tests to work with ex_cldr >2.26 as well
- Loosen ex_cldr dependency
- Updated minimal dependency on ex_cldr
- Switch to public API in Cldr.Locale.Loader over Cldr.Config
- Fixed LICENSE identifier in hex metadata
- Fixed typespec
- Sort languages at compile time
- Update to
ex_cldr
v2.2.1
- Remove unneccesary compatibility module needed for
ex_cldr
v2.2.0.
0.2.0 - 2019-01-25
- Update to
ex_cldr
v2.
- Removed
all_languages/0
in favor ofavailable_languages/0
.
0.1.1 - 2018-01-11
- More tests
- CI Pipeline
- Documentation
- Loosened cldr version
- Initial release.