Skip to content

Releases: mdevlamynck/elm-symfony-bridge

1.0.4

21 Mar 08:43
28d0713

Choose a tag to compare

Bug fixes:

  • Set default values for undefined options (required by more recent versions of schema-utils).
  • Avoid invalid function names in generated code.

1.0.3

19 Feb 11:44

Choose a tag to compare

Bug fixes:

  • Fix support for webpack 4.x.

1.0.2

18 Feb 10:23
8e9064f

Choose a tag to compare

Bug fixes:

  • Add support for webpack 4.x. We now support both webpack 3.x and 4.x.

1.0.1

21 Dec 12:27
83326a2

Choose a tag to compare

Bug fixes:

  • Translations json parser is now more lenient by allowing non strings messages. Integer, float, and boolean are converted to string, null, array and object are replaced with an empty string.

1.0.0

04 Dec 15:29

Choose a tag to compare

New features:

  • Generate routes from symfony's routing, with variables support
  • Generate translations from symfony's translations, with variables and pluralization support
  • Support for elm 0.18 and 0.19