Skip to content

Releases: halfzebra/create-elm-app

v0.5.0

13 Apr 18:28
Compare
Choose a tag to compare

<a name"0.5.0">

0.5.0 (2017-04-13)

Bug Fixes

  • dependencies: Remove the bluebird from the dependencies and upgrade everything (46a94253)

Features

  • Enable CSS minification for the build: Now elm-app build will produce minified CSS output (ad3596c7)
  • config: Disable the output about the removal of the dist folder (24b72912)

v0.4.2

13 Apr 16:41
Compare
Choose a tag to compare

<a name"0.4.2">

0.4.2 (2017-04-13)

Bug Fixes

  • config: Configured elm-webpack-loader to watch other modules in the src (17575c9d)

v0.4.1

13 Apr 16:15
Compare
Choose a tag to compare

<a name"0.4.1">

0.4.1 (2017-04-13)

Bug Fixes

  • config: Exclude elm files from being processed by url-loader (a5bf56c0)

v0.4.0

04 Apr 10:53
Compare
Choose a tag to compare

<a name"0.4.0">

0.4.0 (2017-04-04)

Features

  • $webpack-config: Added an option to specify the publicPath using environment valiable SERVED_P (f0ee2836)

v0.3.2

28 Feb 14:04
Compare
Choose a tag to compare

<a name"0.3.2">

0.3.2 (2017-02-28)

Bug Fixes

  • cli: Fix crash in elm-app installed with yarn (3e43110d)

v0.3.1

07 Feb 20:01
Compare
Choose a tag to compare

<a name"0.3.1">

0.3.1 (2017-02-07)

Bug Fixes

  • cli: Fix crash when installed via yarn (931ad9e2, closes #90)

v0.3.0

15 Jan 21:58
Compare
Choose a tag to compare

<a name"0.3.0">

0.3.0 (2017-01-15)

Features

  • build: Added webpack assets plugin for production build (07e3d025)

v0.2.4

05 Jan 08:04
Compare
Choose a tag to compare

<a name"0.2.4">

0.2.4 (2017-01-05)

Bug Fixes

  • Add leading slash to production asset references in index.html (8b775c3d)

v0.2.3

25 Dec 20:50
Compare
Choose a tag to compare

<a name"0.2.3">

0.2.3 (2016-12-25)

Bug Fixes

  • scripts: Fix process.env variable passing (b46321d2, closes #87)

v0.2.2

21 Dec 11:58
Compare
Choose a tag to compare

<a name"0.2.2">

0.2.2 (2016-12-21)

Bug Fixes

  • hmr: Rollback to old loaders to fix hmr (57d365ad)