Skip to content

Releases: jhnns/rewire

v2.5.0

15 Nov 21:06
Compare
Choose a tag to compare
  • Provide shared test cases to other modules that mimic rewire's behavior in other environments jhnns/rewire-webpack#18

v2.4.0

07 Nov 16:19
Compare
Choose a tag to compare
  • Make rewire's special methods __set__, __get__ and __with__ writable #78

v2.3.4

10 Jun 12:08
Compare
Choose a tag to compare
  • Add license and keywords to package.json #59 #60

v2.3.3

27 Apr 22:49
Compare
Choose a tag to compare
  • Fix issue where the strict mode was not detected when a comment was before "strict mode"; #54

v2.3.2

27 Apr 22:20
Compare
Choose a tag to compare
  • Fix a problem when a function declaration had the same name as a global variable #56
  • Added README section about rewire's limitations

v2.3.1

23 Feb 01:01
Compare
Choose a tag to compare
  • Fix problems when global objects like JSON, etc. have been rewired #40

v2.3.0

17 Feb 00:15
Compare
Choose a tag to compare
  • Add possibility to mock undefined, implicit globals #35

v2.2.0

09 Feb 23:00
Compare
Choose a tag to compare
  • Add support for dot notation in set(env) calls #39

v2.1.5

05 Feb 20:33
Compare
Choose a tag to compare
  • Fix issues with reverting nested properties

v2.1.4

17 Jan 16:27
Compare
Choose a tag to compare
  • Fix problems when an illegal variable name is used for a global