Skip to content

Releases: elixir-cldr/cldr_units_sql

Cldr Units SQL version 1.0.1

27 Aug 23:05

Choose a tag to compare

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

28 Apr 05:06

Choose a tag to compare

Enhancements

Cldr Units SQL version 0.3.1

08 Jul 21:16

Choose a tag to compare

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

10 Jun 21:26

Choose a tag to compare

Bug Fixes

  • Fix parsing to be independent of Decimal 1.x or Decimal 2.x

Cldr Units Sql version 0.2.0

06 Sep 01:21

Choose a tag to compare

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 are Cldr.UnitWithUsage.Ecto.Composite.Type and Cldr.UnitWithUsage.Ecto.Map.Type.

Cldr Units Sql version 0.1.0

17 May 14:40

Choose a tag to compare

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.