UNPKG

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