Skip to content

Releases: halfzebra/create-elm-app

v3.0.7

30 May 15:13
Compare
Choose a tag to compare

3.0.7 (2019-05-30)

Bug Fixes

  • rollback elm version (89c24b1)
  • update elm package to the latest (a31bc9b)

v3.0.6

11 Mar 09:06
3cfdfcf
Compare
Choose a tag to compare

3.0.6 (2019-03-11)

Bug Fixes

  • add @babel/runtime and upgrade all babel dependencies (91de41a)

v3.0.5

10 Mar 20:34
3ba4e7d
Compare
Choose a tag to compare

3.0.5 (2019-03-10)

Bug Fixes

  • strip compilation progress bar on Windows (750ebb4)

v3.0.4

26 Feb 12:17
c743ad1
Compare
Choose a tag to compare

3.0.4 (2019-02-26)

Bug Fixes

  • test script by changing the way it resolves the path to elm binary (a5a062d)

v3.0.3

22 Dec 13:39
5e07078
Compare
Choose a tag to compare

3.0.3 (2018-12-22)

Bug Fixes

  • template/elm.json: Bump latest versions of elm core (048ebaf), closes #333

v3.0.2

15 Dec 13:21
Compare
Choose a tag to compare

3.0.2 (2018-12-15)

Bug Fixes

  • Remove redundant config from the template (9184b27)

v3.0.1

14 Dec 23:34
3674b97
Compare
Choose a tag to compare

3.0.1 (2018-12-14)

Bug Fixes

  • Fix setupProxy configuration option (9094331)

v3.0.0

12 Dec 22:46
575f964
Compare
Choose a tag to compare

3.0.0 (2018-12-12)

Bug Fixes

  • Include styling fix for making it possible to use Elm UI out of the box (5f256ad), closes #320

Features

  • A new configuration property allows manually configurting proxy settings during development (5fd53ce), closes #326

BREAKING CHANGES

  • Using objects in "proxy" settings is no longer supported

v2.2.4

11 Dec 22:53
8ba4ac9
Compare
Choose a tag to compare

2.2.4 (2018-12-11)

Bug Fixes

v2.2.3

06 Nov 00:02
477de70
Compare
Choose a tag to compare

2.2.3 (2018-11-06)

Bug Fixes

  • Fix a typo in a warning and add a warning for DEAD_CODE_ELIMINATION env variable. (7666ee9)