Skip to content

Cldr Messages version 0.13.0

Choose a tag to compare

@kipcole9 kipcole9 released this 12 Jan 17:47
· 44 commits to master since this release

Bug Fixes

  • Don't add :gettext to Mix.compilers/0 because it gets inherited into client applications and we want Gettext to remain optional. Thanks to @trarbr for the report.

  • Fix typos. Thanks as always to @kianmeng

Enhancements

  • Add an Elixir formatter plugin for sigil_M. For example in your .formatter.exs file:
[
  inputs: ["mix.exs", "{config,lib,test,mix}/**/*.{ex,exs}"],
  locals_without_parens: [docp: 1, defparsec: 2, defparsec: 3],
  plugins: [Cldr.Formatter.Plugin]
]