create-elm-app

🍃 Create Elm apps with zero configuration

MIT License

Downloads
922
Stars
1.7K
Committers
75

Bot releases are visible (Hide)

create-elm-app - v4.1.2

Published by halfzebra almost 5 years ago

4.1.2 (2019-12-13)

Bug Fixes

create-elm-app - v4.1.1

Published by halfzebra almost 5 years ago

4.1.1 (2019-11-06)

Bug Fixes

  • elm-asset-webpack-loader: dependency instead of dev dependency (93aec4d), closes #382
create-elm-app - v4.1.0

Published by halfzebra almost 5 years ago

4.1.0 (2019-11-05)

Features

  • webpack config: elm-webpack-asset-loader to require assets (568a7f4), closes #363
create-elm-app - v4.0.1

Published by halfzebra almost 5 years ago

4.0.1 (2019-11-05)

Bug Fixes

  • package.json: bumped elm-hot-webpack-loader to v1.1.5 (1835c64)
create-elm-app - v4.0.0

Published by halfzebra almost 5 years ago

4.0.0 (2019-10-24)

Bug Fixes

  • update how path to elm binary is resolved (9af350d)

BREAKING CHANGES

  • create-elm-app does guarantee backward compatibility of all underlying dependencies
    so this release is marked as breaking
create-elm-app - v3.2.2

Published by halfzebra about 5 years ago

3.2.2 (2019-09-26)

Bug Fixes

  • config: remove deprecated minimize config option for css-loader (0e8bc34)
  • security: update http-proxy-middleware to ^0.20.0 (f379212)
  • security: upgrade css-loader to ^3.2.0 (638fdfb)
  • add missing dependency postcss-safe-parser (ed14f63)
  • re-add minification (4fcec6d)
create-elm-app - v3.2.1

Published by halfzebra over 5 years ago

3.2.1 (2019-07-19)

Bug Fixes

  • use the correct branch name to point to the fork (786fba8)
create-elm-app - v3.2.0

Published by halfzebra over 5 years ago

3.2.0 (2019-07-18)

Bug Fixes

  • Correct typo in template/README.md (748391d)

Features

  • Add --no-browser flag to 'start' command (b51722d)
create-elm-app - v3.1.0

Published by halfzebra over 5 years ago

3.1.0 (2019-07-18)

Bug Fixes

  • use a fork of elm-webpack-loader (a339be6)
  • use a fork of elm-webpack-loader (b1c5468)

Features

  • disable service worker by default (e5ac3b6)
create-elm-app - v3.0.8

Published by halfzebra over 5 years ago

3.0.8 (2019-05-31)

Bug Fixes

  • remove redundant clean-webpack-plugin (33f11ba)
create-elm-app - v3.0.7

Published by halfzebra over 5 years ago

3.0.7 (2019-05-30)

Bug Fixes

  • rollback elm version (89c24b1)
  • update elm package to the latest (a31bc9b)
create-elm-app - v3.0.6

Published by halfzebra over 5 years ago

3.0.6 (2019-03-11)

Bug Fixes

  • add @babel/runtime and upgrade all babel dependencies (91de41a)
create-elm-app - v3.0.5

Published by halfzebra over 5 years ago

3.0.5 (2019-03-10)

Bug Fixes

  • strip compilation progress bar on Windows (750ebb4)
create-elm-app - v3.0.4

Published by halfzebra over 5 years ago

3.0.4 (2019-02-26)

Bug Fixes

  • test script by changing the way it resolves the path to elm binary (a5a062d)
create-elm-app - v3.0.3

Published by halfzebra almost 6 years ago

3.0.3 (2018-12-22)

Bug Fixes

  • template/elm.json: Bump latest versions of elm core (048ebaf), closes #333
create-elm-app - v3.0.2

Published by halfzebra almost 6 years ago

3.0.2 (2018-12-15)

Bug Fixes

  • Remove redundant config from the template (9184b27)
create-elm-app - v3.0.1

Published by halfzebra almost 6 years ago

3.0.1 (2018-12-14)

Bug Fixes

  • Fix setupProxy configuration option (9094331)
create-elm-app - v3.0.0

Published by halfzebra almost 6 years ago

3.0.0 (2018-12-12)

Bug Fixes

  • Include styling fix for making it possible to use Elm UI out of the box (5f256ad), closes #320

Features

  • A new configuration property allows manually configurting proxy settings during development (5fd53ce), closes #326

BREAKING CHANGES

  • Using objects in "proxy" settings is no longer supported
create-elm-app - v2.2.4

Published by halfzebra almost 6 years ago

2.2.4 (2018-12-11)

Bug Fixes

create-elm-app - v2.2.3

Published by halfzebra almost 6 years ago

2.2.3 (2018-11-06)

Bug Fixes

  • Fix a typo in a warning and add a warning for DEAD_CODE_ELIMINATION env variable. (7666ee9)