View Source Changelog
Cldr Units SQL v1.0.1
This is the changelog for Cldr Units SQL v1.0.1 released on August 28th, 2023. For older changelogs please consult the release tag on GitHub
Bug Fixes
- Fix the project description which is returned by
mix hex.info ex_cldr_units_sql
. Thanks to @petrus-jvrensburg for the report. Closes #5.
Cldr Units SQL v1.0.0
This is the changelog for Cldr Units SQL v1.0.0 released on April 28th, 2023. For older changelogs please consult the release tag on GitHub
Enhancements
Updates to ex_cldr version 2.37.0 which includes data from CLDR release 43
Removes requirement and support for Ratio-based units in line with ex_cldr_units.
Cldr Units SQL v0.3.1
This is the changelog for Cldr Units SQL v0.3.1 released on July 9th, 2021. For older changelogs please consult the release tag on GitHub
Bug Fixes
Correctly compare two units in the Ecto types. Thanks to @0urobor0s for the PR. Closes #1
Fix dialyzer issues
Cldr Units SQL v0.3.0
This is the changelog for Cldr Units SQL v0.3.0 released on June 11th, 2021. For older changelogs please consult the release tag on GitHub
Bug Fixes
- Fix parsing to be independent of Decimal 1.x or Decimal 2.x
Cldr Units SQL v0.2.0
This is the changelog for Cldr Units SQL v0.2.0 released on September 6th, 2020. For older changelogs please consult the release tag on GitHub
Enhancements
- Add
:unit_with_usage
type to serialize units including the usage field. This requires more database storage but is a more complete serialization for round tripping unit data. The type modules areCldr.UnitWithUsage.Ecto.Composite.Type
andCldr.UnitWithUsage.Ecto.Map.Type
.
Cldr Units SQL v0.1.0
This is the changelog for Cldr Units SQL released on May 17th, 2020.
Enhancements
- Initial release