karma-coffee-preprocessor
Version:
A Karma plugin. Compile coffee script on the fly.
113 lines (52 loc) • 3.07 kB
Markdown
<a name="1.0.1"></a>
## [1.0.1](https://github.com/karma-runner/karma-coffee-preprocessor/compare/v1.0.0...v1.0.1) (2016-07-12)
### Bug Fixes
* use object-assign to stop deprecation notice ([#36](https://github.com/karma-runner/karma-coffee-preprocessor/issues/36)) ([769283e](https://github.com/karma-runner/karma-coffee-preprocessor/commit/769283e))
* warnings in chrome. ([acc1bce](https://github.com/karma-runner/karma-coffee-preprocessor/commit/acc1bce))
<a name"1.0.0"></a>
## 1.0.0 (2016-05-03)
<a name"0.3.0"></a>
## 0.3.0 (2015-07-09)
#### Features
* Depend on any 1.* version of coffee-script ([ed41be72](https://github.com/karma-runner/karma-coffee-preprocessor/commit/ed41be72))
<a name"0.2.1"></a>
### 0.2.1 (2015-07-09)
<a name"0.2.0"></a>
## 0.2.0 (2015-07-09)
#### Features
* cancel build on error ([b0992606](https://github.com/karma-runner/karma-coffee-preprocessor/commit/b0992606))
<a name"0.1.3"></a>
### 0.1.3 (2015-07-09)
#### Features
* update coffee script to 1.7 ([fec5e821](https://github.com/karma-runner/karma-coffee-preprocessor/commit/fec5e821))
<a name"0.1.2"></a>
### 0.1.2 (2015-07-09)
#### Features
* support source maps (rewriting stack traces) ([f1d5e7ef](https://github.com/karma-runner/karma-coffee-preprocessor/commit/f1d5e7ef))
<a name"0.1.1"></a>
### 0.1.1 (2015-07-09)
#### Features
* add a line number to the error log if there is a parse error ([56315e16](https://github.com/karma-runner/karma-coffee-preprocessor/commit/56315e16))
<a name"0.1.0"></a>
## 0.1.0 (2015-07-09)
<a name"0.0.4"></a>
### 0.0.4 (2015-07-09)
#### Bug Fixes
* append sourceMappingURL, per spec ([7a330c57](https://github.com/karma-runner/karma-coffee-preprocessor/commit/7a330c57))
* missing var ([63b402ac](https://github.com/karma-runner/karma-coffee-preprocessor/commit/63b402ac))
* don't error out when coffee compilation fails ([4a8074b5](https://github.com/karma-runner/karma-coffee-preprocessor/commit/4a8074b5))
#### Features
* add sourceMap support ([0593c2fa](https://github.com/karma-runner/karma-coffee-preprocessor/commit/0593c2fa), closes [#3](https://github.com/karma-runner/karma-coffee-preprocessor/issues/3))
<a name"0.0.3"></a>
### 0.0.3 (2015-07-09)
#### Bug Fixes
* actually pass cloned options to coffee.compile ([01a3e094](https://github.com/karma-runner/karma-coffee-preprocessor/commit/01a3e094))
* clone mutable options ([6722fa44](https://github.com/karma-runner/karma-coffee-preprocessor/commit/6722fa44))
#### Features
* **config:** upgrade coffee-script to 1.6.3 ([202b8930](https://github.com/karma-runner/karma-coffee-preprocessor/commit/202b8930))
<a name"0.0.2"></a>
### 0.0.2 (2015-07-09)
#### Bug Fixes
* don't suffix filename with -compiled.js ([14b1835a](https://github.com/karma-runner/karma-coffee-preprocessor/commit/14b1835a))
#### Features
* make options, transformPath configurable ([486abccb](https://github.com/karma-runner/karma-coffee-preprocessor/commit/486abccb), closes [#1](https://github.com/karma-runner/karma-coffee-preprocessor/issues/1))