UNPKG

9.95 kBMarkdownView Raw
1# Change Log
2
3## [7.0.6] - 2021-02-24
4
5### Fixed
6
7- Source map file paths. [@ntkme](https://github.com/ntkme) [#69](https://github.com/jlmakes/karma-rollup-preprocessor/pull/69)
8
9## [7.0.5] - 2020-03-24
10
11### Fixed
12
13- File path errors on Windows. [@spectras](https://github.com/spectras) [#65](https://github.com/jlmakes/karma-rollup-preprocessor/issues/65) [#66](https://github.com/jlmakes/karma-rollup-preprocessor/issues/65)
14
15## [7.0.4] - 2020-03-22
16
17### Fixed
18
19- Ignore rollup facade modules beginning with a null byte. [@Lalem001](https://github.com/Lalem001) [#62](https://github.com/jlmakes/karma-rollup-preprocessor/issues/62)
20
21## [7.0.3] - 2020-01-16
22
23### Fixed
24
25- Ensure original file path is used for processing [#56](https://github.com/jlmakes/karma-rollup-preprocessor/issues/56)
26- Silence Rollup warnings due to invalid output options [#60](https://github.com/jlmakes/karma-rollup-preprocessor/issues/60)
27
28### Added
29
30## [7.0.2] - 2019-07-20
31
32### Fixed
33
34- Regenerate `package-lock.json`
35
36## [7.0.1] - 2019-07-20
37
38### Fixed
39
40- Ensure TypeScript bundle filenames have the correct extension. [@silenceisgolden](https://github.com/silenceisgolden) [#53](https://github.com/jlmakes/karma-rollup-preprocessor/issues/53)
41
42## [7.0.0] - 2019-02-06
43
44### Added
45
46- Support for Rollup `1.0.0` [#42](https://github.com/jlmakes/karma-rollup-preprocessor/issues/42)
47
48### Changed
49
50- **Breaking:** Dropped support for Rollup `< 1.0.0`
51- **Breaking:** Dropped support for Node `< 8.0.0`
52- Watcher no longer relies on Karma’s `run_start` event. [#41](https://github.com/jlmakes/karma-rollup-preprocessor/issues/41)
53- Upgraded dependencies.
54
55### Fixed
56
57- Watcher only rebundles changed files and their dependents. [#28](https://github.com/jlmakes/karma-rollup-preprocessor/issues/28)
58- Bundle cache now properly maps each entry to its bundle cache.
59
60## [6.1.2] - 2019-01-02
61
62### Changed
63
64- Constrained Rollup peer dependency to `< 1.0.0`
65
66## [6.1.1] - 2018-11-28
67
68### Fixed
69
70- File watcher no longer crashes on browser reconnect. [@lephyrus](https://github.com/lephyrus) [#40](https://github.com/jlmakes/karma-rollup-preprocessor/pull/40)
71
72## [6.1.0] - 2018-10-17
73
74### Added
75
76- More `info` log output. [@lephyrus](https://github.com/lephyrus) [#39](https://github.com/jlmakes/karma-rollup-preprocessor/pull/39)
77
78### Fixed
79
80- Fix caching memory leak. [@lephyrus](https://github.com/lephyrus) [#38](https://github.com/jlmakes/karma-rollup-preprocessor/pull/38)
81- Add generated source map to Karma's file object. [@Lalem001](https://github.com/Lalem001) [#38](https://github.com/jlmakes/karma-rollup-preprocessor/pull/37)
82
83## [6.0.1] - 2018-08-14
84
85### Changed
86
87- Update readme.
88
89## [6.0.0] - 2018-04-29
90
91### Changed
92
93- **Breaking:** Dropped support for Node `< 6.0.0`
94
95## [5.1.1] - 2018-01-08
96
97### Fixed
98
99- Patched `sourcemap` deprecation warning.
100
101## [5.1.0] - 2018-01-08
102
103### Added
104
105- File names containing null bytes are now ignored. [@brianmhunt](https://github.com/brianmhunt) [#30](https://github.com/jlmakes/karma-rollup-preprocessor/issues/30)
106
107## [5.0.3] - 2018-01-05
108
109### Changed
110
111- Upgraded Chokidar dependency.
112
113## [5.0.2] - 2017-11-15
114
115### Changed
116
117- Error logs now show stack traces when possible.
118
119## [5.0.1] - 2017-08-24
120
121### Fixed
122
123- Hotfix peer dependency within Travis CI config (for Node 6).
124
125## [5.0.0] - 2017-08-24
126
127### Changed
128
129- **Breaking:** Rollup 0.47.x and below is no longer supported.
130- **Breaking:** Rollup is now a peer dependency.
131- **Breaking:** Requires different Karma configuration.
132
133### Fixed
134
135- The file watcher has been re-built stronger, better, and faster. [#17](https://github.com/jlmakes/karma-rollup-preprocessor/issues/17)
136
137## [4.0.4] - 2017-08-22
138
139### Changed
140
141- Is there an echo in here? Update dependency versions. Require Rollup 0.45 – 0.47. [#24](https://github.com/jlmakes/karma-rollup-preprocessor/issues/24)
142
143## [4.0.3] - 2017-08-11
144
145### Changed
146
147- Update dependency versions. Allow Rollup >= v0.45.
148
149## [4.0.2] - 2017-07-30
150
151### Changed
152
153- Update dependency versions. Require Rollup v0.45. [#21](https://github.com/jlmakes/karma-rollup-preprocessor/pull/21)
154
155## [4.0.1] - 2017-07-14
156
157### Fixed
158
159- Refactored Rollup integration for `v0.45`. [@mjeanroy](https://github.com/mjeanroy) [#21](https://github.com/jlmakes/karma-rollup-preprocessor/pull/21)
160
161## [4.0.0] - 2017-04-04
162
163### Added
164
165- Custom preprocessors are now supported. [@mjeanroy](https://github.com/mjeanroy) [#20](https://github.com/jlmakes/karma-rollup-preprocessor/pull/20)
166
167### Changed
168
169- **Breaking:** Dropped support for Node `0.12`.
170
171## [3.0.3] - 2017-01-03
172
173### Changed
174
175- Added callback to `fs.utimes` to silence deprecation warning. [@FezVrasta](https://github.com/FezVrasta) [#18](https://github.com/jlmakes/karma-rollup-preprocessor/pull/18)
176
177## [3.0.2] - 2016-12-29
178
179### Changed
180
181- Updated `rollup-plugin-buble` dev dependency to latest version.
182
183### Fixed
184
185- Add missing comma to example karma configuration.
186
187## [3.0.1] - 2016-12-03
188
189### Fixed
190
191- Revised CHANGELOG grammar for clarity.
192- Inconsistent `.eslintrc.json` indentation fixed.
193- Update example to exclude `src/` files from browser.
194
195## [3.0.0] - 2016-12-02
196
197A special thanks to [@klaascuvelier](https://github.com/klaascuvelier) who originally authored this repository, and has passed the torch to [@jlmakes](https://github.com/jlmakes) to keep things in tidy working order.
198
199### Added
200
201- File changes now properly re-bundle all watched dependencies. [@brianmhunt](https://github.com/brianmhunt) [#3](https://github.com/jlmakes/karma-rollup-preprocessor/issues/3) [#11](https://github.com/jlmakes/karma-rollup-preprocessor/pull/11)
202- Generated bundles are now cached for faster re-bundling. [#10](https://github.com/jlmakes/karma-rollup-preprocessor/issues/10)
203- Error log output has been improved for readability.
204
205### Changed
206
207- **Breaking:** The `2.0.0` change that split preprocessor options has been reverted.
208- Rollup dependency range changed to anything < `1.0.0`. [#12](https://github.com/jlmakes/karma-rollup-preprocessor/pull/12) [#13](https://github.com/jlmakes/karma-rollup-preprocessor/issues/13)
209- Travis CI now tests in Node `0.12`, `4` and `6`.
210- Updated `karma-jasmine` to latest major version.
211
212### Fixed
213
214- Test script now uses explicit path to Karma binary.
215
216### Removed
217
218- Preprocessor no longer sets a default bundle format.
219
220## [2.0.2] - 2016-05-13
221
222### Changed
223
224- Rollup dependency version updated. [#9](https://github.com/jlmakes/karma-rollup-preprocessor/pull/9)
225- Updated `karma-phantomjs-launcher` to latest major version. [#9](https://github.com/jlmakes/karma-rollup-preprocessor/pull/9)
226- Replaced `phantomjs` with `phantomjs-prebuild`. [#9](https://github.com/jlmakes/karma-rollup-preprocessor/pull/9)
227
228### Fixed
229
230- Corrected typo preventing Rollup errors outputting to the karma error log. [#7](https://github.com/jlmakes/karma-rollup-preprocessor/pull/7)
231
232## [2.0.1] - 2016-01-11
233
234### Added
235
236- Rollup errors are now output to the karma error log. [#5](https://github.com/jlmakes/karma-rollup-preprocessor/pull/5)
237- Rollup dependency version updated.
238
239## [2.0.0] - 2015-12-14
240
241### Changed
242
243- **Breaking:** Preprocessor options have been split into 2 separate objects, `rollup` and `bundle`.
244
245## [1.0.0] - 2015-12-09
246
247Hello ![heart](http://i.imgur.com/oXJmdtz.gif) World
248
249[7.0.6]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.5...7.0.6
250[7.0.5]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.4...7.0.5
251[7.0.4]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.3...7.0.4
252[7.0.3]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.2...7.0.3
253[7.0.2]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.1...7.0.2
254[7.0.1]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.0...7.0.1
255[7.0.0]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/6.1.2...7.0.0
256[6.1.2]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/6.1.1...6.1.2
257[6.1.1]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/6.1.0...6.1.1
258[6.1.0]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/6.0.1...6.1.0
259[6.0.1]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/6.0.0...6.0.1
260[6.0.0]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/5.1.1...6.0.0
261[5.1.1]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/5.1.0...5.1.1
262[5.1.0]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/5.0.3...5.1.0
263[5.0.3]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/5.0.2...5.0.3
264[5.0.2]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/5.0.1...5.0.2
265[5.0.1]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/5.0.0...5.0.1
266[5.0.0]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/4.0.3...4.0.4
267[4.0.4]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/4.0.2...3.0.3
268[4.0.3]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/4.0.1...4.0.2
269[4.0.2]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/4.0.0...4.0.1
270[4.0.1]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/3.0.3...4.0.0
271[4.0.0]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/3.0.3...4.0.0
272[3.0.3]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/3.0.2...3.0.3
273[3.0.2]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/3.0.1...3.0.2
274[3.0.1]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/3.0.0...3.0.1
275[3.0.0]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/2.0.2...3.0.0
276[2.0.2]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/2658714f911bac857be4b2d169ea363d33d85050...2.0.2
277[2.0.1]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/2.0.0...2658714f911bac857be4b2d169ea363d33d85050
278[2.0.0]: https://github.com/jlmakes/karma-rollup-preprocessor/compare/1.0.0...2.0.0
279[1.0.0]: https://github.com/jlmakes/karma-rollup-preprocessor/tree/1.0.0
280
\No newline at end of file