Skip to content

Releases: mdevlamynck/elm-symfony-bridge

2.0.0

11 Sep 13:36
Compare
Choose a tag to compare

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

1.3.1

11 Sep 13:31
Compare
Choose a tag to compare

Bug fixes:

  • Correctly handle errors when building in webpack plugin

1.3.0

11 Sep 13:30
f613ab1
Compare
Choose a tag to compare

New features:

  • Add projectRoot option

1.2.1

11 Sep 13:30
Compare
Choose a tag to compare

Bug fixes:

  • Fix env files variables merge

1.2.0

11 Sep 13:30
e52fb18
Compare
Choose a tag to compare

New features:

  • Add support for global variable replacement through env vars

1.1.4

10 Jul 07:59
Compare
Choose a tag to compare

Bug fixes:

  • Fix generated code for routes with variable name conflicting with elm reserved keywords

1.1.3

25 Jun 16:24
2e4f5b2
Compare
Choose a tag to compare

Bug fixes:

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

1.1.2

27 Mar 11:35
ea9d6ea
Compare
Choose a tag to compare

Bug fixes:

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

1.1.1

26 Mar 14:26
Compare
Choose a tag to compare

Bug fixes:

  • Fix translation support in the parcel plugin

1.1.0

10 Mar 11:29
d8f5683
Compare
Choose a tag to compare

New features:

  • Add parcel support

Bug fixes:

  • Correctly handle the absence of routes in symfony