create-elm-app

🍃 Create Elm apps with zero configuration

MIT License

Downloads
922
Stars
1.7K
Committers
75

Bot releases are hidden (Show)

create-elm-app - v1.8.0

Published by halfzebra about 7 years ago

1.8.0 (2017-10-13)

Features

  • $compile: Added option to enable Elm Debugger for production build (686e19e)
create-elm-app - v1.7.2

Published by halfzebra about 7 years ago

1.7.2 (2017-10-12)

Bug Fixes

  • Copy the whole utils folder (0337ec3)
create-elm-app - v1.7.1

Published by halfzebra about 7 years ago

1.7.1 (2017-10-11)

Bug Fixes

  • Fix file path color highlightning in the error output on Windows (bafc2f3)
create-elm-app - v1.7.0

Published by halfzebra about 7 years ago

1.7.0 (2017-10-03)

Features

  • $config: Enable dead code elimination and tell UglifyJS about the pure functions from Elm (c9d1a50)
create-elm-app - v1.6.0

Published by halfzebra about 7 years ago

1.6.0 (2017-09-26)

Bug Fixes

  • $dependencies: Update dependencies (be6d5c9)

Features

  • $config: Mock-out Node.js libraries to secure the run-time in the browser (5234838)
  • $scripts: Add color highlighting for Elm compiler errors (f63aeeb)
  • $scripts: Clean-up errors from Elm Compiler before showing them (1250f60)
create-elm-app - v1.5.0

Published by halfzebra about 7 years ago

1.5.0 (2017-09-14)

Bug Fixes

  • $dependencies: Upgraded all the dependencies and swapped chai for unexpected (f9c320f)

Features

  • $build: Replace babel presets with babel-preset-env and upgrade webpack-dev-server (094920a)
create-elm-app - v1.4.0

Published by halfzebra about 7 years ago

<a name"1.4.0">

1.4.0 (2017-09-12)

Features

  • $build: Added the support for PWA (d4737bd2)
create-elm-app - v1.3.0

Published by halfzebra about 7 years ago

<a name"1.3.0">

1.3.0 (2017-08-26)

Features

  • $cli: Add alias for package install (1833c4fb)
create-elm-app - v1.2.3

Published by halfzebra about 7 years ago

<a name"1.2.3">

1.2.3 (2017-08-22)

Bug Fixes

  • $dependencies: Upgrade webpack and CRA dependencies (19027d5b)
create-elm-app - v1.2.2

Published by halfzebra about 7 years ago

<a name"1.2.2">

1.2.2 (2017-08-04)

Bug Fixes

  • $dependencies: Upgrade fs-extra and html-webpack-plugin (11b60e0d)
create-elm-app - v1.2.1

Published by halfzebra about 7 years ago

<a name"1.2.1">

1.2.1 (2017-07-28)

Bug Fixes

  • $dependencies: Upgrade webpack and webpack-dev-server (65bf7df3)
create-elm-app - v1.2.0

Published by halfzebra over 7 years ago

<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)
create-elm-app - v1.1.2

Published by halfzebra over 7 years ago

<a name"1.1.2">

1.1.2 (2017-07-10)

Bug Fixes

  • Upgraded the dependencies to avoid deprecation messages (48e1c8c9)
create-elm-app - v1.1.1

Published by halfzebra over 7 years ago

<a name"1.1.1">

1.1.1 (2017-07-03)

Bug Fixes

  • Upgraded the build dependencies to the latest (8e17d8eb)
create-elm-app - v1.1.0

Published by halfzebra over 7 years ago

<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)
create-elm-app - v1.0.0

Published by halfzebra over 7 years ago

<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)

create-elm-app - v0.8.6

Published by halfzebra over 7 years ago

<a name"0.8.6">

0.8.6 (2017-06-14)

Bug Fixes

  • config: Cleanup in path config (5e11e4f7)
create-elm-app - v0.8.5

Published by halfzebra over 7 years ago

<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)
create-elm-app - v0.8.4

Published by halfzebra over 7 years ago

<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)
create-elm-app - v0.8.3

Published by halfzebra over 7 years ago

<a name"0.8.3">

0.8.3 (2017-06-08)

Bug Fixes

  • config: Fix loader and elm-make resolution (7330b289, closes #127)