Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Add changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed May 20, 2016
1 parent 4cb04c1 commit cac3710
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
To install the latest version, execute `npm install -g brunch`

## Brunch 2.8 (unreleased)
* Added plugin API for asset compilation (e.g. jade to html).
* Changed `config.plugins.npm` to `config.npm.compilers`.
* Brunch will not try to `npm install` if only the config was changed.
* Fixed a memory leak issue after watcher reload (due to config change or update in `package.json`).
* NPM: `require.alias` will now be inserted only in the bundles which contain the aliased file. Previous behavior was that all output file contained all possible aliases.
* NPM: improved handling of added & removed files during `watch`. Adding a new file will now try to re-check files that previously failed due to module resolution errors. Removing a file will now cause the files that depended on it to be re-checked.
* Changed back to `destinationPath` (intsead of `destPath` since 2.6) in `Asset` that is received in `onCompile`.
## Brunch 2.8 (May 21, 2016)
* Added plugin API for asset compilation e.g. jade to html.
* Watcher improvements:
* Brunch will not try to `npm install` if only the config was changed.
* NPM: improved handling of added & removed files during `watch`. Adding a new file will now try to re-check files that previously failed due to module resolution errors. Removing a file will now cause the files that depended on it to be re-checked.
* Fixed a memory leak issue after watcher reload (due to config change or update in `package.json`).
* Small API improvements:
* Changed back to `destinationPath` (intsead of `destPath` since 2.6) in `Asset` that is received in `onCompile`
* Moved `config.plugins.npm` to `config.npm.compilers`
* Print a warning if a plugin from `devDependencies` fails to load.
* NPM: `require.alias` will now be inserted only in the bundles which contain the aliased file. Previous behavior was that all output file contained all possible aliases.

## Brunch 2.7 (Apr 21, 2016)
* Introduced support for Hot Module Replacement API with [hmr-brunch](https://github.com/brunch/hmr-brunch).
Expand Down

0 comments on commit cac3710

Please sign in to comment.