Releases: tinylibs/tinyspy
Releases · tinylibs/tinyspy
v4.0.4
No significant changes
View changes on GitHub
v4.0.3
🐞 Bug Fixes
- Correctly spy on inherited methods - by @david2tm in #50 (06840)
- Remove own properties if the method is defined on the prototype - by @sheremet-va (0372b)
View changes on GitHub
v4.0.2
🐞 Bug Fixes
- Always copy static symbols from the original, even if respying on the same method - by @sheremet-va in #51 (37e40)
View changes on GitHub
v4.0.1
🐞 Bug Fixes
- Copy over static properties from functions and classes when spying - by @sheremet-va (ef431)
View changes on GitHub
v4.0.0
v3.0.2
v3.0.1
What's Changed
- fix: split package exports by @userquin in #46
- fix: reuse spy when calling spyOn by @sheremet-va in #47
New Contributors
Full Changelog: v3.0.0...v3.0.1
v3.0.0
🚨 Breaking Changes
View changes on GitHub
v2.2.1
🐞 Bug Fixes
- Inherit original prototype when spying - by @sheremet-va in #42 (d9893)
View changes on GitHub
v2.2.0
🚀 Features
- Preserve new.target in constructors - by @sirenkovladd in #37 (6e068)
- "nextResult" doesn't override previous call - by @sirenkovladd in #38 (25a97)