- Overhaul nock initialization + cleanup
- BREAKING CHANGE: Require IcedFrisby 2.2+.
- Add
hasIntercept
property for checking whether an intercept was requested. - Add
skipIfIntercepted()
method.
- Add
interceptIf()
function for conditionally intercepting.
- Compatible with icedfrisby 1.2.0, which officially supports plugins.
- Clean up reliably, using
finally()
hooks - Remove
enableNetConnect()
in favor ofnetworkOff()
andnetworkOn()
.networkOff()
is invoked automatically fromintercept()
. - Compatible with icedfrisby 1.0.0
- Improve test coverage
- Unfork icedfrisby, since this is compatible with 1.0.0
- Remove hacks needed for old version of icedfrisby
Initial release.