Releases: halfzebra/create-elm-app
Releases Β· halfzebra/create-elm-app
v1.2.1
<a name"1.2.1">
1.2.1 (2017-07-28)
Bug Fixes
- $dependencies: Upgrade webpack and webpack-dev-server (65bf7df3)
v1.2.0
<a name"1.2.0">
1.2.0 (2017-07-20)
Bug Fixes
- $eject: Add the utility to ejected config and scripts (1fdf83ea)
Features
- $config:
- Enabled react-error-overlay (9379aed0)
- Added support for environment-specific .env files and better handling for .env v (d3573f98)
- $debugger: Add an option to disable Elm Debugger in development mode (7f2c6bdf)
- $dev: Added elm error highlightning in the terminal (f67298b2)
v1.1.2
<a name"1.1.2">
1.1.2 (2017-07-10)
Bug Fixes
- Upgraded the dependencies to avoid deprecation messages (48e1c8c9)
v1.1.1
<a name"1.1.1">
1.1.1 (2017-07-03)
Bug Fixes
- Upgraded the build dependencies to the latest (8e17d8eb)
v1.1.0
<a name"1.1.0">
1.1.0 (2017-06-27)
Features
- Addeded an alternative way for handling PUBLIC_URL substitutuin in Elm code (88910974)
- Upgrade web pack and a few other dependencies (305706f6)
v1.0.0
<a name"1.0.0">
1.0.0 (2017-06-24)
Bug Fixes
- Keep the files inside the module system in src folder (9af9fe45)
Features
- Fix the paths and introduce the new build script (0360af29)
- config: Change the name of the distribution folder to
build
(58df0dbd)
Breaking Changes
- added
public/
folder and changed the config to serve static assets from it.
(58df0dbd)
v0.8.6
<a name"0.8.6">
0.8.6 (2017-06-14)
Bug Fixes
- config: Cleanup in path config (5e11e4f7)
v0.8.5
<a name"0.8.5">
0.8.5 (2017-06-13)
Bug Fixes
- Better resolving logic for templates and executables (d977b8e6)
- config: Fixed loader resolver configuration (d8cb4a3c, closes #131)
v0.8.4
<a name"0.8.4">
0.8.4 (2017-06-08)
Bug Fixes
- Add the configuration for resolveLoader to fix installation with yarn (d80cb5ed)
- template: Added a meta tag to enable the responsiveness in the browser (019e43a3)
- testing: Upgraded the elm-test setup so it works with the latest version (ff63e11b)
v0.8.3
<a name"0.8.3">
0.8.3 (2017-06-08)
Bug Fixes
- config: Fix loader and elm-make resolution (7330b289, closes #127)