Skip to content

Releases: jhnns/rewire

v7.0.0

13 Aug 20:43
ff62cfc
Compare
Choose a tag to compare

v6.0.0

19 Dec 01:23
39fe8e2
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fix a bug where const was not properly detected #139

v4.0.0

09 Apr 23:14
6ffd4d1
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fix Unknown Plugin "transform-es2015-block-scoping" #121 #122

v3.0.0

11 Nov 02:53
cce2de8
Compare
Choose a tag to compare
  • Breaking: Remove support for node versions below 4
  • Add support for const #79 #95 #117 #118

v2.5.2

01 Jul 10:49
Compare
Choose a tag to compare
  • Fix cluttering of require.extensions even if CoffeeScript is not installed #98

v2.5.1

30 Nov 22:40
Compare
Choose a tag to compare
  • Ignore modules that export non-extensible values like primitives or sealed objects #83