Appearance
Some deprecations are there.
_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.store
- _spy.ensureStore(myKey); + _spy.store.ensure(myKey);