- Support for Elm 0.19. Thanks to @Voronchuk and @John-Goff
- Fix for #42
- Allow for independent elm-stuff per Main module. Thanks to @neildaemond
- Revert PR 30, base on #35 and #38
- Catch exception from compile errors. Thanks to @env0der
- Doc updates. Thanks to @kevgathuku
- Switch to brunch onCompile hook. Thanks to @stelmakh
- Doc updates. Thanks to @ronanyeah
- Add setting to specify path to elm executable. Thanks to @fbonetti
- Add setting to compile all main modules to single js file. Thanks to @igray
- Enable seting of additional make parameters. Thanks to @ilkosta
- Switch to sync compilation, thanks to @joakimk
- Fix Regex handling of Windows paths
- Workaround for brunch 2.2.1 throwing
Cannot read property 'path' of undefined