Skip to content

Latest commit

 

History

History
53 lines (27 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

53 lines (27 loc) · 2.2 KB

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

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