ex_cldr 2.29.0 and ex_cldr_plug 1.0.0 #174
Closed
kipcole9
announced in
Announcements
Replies: 1 comment
-
I have published ex_cldr version 2.29.0 that omits the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On April 22nd I will be publishing
ex_cldr
version 2.29.0. The changes will be only to library packaging but it does mean you will need to update yourmix.exs
file if you are using any of theCldr.Plug.*
modules.Changes in upcoming ex_cldr 2.29.0
ex_cldr_plug
that packages the variousCldr
-related plugs. This extraction is long overdue. I improves both separation of concerns and allows for a more agile release cycle for plugs. There are also some improvements inCldr.Pug.SetLocale
which allow{M,f,a}
tuples to be part of the "where do I find a locale in a web request" and also be able to set the default locale to:none
for better plug composition (it was a design error to always set a locale but I have to live with that now).ex_cldr
. This is the only change toex_cldr
. If you are using the any of the plugs you will need to addex_cldr_plug
to. yourmix.exs
file. Its not possible to have mutually dependent hex packages. Apologies for the inconvenience of this, thankfully this will be just a one time change.Beta Was this translation helpful? Give feedback.
All reactions