UNPKG

1.48 kBMarkdownView Raw
1# Changelog
2
3### 0.2.0
4
5- code stability
6- fixed and added more tests
7- removed dead code
8- updated NPM packages
9
10### 0.1.11
11
12- fixed issue where UMD format was set without module name.
13- added tests
14
15### 0.1.9
16
17- BC! Merged Rolup and Bundle options into one. The preprocessor now works like Rollup
18- fixed linting issues
19- cleanup
20
21### 0.1.7
22
23- cleaned up the source code
24
25### 0.1.6
26
27- fixed issures where the code doesn't work at all
28
29### 0.1.4
30
31- refactoring done by @TrySound.
32- fixed tests
33
34### 0.1.3
35
36- refactoring done by @TrySound.
37
38### 0.1.1
39
40- works for NodeJS 0.12, 4, 5, 6
41- refactoring
42- fixed a couple of bugs
43
44
45### 0.1.0
46
47- serious bugs fixed
48- removed ES2015 code form source
49- added test for ES2015 class so we know transpilling works perfectly
50- updated Rollup to v.0.34.0
51
52### 0.0.8
53
54- minor refactoring
55
56### 0.0.7
57
58- refactored tests. Got rid of Babel
59
60### 0.0.6
61
62- fixed nodeJS 0.12 issue
63- updated NPM packages
64
65### 0.0.5
66
67- fixed issue [#6](https://github.com/Kflash/karma-rollup-plugin/issues/6). Credit: [brianmhunt](https://github.com/brianmhunt)
68- removed 'cache' code from source. Was always null.
69
70### 0.0.4
71
72- move rollup and debounce to regular dependencies
73
74### 0.0.3
75
76- added support for nodeJS 0.12
77- added cache
78
79### 0.0.2
80
81- few fixes in the source
82- added linting
83- simpler bundling
84- still prefer to write the plugin in ES2015
85
86### 0.0.1
87
88Initial version
\No newline at end of file