Packages
ex_cldr_units
1.2.2
3.20.5
3.20.4
3.20.3
3.20.2
3.20.1
3.20.0
3.19.2
3.19.1
3.19.0
3.18.1
3.18.0
3.17.2
3.17.1
3.17.0
3.16.5
3.16.4
3.16.3
3.16.2
3.16.1
3.16.0
3.15.0
3.14.0
3.13.3
3.13.2
3.13.1
3.13.0
3.12.2
3.12.1
3.12.0
3.11.0
3.10.0
3.9.2
3.9.1
3.9.0
3.8.0
3.8.0-rc.2
3.8.0-rc.1
3.8.0-rc.0
3.7.1
3.7.0
3.6.0
3.5.3
3.5.2
3.5.1
3.5.0
3.5.0-rc.1
3.5.0-rc.0
3.4.0
3.4.0-rc.0
3.3.1
3.3.0
3.3.0-rc.0
3.2.1
3.2.0
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
3.0.0-rc.0
2.8.1
2.8.0
2.7.0
2.6.1
2.6.0
2.5.3
2.5.2
2.5.1
2.5.0
2.4.0
2.3.3
2.3.2
retired
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
1.3.0
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
retired
1.0.1
retired
1.0.0
retired
1.0.0-rc.0
retired
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
Unit formatting (volume, area, length, ...), conversion and arithmetic functions based upon the Common Locale Data Repository (CLDR).
Current section
Files
Jump to
Current section
Files
ex_cldr_units
CHANGELOG.md
CHANGELOG.md
# Changelog for Cldr_Units v1.2.2
This is the changelog for Cldr v1.2.2 released on August 26th, 2018. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/cldr_units/tags)
## Bug Fixes
* `Cldr.Unit.Conversion.convert/2` now correctly accepts units with a decimal value. Fixes #8. Thanks to @lostkobrakai.
# Changelog for Cldr_Units v1.2.1
This is the changelog for Cldr v1.2.1 released on May 9th, 2018. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/cldr_units/tags)
## Bug Fixes
* `to_string/3` now performs cardinal rather than ordinal pluralization. Thanks to @lostkobrakai. Closes #7
# Changelog for Cldr_Units v1.2.0
This is the changelog for Cldr v1.2.0 released on March 29th, 2018. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/cldr_units/tags)
### Enhancements
* Update ex_cldr dependency to version 1.5.0 which uses CLDR data version 33.
* Update ex_cldr_numbers dependency to 1.4.0
# Changelog for Cldr_Units v1.1.1
## Bug Fixes
* Moves protocol implementations to a separate source file so that recompilation on locale configuration change will work.
# Changelog for Cldr_Units v1.1.0
## Bug Fixes
* Fixes the documentation for `Cldr.Units.convert/2` and adds the correct spec. Thanks to @lostbokrakai. Closes #5.
## Enhancements
* Add `Cldr.Unit.value(Unit.t)` to return the value of the `Unit`. Closes #6.
* Format the code with `mix format`
# Changelog for Cldr_Units v1.0.1
## Bug Fixes
* Fixes the conversion rates for `:centimeter` and `:picometer`