elm-symfony-bridge

Webpack and Vite plugin exposing symfony's translations and routing to elm.

MIT License

Downloads
1.6K
Stars
1
Committers
5

Bot releases are hidden (Show)

elm-symfony-bridge - 2.0.0

Published by mdevlamynck about 1 month ago

Breaking changes:

  • The webpack plugin has been converted to a loader, you will need to adapt your configuration, see the webpack plugin's readme.
  • The parcel v1 plugin has been dropped.

Bug fixes:

  • Fix multiple compilations in watch mode
elm-symfony-bridge - 1.3.1

Published by mdevlamynck about 1 month ago

Bug fixes:

  • Correctly handle errors when building in webpack plugin
elm-symfony-bridge - 1.3.0

Published by mdevlamynck about 1 month ago

New features:

  • Add projectRoot option
elm-symfony-bridge - 1.2.1

Published by mdevlamynck about 1 month ago

Bug fixes:

  • Fix env files variables merge
elm-symfony-bridge - 1.2.0

Published by mdevlamynck about 1 month ago

New features:

  • Add support for global variable replacement through env vars
elm-symfony-bridge - 1.1.4 Latest Release

Published by mdevlamynck over 4 years ago

Bug fixes:

  • Fix generated code for routes with variable name conflicting with elm reserved keywords
elm-symfony-bridge - 1.1.3

Published by mdevlamynck over 4 years ago

Bug fixes:

  • Fix generation of translations with a domain that contains characters not allowed to appear in an elm module name
elm-symfony-bridge - 1.1.2

Published by mdevlamynck over 4 years ago

Bug fixes:

  • Fix bad invocation of routing command in production mode
  • Fix bogus error message
  • Add translations to watched folders
  • Allow configuration of watches
elm-symfony-bridge - 1.1.1

Published by mdevlamynck over 4 years ago

Bug fixes:

  • Fix translation support in the parcel plugin
elm-symfony-bridge - 1.1.0

Published by mdevlamynck over 4 years ago

New features:

  • Add parcel support

Bug fixes:

  • Correctly handle the absence of routes in symfony
elm-symfony-bridge - 1.0.4

Published by mdevlamynck over 5 years ago

Bug fixes:

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

Published by hdumazeau over 5 years ago

Bug fixes:

  • Fix support for webpack 4.x.
elm-symfony-bridge - 1.0.2

Published by mdevlamynck over 5 years ago

Bug fixes:

  • Add support for webpack 4.x. We now support both webpack 3.x and 4.x.
elm-symfony-bridge - 1.0.1

Published by mdevlamynck almost 6 years ago

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.
elm-symfony-bridge -

Published by mdevlamynck almost 6 years ago

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