Skip to content

Latest commit

 

History

History
38 lines (18 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

38 lines (18 loc) · 1.26 KB

Changelog

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

3.0.0 (2020-10-22)

⚠ BREAKING CHANGES

  • only webpack 4 and webpack 5 are supported
  • only node 10 and above is supported

Features

  • add webpack 5 support (2af9b65)

  • only node 10 and above is supported (537a0c1)

  • only webpack 4 and webpack 5 are supported (a86fe7e)

2.0.1 (2019-12-07)

2.0.0 (2019-06-12)

refactor

  • throws exception if options are missing (02be942)

BREAKING CHANGES

  • options object must be provided

1.0.5 (2019-03-08)