forked from lix-project/lix-website
10 KiB
10 KiB
Change Log
7.0.8 - 2022-02-06
Fixed
- Watcher not working using TypeScript @YonatanKra [#72](https://github.com/jlmakes/karma-rollup-preprocessor/issues/72]
7.0.7 - 2021-03-14
Fixed
7.0.6 - 2021-02-24
Fixed
7.0.5 - 2020-03-24
Fixed
7.0.4 - 2020-03-22
Fixed
7.0.3 - 2020-01-16
Fixed
- Ensure original file path is used for processing #56
- Silence Rollup warnings due to invalid output options #60
Added
7.0.2 - 2019-07-20
Fixed
- Regenerate
package-lock.json
7.0.1 - 2019-07-20
Fixed
- Ensure TypeScript bundle filenames have the correct extension. @silenceisgolden #53
7.0.0 - 2019-02-06
Added
- Support for Rollup
1.0.0
#42
Changed
- Breaking: Dropped support for Rollup
< 1.0.0
- Breaking: Dropped support for Node
< 8.0.0
- Watcher no longer relies on Karma’s
run_start
event. #41 - Upgraded dependencies.
Fixed
- Watcher only rebundles changed files and their dependents. #28
- Bundle cache now properly maps each entry to its bundle cache.
6.1.2 - 2019-01-02
Changed
- Constrained Rollup peer dependency to
< 1.0.0
6.1.1 - 2018-11-28
Fixed
6.1.0 - 2018-10-17
Added
Fixed
- Fix caching memory leak. @lephyrus #38
- Add generated source map to Karma's file object. @Lalem001 #38
6.0.1 - 2018-08-14
Changed
- Update readme.
6.0.0 - 2018-04-29
Changed
- Breaking: Dropped support for Node
< 6.0.0
5.1.1 - 2018-01-08
Fixed
- Patched
sourcemap
deprecation warning.
5.1.0 - 2018-01-08
Added
- File names containing null bytes are now ignored. @brianmhunt #30
5.0.3 - 2018-01-05
Changed
- Upgraded Chokidar dependency.
5.0.2 - 2017-11-15
Changed
- Error logs now show stack traces when possible.
5.0.1 - 2017-08-24
Fixed
- Hotfix peer dependency within Travis CI config (for Node 6).
5.0.0 - 2017-08-24
Changed
- Breaking: Rollup 0.47.x and below is no longer supported.
- Breaking: Rollup is now a peer dependency.
- Breaking: Requires different Karma configuration.
Fixed
- The file watcher has been re-built stronger, better, and faster. #17
4.0.4 - 2017-08-22
Changed
- Is there an echo in here? Update dependency versions. Require Rollup 0.45 – 0.47. #24
4.0.3 - 2017-08-11
Changed
- Update dependency versions. Allow Rollup >= v0.45.
4.0.2 - 2017-07-30
Changed
- Update dependency versions. Require Rollup v0.45. #21
4.0.1 - 2017-07-14
Fixed
4.0.0 - 2017-04-04
Added
Changed
- Breaking: Dropped support for Node
0.12
.
3.0.3 - 2017-01-03
Changed
- Added callback to
fs.utimes
to silence deprecation warning. @FezVrasta #18
3.0.2 - 2016-12-29
Changed
- Updated
rollup-plugin-buble
dev dependency to latest version.
Fixed
- Add missing comma to example karma configuration.
3.0.1 - 2016-12-03
Fixed
- Revised CHANGELOG grammar for clarity.
- Inconsistent
.eslintrc.json
indentation fixed. - Update example to exclude
src/
files from browser.
3.0.0 - 2016-12-02
A special thanks to @klaascuvelier who originally authored this repository, and has passed the torch to @jlmakes to keep things in tidy working order.
Added
- File changes now properly re-bundle all watched dependencies. @brianmhunt #3 #11
- Generated bundles are now cached for faster re-bundling. #10
- Error log output has been improved for readability.
Changed
- Breaking: The
2.0.0
change that split preprocessor options has been reverted. - Rollup dependency range changed to anything <
1.0.0
. #12 #13 - Travis CI now tests in Node
0.12
,4
and6
. - Updated
karma-jasmine
to latest major version.
Fixed
- Test script now uses explicit path to Karma binary.
Removed
- Preprocessor no longer sets a default bundle format.
2.0.2 - 2016-05-13
Changed
- Rollup dependency version updated. #9
- Updated
karma-phantomjs-launcher
to latest major version. #9 - Replaced
phantomjs
withphantomjs-prebuild
. #9
Fixed
- Corrected typo preventing Rollup errors outputting to the karma error log. #7
2.0.1 - 2016-01-11
Added
- Rollup errors are now output to the karma error log. #5
- Rollup dependency version updated.
2.0.0 - 2015-12-14
Changed
- Breaking: Preprocessor options have been split into 2 separate objects,
rollup
andbundle
.