UNPKG

3.96 kBMarkdownView Raw
1### 1.0.3 (2014-06-18)
2
3
4### 1.0.2 (2014-06-15)
5
6
7#### Bug Fixes
8
9* **package.json:** downgrade through2 to 0.5.1 ([537e8863](https://github.com/tomchentw/gulp-livescript/commit/537e88631c938226fe3256769fb83bb850f13518))
10
11
12### 1.0.1 (2014-06-13)
13
14
15#### Features
16
17* **package.json:** update dependencies ([b29ff385](https://github.com/tomchentw/gulp-livescript/commit/b29ff385b704fd7841cfd10e07bc2a3de2308292))
18
19
20## 1.0.0 (2014-06-13)
21
22
23<a name="0.3.0"></a>
24## 0.3.0 (2014-05-25)
25
26
27#### Features
28
29* **index.js:** replace map-stream with through2 ([62ad1579](https://github.com/tomchentw/gulp-livescript/commit/62ad1579f393c3f4a0e4b0cdb15be2270e8e6fd6))
30
31
32<a name="0.2.1"></a>
33### 0.2.1 (2014-03-07)
34
35
36#### Bug Fixes
37
38* fix tests for LiveScript filename feature. ([2c1fc448084f660feffe9bdc892e29a0ce3fa240](https://github.com/tomchentw/gulp-livescript/commit/2c1fc448084f660feffe9bdc892e29a0ce3fa240))
39
40
41#### Features
42
43* make LiveScript show the filename when there's an error ([744b187e8ad706f0be5683cfab90a3ef4573019f](https://github.com/tomchentw/gulp-livescript/commit/744b187e8ad706f0be5683cfab90a3ef4573019f))
44* **Makefile:** extract logic out from gulpfile ([d0ff136ba9e1fa2f7ad450da6995a7c5c9159fe4](https://github.com/tomchentw/gulp-livescript/commit/d0ff136ba9e1fa2f7ad450da6995a7c5c9159fe4))
45
46
47<a name="0.2.0"></a>
48## 0.2.0 (2014-02-17)
49
50
51#### Features
52
53* **index.ls:** cb error when compilation fails ([fe30052a302e3b4957833ae22766cad7cb05e44c](https://github.com/tomchentw/gulp-livescript/commit/fe30052a302e3b4957833ae22766cad7cb05e44c))
54
55
56<a name="0.1.2"></a>
57### 0.1.2 (2014-02-15)
58
59
60<a name="0.1.1"></a>
61### 0.1.1 (2014-01-18)
62
63
64<a name="0.0.12"></a>
65### 0.0.12 (2014-01-12)
66
67
68#### Bug Fixes
69
70* **package.json:** update gulp-conventional-changelog version ([8cbd2aa8f0e450bf0a70559ef1f7d62a95a4a685](https://github.com/tomchentw/gulp-livescript/commit/8cbd2aa8f0e450bf0a70559ef1f7d62a95a4a685))
71
72
73<a name="0.0.11"></a>
74### 0.0.11 (2014-01-12)
75
76
77<a name="0.0.10"></a>
78### 0.0.10 (2014-01-12)
79
80
81#### Bug Fixes
82
83* **package.json:** update gulp-conventional-changelog version ([f6bc31312174485f76519c8d482c12b2186105e2](https://github.com/tomchentw/gulp-livescript/commit/f6bc31312174485f76519c8d482c12b2186105e2))
84
85
86<a name="0.0.9"></a>
87### 0.0.9 (2014-01-11)
88
89
90#### Bug Fixes
91
92* **gulpfile:** gulp-bump has a breaking change ([5bb3e99dd5ca80c5cc86f0f0a5e6bbc6fecc5897](https://github.com/tomchentw/gulp-livescript/commit/5bb3e99dd5ca80c5cc86f0f0a5e6bbc6fecc5897))
93
94
95<a name="0.0.8"></a>
96### 0.0.8 (2014-01-11)
97
98
99<a name="0.0.7"></a>
100### 0.0.7 (2014-01-11)
101
102
103#### Bug Fixes
104
105* **index.js:** generate it with bare option ([850956015df970a85983a42c5d62e033b4aa8210](https://github.com/tomchentw/gulp-livescript/commit/850956015df970a85983a42c5d62e033b4aa8210))
106
107
108<a name="0.0.6"></a>
109### 0.0.6 (2014-01-08)
110
111Fix test suite usage with `npm test`, and add `example` folder.
112
113
114<a name="0.0.5"></a>
115### 0.0.5 (2014-01-06)
116
117Add gemnasium bagde to README and fix `package.json` repository link.
118
119
120<a name="0.0.4"></a>
121### 0.0.4 (2014-01-05)
122
123Add `gulp-conventional-changelog` and `gulp-release` into `release` task.
124
125
126<a name="0.0.3"></a>
127### 0.0.3 (2014-01-05)
128
129
130#### Bug Fixes
131
132* **naming:** rename package to gulp-livescript ([6ea5adac2bef79292076e869baf9e6bea62362e5](https://github.com/tomchentw/gulp-livescript/commit/6ea5adac2bef79292076e869baf9e6bea62362e5))
133* **package:** add mocha as dev dependencies ([bebcab6c5f64cb46c03036aca49aa90105c516e8](https://github.com/tomchentw/gulp-livescript/commit/bebcab6c5f64cb46c03036aca49aa90105c516e8))
134
135
136#### Features
137
138* **index:** add compile functionality and test ([969ec3d4aab91b2e821dbf82c4124805977c1ed8](https://github.com/tomchentw/gulp-livescript/commit/969ec3d4aab91b2e821dbf82c4124805977c1ed8))
139* **init:** scaffold glup plugin with LiveScript support ([dc917bfd74737a381bef64f8220e53f2eee46b41](https://github.com/tomchentw/gulp-livescript/commit/dc917bfd74737a381bef64f8220e53f2eee46b41))
140
141