Skip to content

Commit

Permalink
Prerelease 7.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmakes committed Jan 16, 2019
1 parent ff63827 commit 2921c42
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

### Changed

- **Breaking:** Upgrade Rollup peer dependency to `>= 1.0.0`
- **Breaking:** Dropped support for Rollup `< 1.0.0`
- **Breaking:** Dropped support for Node `< 8.0.0`
- Upgrade dependencies.
- Watcher no longer relies on Karma’s `run_start` event. [#41](https://github.com/jlmakes/karma-rollup-preprocessor/issues/41)
- Upgraded dependencies.

### Fixed

- Watcher no longer relies on Karma’s `run_start` event. [#41](https://github.com/jlmakes/karma-rollup-preprocessor/issues/41)
- Watcher no longer rebundles everything, and instead only rebundles changed files and their dependents. [#28](https://github.com/jlmakes/karma-rollup-preprocessor/issues/28)
- No longer stores only the last Rollup bundle cache, and instead maps each entry to its bundle cache.
- Watcher only rebundles changed files and their dependents. [#28](https://github.com/jlmakes/karma-rollup-preprocessor/issues/28)
- Each entry file has its bundle cache.

## [6.1.2] - 2019-01-02

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "karma-rollup-preprocessor",
"version": "7.0.0-rc.1",
"version": "7.0.0-rc.2",
"description": "Karma preprocessor to bundle ES2015 modules using Rollup",
"main": "lib/index.js",
"engines": {
Expand Down

0 comments on commit 2921c42

Please sign in to comment.