Releases: hirezio/auto-spies
Releases · hirezio/auto-spies
v6.0.0
6.0.0 (2020-08-31)
Bug Fixes
- createspyfromclass: stop spying on Function.prototype methods (1463dd4)
- jasmine: change dep to jasmine-core and update version to 3.6.0 (e7294e7), closes #24
- jasmine-given: fix @hirez_io/jasmine-given ts errors for vs code (144114c)
- promises: fix rejectWith flaky behavior (fd4e75f)
chore
Code Refactoring
- functionspy: rename createSpyFunction to createFunctionSpy (cddfce4)
- types: rename types to the new convension with Spy as suffix (7825f56)
Continuous Integration
- node: remove support for node 8 (ce98f7f)
BREAKING CHANGES
- createspyfromclass: in case you were counting on spying on Function.prototype methods, this is no
longer supported. this change will decrease the performance cost as well - observer-spy: remove observerSpy and recordObservable from index.ts
- types: in case anyone uses the internal types like PromiseSpyMethod.. now it's
PromiseMethodSpy / MethodSpy / ObservableMethodSpy etc - node: removed node 8 checks from ci server
- functionspy: createSpyFunction is no longer available
- asyncspyable: @AsyncSpyable is removed