Releases: jhnns/rewire
Releases · jhnns/rewire
v7.0.0
- Breaking: Remove official Node v10, v12, v14 and v16 support. We had to do this because one of our dependencies had security issues and the version with the fix dropped Node v10 as well. Additionally, there were also package-lock.json issues because of a breaking change at npm 6deb9bd3edb1d3531ffa689968339f9fd390a5d5 092e554955db2591d09b57d3b87a575ee0d510a9
- Breaking: Remove CoffeeScript support e0ea17d2e13ef4fb054980c1c5c62edcfd10632f
- Add TypeScript support #204
v6.0.0
- Breaking: Remove Node v8 support. We had to do this because one of our dependencies had security issues and the version with the fix dropped Node v8 as well.
- Update dependencies #193
- Fix Modifying globals within module leaks to global with Node >=10 #167
- Fixed import errors on modules with shebang declarations #179
v5.0.0
v4.0.1
v4.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.
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
- Use
coffeescript
package in favor of deprecatedcoffee-script
#134