Skip to content

Latest commit

 

History

History
79 lines (39 loc) · 2.64 KB

CHANGELOG.md

File metadata and controls

79 lines (39 loc) · 2.64 KB

Changelog

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

5.0.0 (2024-01-15)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (#174) (1d4adfd)

4.0.0 (2022-05-18)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 14.15.0

3.0.0 (2021-05-11)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0

2.0.0 (2020-12-22)

⚠ BREAKING CHANGES

  • minimum supported webpack version is 5

1.0.1 (2020-10-09)

Chore

  • update schema-utils

1.0.0 (2020-05-22)

BREAKING CHANGES

  • minimum required Node.js version is 10.13.0
  • minimum required webpack version is 4.0.0
  • minimum required coffeescript version is 2.0.0
  • default value for the sourceMap option based on the value of the compiler.devtool option

Features

  • respect the compiler.devtool value for the sourceMap option
  • developer can override CoffeeScript options

Bug Fixes

  • fix error reporting

0.9.0 (2017-10-25)

Features

  • add transpile option (options.transpile) (#47) (abaf498)

0.8.0 (2017-08-23)

Bug Fixes

Features

  • add support for coffeescript 2 dependency (#30) (e5c24cc)