Rewire Versions Save

Easy monkey-patching for node.js unit tests

v7.0.0

9 months ago

v6.0.0

2 years ago
  • 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

2 years ago
  • 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

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

v4.0.0

6 years ago
  • 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

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

v3.0.1

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

v3.0.0

6 years ago
  • Breaking: Remove support for node versions below 4
  • Add support for const #79 #95 #117 #118

v2.5.2

7 years ago
  • Fix cluttering of require.extensions even if CoffeeScript is not installed #98

v2.5.1

8 years ago
  • Ignore modules that export non-extensible values like primitives or sealed objects #83