Packages

Unit functions for the serialization to a database of a Cldr.Unit.t data type. Also includes aggregation and sum functions.

Current section

Files

Jump to
ex_cldr_units_sql CHANGELOG.md
Raw

CHANGELOG.md

# Changelog for 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](https://github.com/elixir-cldr/cldr_units_sql/tags)
### 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`.
# Changelog for Cldr Units SQL v0.1.0
This is the changelog for Cldr Units SQL released on May 17th, 2020.
### Enhancements
* Initial release