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
Bug fixes:
- Correctly handle errors when building in webpack plugin
New features:
- Add projectRoot option
Bug fixes:
- Fix env files variables merge
New features:
- Add support for global variable replacement through env vars
Bug fixes:
- Fix generated code for routes with variable name conflicting with elm reserved keywords
Bug fixes:
- Fix generation of translations with a domain that contains characters not allowed to appear in an elm module name
Bug fixes:
- Fix bad invocation of routing command in production mode
- Fix bogus error message
- Add
translations
to watched folders - Allow configuration of watches
Bug fixes:
- Fix translation support in the parcel plugin
New features:
- Add parcel support
Bug fixes:
- Correctly handle the absence of routes in symfony
Bug fixes:
- Update dependencies
Bug fixes:
- Set default values for undefined options (required by more recent versions of schema-utils).
- Avoid invalid function names in generated code.
Bug fixes:
- Fix support for webpack 4.x.
Bug fixes:
- Add support for webpack 4.x. We now support both webpack 3.x and 4.x.
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.
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