Skip to content

Releases: webpack-contrib/coffee-loader

v5.0.0

15 Jan 17:18
Compare
Choose a tag to compare

5.0.0 (2024-01-15)

⚠ BREAKING CHANGES

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

v4.0.0

18 May 21:03
Compare
Choose a tag to compare

4.0.0 (2022-05-18)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 14.15.0

v3.0.0

11 May 16:43
Compare
Choose a tag to compare

3.0.0 (2021-05-11)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0

v2.0.0

22 Dec 13:29
Compare
Choose a tag to compare

2.0.0 (2020-12-22)

⚠ BREAKING CHANGES

  • minimum supported webpack version is 5

v1.0.1

09 Oct 15:05
Compare
Choose a tag to compare

1.0.1 (2020-10-09)

Chore

  • update schema-utils

v1.0.0

22 May 18:13
Compare
Choose a tag to compare

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

v0.9.0

25 Oct 04:15
Compare
Choose a tag to compare

2017-10-25

Features

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

v0.8.0

23 Aug 18:53
Compare
Choose a tag to compare

2017-08-23

Bug Fixes

Features

  • add support for coffeescript v2.0.0 (#30) (e5c24cc)

v0.7.3

25 Feb 06:15
Compare
Choose a tag to compare

2017-02-24

Bug Fixes

  • package: fix loaderUtils deprecation warning (#28) (03b3c99)