Cldr Routes version 1.1.0
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 toCldr.Routes
to better match Phoenix naming. As a result, the provider module to be added to a Cldr backend configuration is nowCldr.Routes
, notCldr.Route
.Cldr.Route
remains for now and if used will issue a deprecation warning.