tomchentw/gulp-livescript

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="3.0.1"></a>
## [3.0.1](https://github.com/tomchentw/gulp-livescript/compare/v3.0.0...v3.0.1) (2016-05-31)



<a name="3.0.0"></a>
# [3.0.0](https://github.com/tomchentw/gulp-livescript/compare/v2.4.1...v3.0.0) (2015-12-07)


### Features

* **package.json:** upgrade dependencies ([7af8d07](https://github.com/tomchentw/gulp-livescript/commit/7af8d07))



<a name="2.4.1"></a>
## [2.4.1](https://github.com/tomchentw/gulp-livescript/compare/v2.4.0...v2.4.1) (2015-12-07)


### Bug Fixes

* **index.ls:** use relative path in sourceMap.sources ([785374e](https://github.com/tomchentw/gulp-livescript/commit/785374e)), closes [#25](https://github.com/tomchentw/gulp-livescript/issues/25)



## 2.4.0 (2015-06-08)


#### Features

* **index.ls:** support sourcemap ([544eb886](https://github.com/tomchentw/gulp-livescript/commit/544eb886c62c15663bb13033a825b1f4859d9f3c))


### 2.3.1 (2015-05-21)


## 2.3.0 (2014-11-23)


#### Features

* shows filename on compilation error ([919c401a](https://github.com/tomchentw/gulp-livescript/commit/919c401ae3525a4fe26be71b10304a949530558f))


### 2.2.1 (2014-11-20)


## 2.2.0 (2014-11-09)


#### Features

* **index.ls:** rewrite module in object-oriented way ([60944855](https://github.com/tomchentw/gulp-livescript/commit/60944855a2eff3548577178beec057011de0dd9e))
* **lib:** compile LS to JS ([c1e77427](https://github.com/tomchentw/gulp-livescript/commit/c1e77427ffcc376f7b80859ee0e3b05b869b93cb))


### 2.1.1 (2014-11-07)


#### Bug Fixes

* **index:**
  * build for #16 ([1ca99ce3](https://github.com/tomchentw/gulp-livescript/commit/1ca99ce3bb8296ae59ae63bc08da2690c8d6bf19))
  * outputted extname should be .json ([cc795730](https://github.com/tomchentw/gulp-livescript/commit/cc795730d65f3a5ab8ed91d80140d892efcbcb62))


## 2.1.0 (2014-11-06)


#### Features

* **index.js:** add support for .json.ls extension ([043d92da](https://github.com/tomchentw/gulp-livescript/commit/043d92da728fa90adb29909557db3c4cd69802a8))


## 2.0.0 (2014-10-17)


#### Features

* **package.json:**
  * move LiveScript to peerDependencies ([8a7bd6fd](https://github.com/tomchentw/gulp-livescript/commit/8a7bd6fd64aa7817cbe49a5560ff67ec268b1d90))
  * changed dependencies from ~ to ^ ([2fc18196](https://github.com/tomchentw/gulp-livescript/commit/2fc1819697740537a56bb05f2f5e6285668edeed))


## 1.3.0 (2014-10-17)


#### Bug Fixes

* **index.js:** require syntax for LiveScript 1.3.0 ([0dcbb6bf](https://github.com/tomchentw/gulp-livescript/commit/0dcbb6bfcc118d505d586a7474609efd1cb4f48e))


#### Features

* **package.json:** upgrade LiveScript to 1.3.0 ([3c2202d4](https://github.com/tomchentw/gulp-livescript/commit/3c2202d42b928dd79586debdc4f31340dd022266))


### 1.2.1 (2014-10-17)


#### Bug Fixes

* **index.js:** require syntax for LiveScript 1.2.0 ([0f3d00f6](https://github.com/tomchentw/gulp-livescript/commit/0f3d00f685d2365c15beca5cae52f7cb24616c4d))


## 1.2.0 (2014-10-13)


#### Bug Fixes

* **index.js:** require syntax for LiveScript 1.3.0 ([26ad4a7e](https://github.com/tomchentw/gulp-livescript/commit/26ad4a7e794a5d7d833d132e88ac400b379b2147))


### 1.1.1 (2014-10-02)


## 1.1.0 (2014-09-23)


#### Features

* **index:** add support for outputing json ([306da937](https://github.com/tomchentw/gulp-livescript/commit/306da9373568cf52fe48ca1c2777f03caa573417))


### 1.0.3 (2014-06-18)


### 1.0.2 (2014-06-15)


#### Bug Fixes

* **package.json:** downgrade through2 to 0.5.1 ([537e8863](https://github.com/tomchentw/gulp-livescript/commit/537e88631c938226fe3256769fb83bb850f13518))


### 1.0.1 (2014-06-13)


#### Features

* **package.json:** update dependencies ([b29ff385](https://github.com/tomchentw/gulp-livescript/commit/b29ff385b704fd7841cfd10e07bc2a3de2308292))


## 1.0.0 (2014-06-13)


<a name="0.3.0"></a>
## 0.3.0 (2014-05-25)


#### Features

* **index.js:** replace map-stream with through2 ([62ad1579](https://github.com/tomchentw/gulp-livescript/commit/62ad1579f393c3f4a0e4b0cdb15be2270e8e6fd6))


<a name="0.2.1"></a>
### 0.2.1 (2014-03-07)


#### Bug Fixes

* fix tests for LiveScript filename feature. ([2c1fc448084f660feffe9bdc892e29a0ce3fa240](https://github.com/tomchentw/gulp-livescript/commit/2c1fc448084f660feffe9bdc892e29a0ce3fa240))


#### Features

* make LiveScript show the filename when there's an error ([744b187e8ad706f0be5683cfab90a3ef4573019f](https://github.com/tomchentw/gulp-livescript/commit/744b187e8ad706f0be5683cfab90a3ef4573019f))
* **Makefile:** extract logic out from gulpfile ([d0ff136ba9e1fa2f7ad450da6995a7c5c9159fe4](https://github.com/tomchentw/gulp-livescript/commit/d0ff136ba9e1fa2f7ad450da6995a7c5c9159fe4))


<a name="0.2.0"></a>
## 0.2.0 (2014-02-17)


#### Features

* **index.ls:** cb error when compilation fails ([fe30052a302e3b4957833ae22766cad7cb05e44c](https://github.com/tomchentw/gulp-livescript/commit/fe30052a302e3b4957833ae22766cad7cb05e44c))


<a name="0.1.2"></a>
### 0.1.2 (2014-02-15)


<a name="0.1.1"></a>
### 0.1.1 (2014-01-18)


<a name="0.0.12"></a>
### 0.0.12 (2014-01-12)


#### Bug Fixes

* **package.json:** update gulp-conventional-changelog version ([8cbd2aa8f0e450bf0a70559ef1f7d62a95a4a685](https://github.com/tomchentw/gulp-livescript/commit/8cbd2aa8f0e450bf0a70559ef1f7d62a95a4a685))


<a name="0.0.11"></a>
### 0.0.11 (2014-01-12)


<a name="0.0.10"></a>
### 0.0.10 (2014-01-12)


#### Bug Fixes

* **package.json:** update gulp-conventional-changelog version ([f6bc31312174485f76519c8d482c12b2186105e2](https://github.com/tomchentw/gulp-livescript/commit/f6bc31312174485f76519c8d482c12b2186105e2))


<a name="0.0.9"></a>
### 0.0.9 (2014-01-11)


#### Bug Fixes

* **gulpfile:** gulp-bump has a breaking change ([5bb3e99dd5ca80c5cc86f0f0a5e6bbc6fecc5897](https://github.com/tomchentw/gulp-livescript/commit/5bb3e99dd5ca80c5cc86f0f0a5e6bbc6fecc5897))


<a name="0.0.8"></a>
### 0.0.8 (2014-01-11)


<a name="0.0.7"></a>
### 0.0.7 (2014-01-11)


#### Bug Fixes

* **index.js:** generate it with bare option ([850956015df970a85983a42c5d62e033b4aa8210](https://github.com/tomchentw/gulp-livescript/commit/850956015df970a85983a42c5d62e033b4aa8210))


<a name="0.0.6"></a>
### 0.0.6 (2014-01-08)

Fix test suite usage with `npm test`, and add `example` folder.


<a name="0.0.5"></a>
### 0.0.5 (2014-01-06)

Add gemnasium bagde to README and fix `package.json` repository link.


<a name="0.0.4"></a>
### 0.0.4 (2014-01-05)

Add `gulp-conventional-changelog` and `gulp-release` into `release` task.


<a name="0.0.3"></a>
### 0.0.3 (2014-01-05)


#### Bug Fixes

* **naming:** rename package to gulp-livescript ([6ea5adac2bef79292076e869baf9e6bea62362e5](https://github.com/tomchentw/gulp-livescript/commit/6ea5adac2bef79292076e869baf9e6bea62362e5))
* **package:** add mocha as dev dependencies ([bebcab6c5f64cb46c03036aca49aa90105c516e8](https://github.com/tomchentw/gulp-livescript/commit/bebcab6c5f64cb46c03036aca49aa90105c516e8))


#### Features

* **index:** add compile functionality and test ([969ec3d4aab91b2e821dbf82c4124805977c1ed8](https://github.com/tomchentw/gulp-livescript/commit/969ec3d4aab91b2e821dbf82c4124805977c1ed8))
* **init:** scaffold glup plugin with LiveScript support ([dc917bfd74737a381bef64f8220e53f2eee46b41](https://github.com/tomchentw/gulp-livescript/commit/dc917bfd74737a381bef64f8220e53f2eee46b41))