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

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ewald <johannes.ewald@peerigon.com>2018-04-10 02:09:46 +0300
committerJohannes Ewald <johannes.ewald@peerigon.com>2018-04-10 02:09:46 +0300
commitfd559b2b99b20808be22b245f4f9132da246c04c (patch)
treeb31622df2ee44633db81c5552c533069b6619608
parent999dd1d7aeb64bb82ac3346ab98b7fd0c073b591 (diff)
Update CHANGELOG
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3728338..d7c6c6f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
Changelog
---------
+### 4.0.0
+- **Breaking**: Remove official node v4 support. It probably still works with node v4, but no guarantees anymore.
+- **Potentially breaking**: Replace babel with regex-based transformation [9b77ed9a293c538ec3eb5160bcb933e012ce517f](https://github.com/jhnns/rewire/commit/9b77ed9a293c538ec3eb5160bcb933e012ce517f).
+This should not break, but it has been flagged as major version bump as the regex might not catch all cases reliably and thus fail for some users.
+- Improve runtime performance [#132](https://github.com/jhnns/rewire/issues/132)
+- Use `coffeescript` package in favor of deprecated `coffee-script` [#134](https://github.com/jhnns/rewire/pull/134)
+
### 3.0.2
- Fix a bug where rewire used the project's .babelrc [#119](https://github.com/jhnns/rewire/issues/119) [#123](https://github.com/jhnns/rewire/pull/123)