Skip to content

Latest commit

 

History

History
130 lines (57 loc) · 5.55 KB

CHANGELOG.md

File metadata and controls

130 lines (57 loc) · 5.55 KB

2.1.0 (2023-04-10)

Features

  • Allow saving the transformed script and source map to disk (0dbb86a)

2.0.0 (2023-04-10)

Bug Fixes

  • Include only index.js in the published package (9b00edc)
  • Modernise the JavaScript language (1d492b9)
  • Remove the dependency on object-assign (7793851)

Features

  • Fork the project (0739c07)
  • Move coffeescript to peer dependencies (f84f552)
  • Upgrade to CoffeeScript 2 (cb4adc7)

BREAKING CHANGES

  • The package coffeescript was moved to peer dependencies. If you use a package manager with the feature parity of NPM 8, you won't notice a difference, because it will install the peer depednencies automatically. Otherwise you will need to install coffeescript as a dev dependency, like you did karma earlier.
  • The minimum supported version of Node.js is 8 now.
  • Upgrade Node.js to version 4 or later.
  • CoffeeScript version 2 is not 100% compatible with the version 1. See https://coffeescript.org/#breaking-changes for more information.

1.0.1 (2016-07-12)

Bug Fixes

  • use object-assign to stop deprecation notice (#36) (769283e)
  • warnings in chrome. (acc1bce)

1.0.0 (2016-05-03)

0.3.0 (2015-07-09)

Features

  • Depend on any 1.* version of coffee-script (ed41be72)

0.2.1 (2015-07-09)

0.2.0 (2015-07-09)

Features

0.1.3 (2015-07-09)

Features

  • update coffee script to 1.7 (fec5e821)

0.1.2 (2015-07-09)

Features

  • support source maps (rewriting stack traces) (f1d5e7ef)

0.1.1 (2015-07-09)

Features

  • add a line number to the error log if there is a parse error (56315e16)

0.1.0 (2015-07-09)

0.0.4 (2015-07-09)

Bug Fixes

  • append sourceMappingURL, per spec (7a330c57)
  • missing var (63b402ac)
  • don't error out when coffee compilation fails (4a8074b5)

Features

0.0.3 (2015-07-09)

Bug Fixes

  • actually pass cloned options to coffee.compile (01a3e094)
  • clone mutable options (6722fa44)

Features

  • config: upgrade coffee-script to 1.6.3 (202b8930)

0.0.2 (2015-07-09)

Bug Fixes

  • don't suffix filename with -compiled.js (14b1835a)

Features

  • make options, transformPath configurable (486abccb, closes #1)