Skip to content

Releases: mhweiner/cjs-mock

v3.1.0

28 May 02:57
Compare
Choose a tag to compare

✨ Features

  • extracted stub functionality into its own package, stubfn, with additional functionality (8451c91)

v3.0.1

15 May 21:16
Compare
Choose a tag to compare

📚 Documentation

  • clarify direct dep mocking (8628adb)

v3.0.0

15 May 21:09
Compare
Choose a tag to compare

🚨 Breaking Changes 🚨

  • only mock direct dependencies (0623958)

🐛 Bug Fixes

  • only mock direct dependencies (0623958)

v2.0.0

15 May 03:22
Compare
Choose a tag to compare

🚨 Breaking Changes 🚨

  • simplified and made more consistent stub api (1c83ac3)

✨ Features

  • simplified and made more consistent stub api (1c83ac3)

v1.9.0

14 May 00:48
Compare
Choose a tag to compare

✨ Features

  • stub() can now be set to throw an error when called (5495502)

v1.8.0

14 May 00:09
Compare
Choose a tag to compare

✨ Features

  • improve formatting of output for unexpected args conditions for stub() (9313020)

v1.7.0

13 May 22:54
Compare
Choose a tag to compare

✨ Features

  • added ability to name stubs to make it easier to find them in tests (0833298)

v1.6.1

13 May 19:54
Compare
Choose a tag to compare

🐛 Bug Fixes

  • uses node built-in util.isDeepStrictEqual() to recursively compare by value not by ref (e1c200b)

v1.6.0

13 May 18:42
Compare
Choose a tag to compare

✨ Features

  • stub now uses fluent style api... (2df55b6)

v1.5.1

13 May 06:01
Compare
Choose a tag to compare

📚 Documentation