Releases: mhweiner/cjs-mock
Releases · mhweiner/cjs-mock
v3.1.0
✨ Features
- extracted stub functionality into its own package, stubfn, with additional functionality (8451c91)
v3.0.1
📚 Documentation
- clarify direct dep mocking (8628adb)
v3.0.0
🚨 Breaking Changes 🚨
- only mock direct dependencies (0623958)
🐛 Bug Fixes
- only mock direct dependencies (0623958)
v2.0.0
🚨 Breaking Changes 🚨
- simplified and made more consistent stub api (1c83ac3)
✨ Features
- simplified and made more consistent stub api (1c83ac3)
v1.9.0
✨ Features
- stub() can now be set to throw an error when called (5495502)
v1.8.0
✨ Features
- improve formatting of output for unexpected args conditions for stub() (9313020)
v1.7.0
✨ Features
- added ability to name stubs to make it easier to find them in tests (0833298)
v1.6.1
🐛 Bug Fixes
- uses node built-in util.isDeepStrictEqual() to recursively compare by value not by ref (e1c200b)
v1.6.0
✨ Features
- stub now uses fluent style api... (2df55b6)