Skip to content

Releases: halfzebra/create-elm-app

v2.0.1

04 Sep 23:49
3e1e658
Compare
Choose a tag to compare

2.0.1 (2018-09-04)

Bug Fixes

  • start: Exclude public/ stuff from being proxied. (816d342)

v2.0.0

03 Sep 19:58
8a6ea83
Compare
Choose a tag to compare

2.0.0 (2018-09-03)

Bug Fixes

  • elm-app-cli: Added missing compiler commands to the list of elm-app commands. (aa13471)
  • formatElmCompilerErrors.js: Fix the formatter for the errors (1985266)
  • package.json: Add missing polyfill dependency. (c2de75b)
  • package.json: Upgrade elm-test to fix errors on Node v10 (4891735)
  • package.json: Upgrade the dependencies to the latest (f322efe)
  • package.json: Upgraded outdated dependencies (c1f5cea)
  • template/*: Upgrade the code of the tempalte to 0.19 (44d7782)
  • webpack.config: added missing loader for images and removed dead code. (9eaf05c)
  • webpack.config.dev: remove dead configuration, enable chunk splitting for vendor stuff. (ae8a32a)
  • webpack.config.dev: ship polyfills in dev mode as well. (d4e91a5)
  • webpack.config.dev.js: Use elm-hot-webpack-loader instead of deprecated elm-hot-loader. (8ddfd0d)
  • exclude build products under template from packaging (fc1189c), closes #275
  • Fix the create-elm-app test by disabling the output of the initial elm-make run (dd68f93)
  • Remove redundant file. (e45e1ca)
  • yarn.lock: Remove yarn.lock from the CVS (ac67803)

Continuous Integration

  • .travis.yml: Remove Node 4 and 6 support. (96014a2)

Features

  • config/webpack.config.prod.js: Upgrade production configuration to support webpack@4.# (8639ea3)
  • package.json: Bump webpack to 4.2.0 (2e2ce85)
  • package.json: Upgrade dependencies to support webpack@4.# (488bb70)
  • package.json, webpack.config.dev.js, webpack.config.prod.js: Upgrade Babel setup and enable transpilation of third-party code (ac1396b), closes #217
  • scripts/start.js: Upgrade the script to use webpack@4.# APIs (e0a8d68)
  • Add a polyfill for Promise and fetch (34f0148)

Tests

  • package.json: Bump the Node engine in package.json to 8 (2664619)

BREAKING CHANGES

  • package.json: Expected engine major version upgrade
  • .travis.yml: Node 4 and 6 are no longer supported.
  • package.json: react-dev-utils is incompatible with the old one, therefore it is containing a
    potential breaking change.
  • package.json, webpack.config.dev.js, webpack.config.prod.js: Now we compile third-party JavaScript code with Babel.

v1.10.4

21 Apr 09:26
49fdca0
Compare
Choose a tag to compare

1.10.4 (2018-04-21)

Bug Fixes

  • Webpack Config: Fixed PUBLIC_URL token substitution (9a46545)

v1.10.3

24 Feb 19:22
aa20ebe
Compare
Choose a tag to compare

1.10.3 (2018-02-24)

Bug Fixes

  • package.json: Upgrade dependencies (5642e15)

v1.10.2

29 Dec 18:18
b9ed47d
Compare
Choose a tag to compare

1.10.2 (2017-12-29)

Bug Fixes

v1.10.1

20 Dec 15:37
0ea6f4a
Compare
Choose a tag to compare

1.10.1 (2017-12-20)

Bug Fixes

  • elm-test version bump to fix elm-app test --watch crashing when socket drains: yarn upgrade elm (244d23d)

v1.10.0

25 Nov 11:46
Compare
Choose a tag to compare

1.10.0 (2017-11-25)

Features

v1.9.1

31 Oct 18:06
077ad28
Compare
Choose a tag to compare

1.9.1 (2017-10-31)

Bug Fixes

  • Change the condition to disable dead code elimination by default (8d7731d)

v1.9.0

31 Oct 09:41
0486adf
Compare
Choose a tag to compare

1.9.0 (2017-10-31)

Features

  • $config: Enable users to disable dead code elimination by setting DEAD_CODE_ELIMINATION to ` (44f0177)
  • Dead code elimination is disabled by default (d5fd36f)

v1.8.1

28 Oct 12:47
144bdb5
Compare
Choose a tag to compare

1.8.1 (2017-10-28)

Bug Fixes