Skip to content

Cldr Routes version 1.1.0

Compare
Choose a tag to compare
@kipcole9 kipcole9 released this 09 May 10:03
· 18 commits to main since this release

Bug Fixes

  • Fix Phoenix integration which was failing to compile when using Phoenix auth. Thanks to @rubas for the report and collaboration.

  • Fix dialyzer error. Thanks to @rubas for the report.

Deprecation

  • The module Cldr.Route is renamed to Cldr.Routes to better match Phoenix naming. As a result, the provider module to be added to a Cldr backend configuration is now Cldr.Routes, not Cldr.Route. Cldr.Route remains for now and if used will issue a deprecation warning.