UNPKG

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