Skip to content

Latest commit

 

History

History
228 lines (132 loc) · 16.5 KB

CHANGELOG.md

File metadata and controls

228 lines (132 loc) · 16.5 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.0.7 (2023-06-07)

Note: Version bump only for package @webpack-cli/generators

3.0.6 (2023-06-04)

Note: Version bump only for package @webpack-cli/generators

3.0.5 (2023-06-04)

Note: Version bump only for package @webpack-cli/generators

3.0.4 (2023-05-09)

Note: Version bump only for package @webpack-cli/generators

3.0.3 (2023-05-07)

Note: Version bump only for package @webpack-cli/generators

3.0.2 (2023-04-21)

Bug Fixes

  • init: don't ask to install prettier when using --force (#3720) (72d11c9)

3.0.1 (2022-12-05)

Bug Fixes

  • make define-process-env-node-env alias node-env (#3514) (346a518)

3.0.0 (2022-11-17)

Bug Fixes

BREAKING CHANGES

  • the minimum supported webpack version is v5.0.0 (#3342) (b1af0dc), closes #3342
  • webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0

2.5.0 (2022-06-13)

Bug Fixes

Features

2.4.2 (2022-01-24)

Note: Version bump only for package @webpack-cli/generators

2.4.1 (2021-10-18)

Note: Version bump only for package @webpack-cli/generators

2.4.0 (2021-10-06)

Bug Fixes

Features

  • allow to run commands without webpack installation where it is unnecessary (#2907) (603041d)

2.3.0 (2021-08-15)

Features

  • add prompt to select a package manager of choice (#2779) (5bd0df4)
  • init-generator: add ability to specify a package manager of choice (#2769) (e53f164)

2.2.0 (2021-06-07)

Bug Fixes

Features

  • generators: add aliases for options (#2700) (2172ad9)
  • init-generator: configure workbox-webpack-plugin as opted (#2722) (f229e29)

2.1.0 (2021-05-06)

Bug Fixes

Features

2.0.0 (2021-03-27)

BREAKING CHANGES

  • --generation-path option was removed, please use webpack init ./path/to/generation
  • --auto option was removed in favor --force
  • utils for ast transformations were removed

Bug Fixes

Features

  • add additional scripts to init template (#2550) (665d993)
  • add postcss support to default template (#2526) (2627d0f)
  • allow all css possibilities for default template (#2544) (a141bbb)

1.3.1 (2021-02-02)

Note: Version bump only for package @webpack-cli/generators

1.3.0 (2021-01-19)

Bug Fixes

Features

1.2.1 (2020-12-31)

Bug Fixes

  • the --help option is working without webpack-dev-server (#2267) (1dae54d)

1.2.0 (2020-12-25)

Bug Fixes

  • typos in options

Features

  • union generators

1.1.0 (2020-11-04)

Bug Fixes

  • generators: correct optimization.splitChunks option in config (#2008) (f86ef2d)

Features

  • export utils from core for other packages (#2011) (3004549)

1.0.2 (2020-10-19)

Bug Fixes

1.0.1 (2020-10-10)

Bug Fixes

1.0.1-rc.1 (2020-10-06)

Bug Fixes

1.0.1-alpha.5 (2020-03-02)

Note: Version bump only for package @webpack-cli/generators

1.0.1-alpha.4 (2020-02-29)

Note: Version bump only for package @webpack-cli/generators

1.0.1-alpha.3 (2020-02-23)

Note: Version bump only for package @webpack-cli/generators

1.0.1-alpha.2 (2020-02-23)

Note: Version bump only for package @webpack-cli/generators

1.0.1-alpha.1 (2020-02-23)

Bug Fixes

  • cli: fix file resolution inside group helper (#1221) (76d2eb3)