Releases: elixir-cldr/cldr_units_sql
Releases · elixir-cldr/cldr_units_sql
Cldr Units SQL version 1.0.1
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 version 1.0.0
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 version 0.3.1
Bug Fixes
-
Correctly compare two units in the Ecto types. Thanks to @0urobor0s for the PR. Closes #1
-
Fix dialyzer issues
Cldr Units Sql version 0.3.0
Bug Fixes
- Fix parsing to be independent of Decimal 1.x or Decimal 2.x
Cldr Units Sql version 0.2.0
Enhancements
- Add
:unit_with_usagetype 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.TypeandCldr.UnitWithUsage.Ecto.Map.Type.
Cldr Units Sql version 0.1.0
Enhancements
- Initial release. This release is almost a clone of ex_money_sql. It provides support for a custom ecto type for units of measure and some aggregate functions for summing and sorting.