Skip to content

Migration from v0.6.0 to v0.7.0

Some deprecations are there.

What's Changed

_spy.store interface is added since v0.7.0. And the methods of _spy related with the store are deprecated now, replacings are recommended.

_spy.ensureStore

diff
-  _spy.ensureStore(myKey);
+  _spy.store.ensure(myKey);