UNPKG

2.64 kBMarkdownView Raw
1<a name="0.1.0"></a>
2# [0.1.0](https://github.com/alan-agius4/speedy-build-tools/compare/v0.0.3...v0.1.0) (2017-03-21)
3
4
5### Bug Fixes
6
7* **args:** handle arguments with `=` as they were not being parsed properly ([d2b9e56](https://github.com/alan-agius4/speedy-build-tools/commit/d2b9e56))
8* **tslint:** fixed result from being emitted multiple times ([981589b](https://github.com/alan-agius4/speedy-build-tools/commit/981589b))
9
10
11### Features
12
13* **cli:** cli shorthand command ([63c3744](https://github.com/alan-agius4/speedy-build-tools/commit/63c3744))
14
15
16### BREAKING CHANGES
17
18* **cli:** replace `sbt` to `speedy` as a shorthand version
19
20
21
22<a name="0.0.3"></a>
23## [0.0.3](https://github.com/alan-agius4/speedy-build-tools/compare/v0.0.2...v0.0.3) (2017-03-19)
24
25
26### Bug Fixes
27
28* **args:** `process.argv` was being ignored when `process.env.npm_config_argv` had values ([9941b53](https://github.com/alan-agius4/speedy-build-tools/commit/9941b53))
29
30
31### Features
32
33* **cli:** add `sbt` as shorthand version for `speedy-build-tools` ([d768925](https://github.com/alan-agius4/speedy-build-tools/commit/d768925))
34* **lint:** remove `Codelyzer` from lint stack. ([147d76d](https://github.com/alan-agius4/speedy-build-tools/commit/147d76d))
35* **lint html:** initial implementation ([fc4dbca](https://github.com/alan-agius4/speedy-build-tools/commit/fc4dbca))
36* **utils:** add string `toPrimitive` method ([27c99ab](https://github.com/alan-agius4/speedy-build-tools/commit/27c99ab))
37
38
39
40<a name="0.0.2"></a>
41## [0.0.2](https://github.com/alan-agius4/speedy-build-tools/compare/v0.0.1...v0.0.2) (2017-03-13)
42
43
44### Features
45
46* **clean:** Initial implementation of clean task ([b3a8203](https://github.com/alan-agius4/speedy-build-tools/commit/b3a8203))
47* **utils:** implement `deleteAsync` ([5e093f1](https://github.com/alan-agius4/speedy-build-tools/commit/5e093f1))
48
49### BREAKING CHANGES
50* **utils:** rename `globArray` to `glob`
51
52
53<a name="0.0.1"></a>
54## 0.0.1 (2017-03-12)
55
56
57### Features
58
59* **findRoot:** make filePath optional ([0ea08ed](https://github.com/alan-agius4/speedy-build-tools/commit/0ea08ed))
60* **lint ts:** Update `tslint` to `4.4.2` ([cf5b87f](https://github.com/alan-agius4/speedy-build-tools/commit/cf5b87f))
61* **logger:** Improve error message display ([80ddb66](https://github.com/alan-agius4/speedy-build-tools/commit/80ddb66))
62* **tests:** implement test setup ([8fe5c84](https://github.com/alan-agius4/speedy-build-tools/commit/8fe5c84))
63* **utils:** add `findRoot` function ([#15](https://github.com/alan-agius4/speedy-build-tools/issues/15)) ([1b8942e](https://github.com/alan-agius4/speedy-build-tools/commit/1b8942e))
64
65
66