Releases: unional/satisfier
Releases · unional/satisfier
v2.1.0
v2.0.1
v2.0.0
2.0.0 (2018-01-10)
Features
BREAKING CHANGES
-
renamed CallRecord to CallEntry
CallRecord represents a serializable record.
renamed CallEntry properties from arguemnts and result to inputs, output to that it works better with spread operator (because arguments is reserved). -
test: add tersify test for asyncError
chore: enable codecov
v1.0.1
v1.0.0
1.0.0 (2018-01-09)
Features
BREAKING CHANGES
-
Rename
Expecter
toExpectation
.
RemoveSatisfier
class.
ChangeSpy
structure. -
test: fix test.
Remoe await test as it is just testing Promise/A+.
-
chore: remove unpartial
-
refactor: improve coverage
callback is always assigned as it is used internally.
- chore: update deps