Skip to content

Latest commit

 

History

History
93 lines (47 loc) · 3.92 KB

CHANGELOG.md

File metadata and controls

93 lines (47 loc) · 3.92 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2022-12-05)

⚠ BREAKING CHANGES

  • Rewrite to webpack 5 support
  • Enforces a minimum NodeJS version of 4.3 via engines & drops support for Webpack v1.x.

Bug Fixes

  • index: hide warnings when options.hideMessage is truthy (#45) (d4c7877)

  • Missing default update (a6ba200)

  • update CI and example dependencies (#3) (738c5b0)

  • Webpack 5 (#1) (423f45b), closes #1

  • apply webpack-defaults (#41) (c8621a1)

2.0.1 (2020-10-24)

2.0.0 (2020-10-22)

⚠ BREAKING CHANGES

  • Rewrite to webpack 5 support

  • Webpack 5 (#1) (423f45b), closes #1

1.0.0 (2017-06-10)

Bug Fixes

  • index: hide warnings when options.hideMessage is truthy (#45) (d4c7877)
  • Missing default update (a6ba200)

Code Refactoring

BREAKING CHANGES

  • Enforces a minimum NodeJS version of 4.3 via engines & drops support for Webpack v1.x.
  • Drops support for Webpack 1.x via a peedDependency on Webpack of ^2.0.0 || >= 3.0.0-rc.0 || ^3.0.0.

1.0.0-beta.1 (2017-06-06)

Bug Fixes

1.0.0-beta.0 (2017-05-01)

Bug Fixes

  • index: hide warnings when options.hideMessage is truthy (#45) (d4c7877)

Code Refactoring

BREAKING CHANGES

  • Enforces a minimum NodeJS version of 4.3 via engines & drops support for Webpack v1.x.

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

x.x.x / --

  • Bug fix -
  • Feature -
  • Chore -
  • Docs -