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 - v2.2.2

Published by halfzebra almost 6 years ago

2.2.2 (2018-11-05)

Bug Fixes

create-elm-app - v2.2.1

Published by halfzebra almost 6 years ago

2.2.1 (2018-11-05)

Bug Fixes

  • Upgrade react-dev-utils and html-webpack-plugin (cc1bae6)
create-elm-app - v2.2.0

Published by halfzebra about 6 years ago

2.2.0 (2018-10-11)

Features

  • Enable the option to overwrite Webpack config by using 'elmapp.config.js' configuration file (92b5308)
create-elm-app - v2.1.0

Published by halfzebra about 6 years ago

2.1.0 (2018-10-09)

Bug Fixes

  • config/paths.js: Support "homepage" and "proxy" in elm.json for legacy reasons. (2d907c8)
  • Show deprecation warning regarding elm.json usage (be8c7bf)

Features

  • Itroduced an option of having a config for "homepage" and "proxy" (61721b5)
  • Use 'cosmiconfig' to load the configuration (a126b47)
create-elm-app - v2.0.7

Published by halfzebra about 6 years ago

2.0.7 (2018-10-01)

Bug Fixes

  • create: Fix creation problems on Windows (3868884)
create-elm-app - v2.0.6

Published by halfzebra about 6 years ago

2.0.6 (2018-09-25)

Bug Fixes

  • Makes it possible to enable the Elm debugger with ELM_DEBUGGER=true (9e6c8d4), closes #304
create-elm-app - v2.0.5

Published by halfzebra about 6 years ago

2.0.5 (2018-09-21)

Bug Fixes

  • create: Fix the bug with numeric app names (abfb814)
create-elm-app - v2.0.4

Published by halfzebra about 6 years ago

2.0.4 (2018-09-19)

Bug Fixes

  • webpack.config.prod: Disable Webpack performance tips for prod config (4be8e98)
create-elm-app - v2.0.3

Published by halfzebra about 6 years ago

2.0.3 (2018-09-05)

Bug Fixes

  • package.json: Correction of the misspelled elm-test version (4300c8c)
  • start: Remove debugging leftovers. (f9bc9e9)
create-elm-app - v2.0.2

Published by halfzebra about 6 years ago

2.0.2 (2018-09-05)

Bug Fixes

  • package.json: Upgrade elm-test to 0.19.0-beta8 (2b6d8ce)
create-elm-app - v2.0.1

Published by halfzebra about 6 years ago

2.0.1 (2018-09-04)

Bug Fixes

  • start: Exclude public/ stuff from being proxied. (816d342)
create-elm-app - v2.0.0

Published by halfzebra about 6 years ago

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

Published by halfzebra over 6 years ago

1.10.4 (2018-04-21)

Bug Fixes

  • Webpack Config: Fixed PUBLIC_URL token substitution (9a46545)
create-elm-app - v1.10.3

Published by halfzebra over 6 years ago

1.10.3 (2018-02-24)

Bug Fixes

  • package.json: Upgrade dependencies (5642e15)
create-elm-app - v1.10.2

Published by halfzebra almost 7 years ago

1.10.2 (2017-12-29)

Bug Fixes

create-elm-app - v1.10.1

Published by halfzebra almost 7 years ago

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

Published by halfzebra almost 7 years ago

1.10.0 (2017-11-25)

Features

create-elm-app - v1.9.1

Published by halfzebra almost 7 years ago

1.9.1 (2017-10-31)

Bug Fixes

  • Change the condition to disable dead code elimination by default (8d7731d)
create-elm-app - v1.9.0

Published by halfzebra almost 7 years ago

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

Published by halfzebra almost 7 years ago

1.8.1 (2017-10-28)

Bug Fixes