UNPKG

2.43 kBMarkdownView Raw
1<a name="1.2.1"></a>
2## [1.2.1](https://github.com/abigailjs/abigail/compare/v1.2.0...v1.2.1) (2016-04-02)
3
4
5### Features
6
7* **loadPlugins:** change the plugin option only to object ([e5a749d](https://github.com/abigailjs/abigail/commit/e5a749d))
8
9
10### BREAKING CHANGES
11
12* loadPlugins: remove/add all specs of loadPlugins
13
14
15
16<a name="1.2.0"></a>
17# [1.2.0](https://github.com/abigailjs/abigail/compare/v1.1.4...v1.2.0) (2016-04-02)
18
19
20### Bug Fixes
21
22* fix #8, #9 ([6eff1af](https://github.com/abigailjs/abigail/commit/6eff1af)), closes [#8](https://github.com/abigailjs/abigail/issues/8) [#9](https://github.com/abigailjs/abigail/issues/9)
23* **watch:** fix #10 ([487622e](https://github.com/abigailjs/abigail/commit/487622e)), closes [#10](https://github.com/abigailjs/abigail/issues/10)
24
25### Features
26
27* **rc:** add `value.default` plugin option ([00496a5](https://github.com/abigailjs/abigail/commit/00496a5))
28
29
30
31<a name="1.1.4"></a>
32## [1.1.4](https://github.com/abigailjs/abigail/compare/v1.1.3...v1.1.4) (2016-03-29)
33
34
35
36
37<a name="1.1.3"></a>
38## [1.1.3](https://github.com/abigailjs/abigail/compare/v1.1.2...v1.1.3) (2016-03-29)
39
40
41### Bug Fixes
42
43* uptodate abigail-plugin-parse@0.0.1 (fix #7) ([44b4518](https://github.com/abigailjs/abigail/commit/44b4518)), closes [#7](https://github.com/abigailjs/abigail/issues/7)
44
45
46
47<a name="1.1.2"></a>
48## [1.1.2](https://github.com/abigailjs/abigail/compare/v1.0.0...v1.1.2) (2016-03-28)
49
50
51### Bug Fixes
52
53* hide the pass/fail message ([fb55202](https://github.com/abigailjs/abigail/commit/fb55202))
54* **abby:** fix #6 ([5a4e33d](https://github.com/abigailjs/abigail/commit/5a4e33d)), closes [#6](https://github.com/abigailjs/abigail/issues/6)
55* **abigail-plugin-launch:** uptodate 0.0.3 ([833bd3e](https://github.com/abigailjs/abigail/commit/833bd3e))
56
57### Code Refactoring
58
59* move parse functions to abigail-plugin-parse ([86c6676](https://github.com/abigailjs/abigail/commit/86c6676))
60
61
62### BREAKING CHANGES
63
64* rename all properties to `this.props`
65
66
67
68<a name="1.0.0"></a>
69# [1.0.0](https://github.com/abigailjs/abigail/compare/1c3c397...v1.0.0) (2016-03-25)
70
71
72### Bug Fixes
73
74* **utils.lookupJson:** doesn't handle the broken json ([1c3c397](https://github.com/abigailjs/abigail/commit/1c3c397))
75
76### Features
77
78* add version output with exit code 0(fix #5) ([6e9b2dd](https://github.com/abigailjs/abigail/commit/6e9b2dd)), closes [#5](https://github.com/abigailjs/abigail/issues/5)
79
80
81