View Source Changelog
cldr-units-sql-v1-0-0
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
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
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
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
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-1
Bug Fixes
- Fix parsing to be independent of Decimal 1.x or Decimal 2.x
cldr-units-sql-v0-2-0
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-1
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
Cldr Units SQL v0.1.0
This is the changelog for Cldr Units SQL released on May 17th, 2020.
enhancements-2
Enhancements
- Initial release