Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Releases: webpack-contrib/i18n-webpack-plugin

Release v1.0.0

10 Jun 23:13
Compare
Choose a tag to compare

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.

Release v1.0.0-beta.1

10 Jun 23:08
Compare
Choose a tag to compare
Release v1.0.0-beta.1 Pre-release
Pre-release

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

Bug Fixes

Release v1.0.0-beta.0

01 May 22:37
Compare
Choose a tag to compare
Release v1.0.0-beta.0 Pre-release
Pre-release

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.