Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CHANGELOG.md - github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6c879a163a99cc30ce8923cf1629955192439dbf (plain)
1
2
3
4
5
6
7
##Changelog

###v1.0.0
- Removed caching functionality. Now rewire doesn't modify `require.cache` at all.
- Added support for [webpack](https://github.com/webpack/webpack)-bundler
- Moved browserify-middleware from `rewire.browserify` to `rewire.bundlers.browserify`
- Reached stable  state :)