Releases: tinylibs/tinyspy
Releases · tinylibs/tinyspy
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)
View changes on GitHub
v2.1.1
🐞 Bug Fixes
- README.md typo - by @Snapstromegon in #36 (746d8)
- Correctly restore getter - by @sheremet-va (b2635)
View changes on GitHub
v2.1.0
v2.0.0
🚨 Breaking Changes
- Add createInternalSpy for managing state via internal symbol - by @sheremet-va in #34 (a0be9)
View changes on GitHub
v1.1.1
🐞 Bug Fixes
- Revert supporting new.target attribute - by @sheremet-va in #33 (d6de8)
View changes on GitHub
v1.1.0
🚀 Features
- Allow using "new" keyword with a spy - by @sheremet-va (2b6aa)
🐞 Bug Fixes
- Respect new.target - by @sheremet-va (4b285)