Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: jhnns/rewire

v9.0.1

15 Aug 20:20
37a5e02

Choose a tag to compare

  • Fix: Use pirates for proper load extensions install/uninstall handling #219

v9.0.0

08 Jul 23:15
7141d1b

Choose a tag to compare

  • Breaking: Update ESLint runtime dependency to v9 #218. This is most likely not a breaking change for rewire users but we can't know for certain.

v8.0.0

03 Jun 22:49
8b4250f

Choose a tag to compare

  • Breaking: Remove official Node v18 support. There is no known issue but our CI won't test against it anymore.
  • Fix Node v22 issues

v7.0.0

13 Aug 20:43
ff62cfc

Choose a tag to compare

v6.0.0

19 Dec 01:23
39fe8e2

Choose a tag to compare

  • 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

19 Dec 01:23
5f78204

Choose a tag to compare

  • Breaking: Remove Node v6 support. We had to do this because one of our dependencies had security issues and the version with the fix dropped Node v6 as well.
  • Update dependencies #159 #172 #154 #166

v4.0.1

24 Apr 11:36
fcc798b

Choose a tag to compare

  • Fix a bug where const was not properly detected #139

v4.0.0

09 Apr 23:14
6ffd4d1

Choose a tag to compare

  • 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 deprecated coffee-script #134

v3.0.2

20 Nov 15:04

Choose a tag to compare

  • Fix a bug where rewire used the project's .babelrc #119 #123

v3.0.1

15 Nov 14:58
2f6d7af

Choose a tag to compare

  • Fix Unknown Plugin "transform-es2015-block-scoping" #121 #122