Skip to content

Releases: unional/satisfier

v2.1.0

11 Jan 02:30
e21f7fe
Compare
Choose a tag to compare

2.1.0 (2018-01-11)

Features

v2.0.1

10 Jan 06:16
19e4218
Compare
Choose a tag to compare

2.0.1 (2018-01-10)

Bug Fixes

v2.0.0

10 Jan 03:52
c0e5327
Compare
Choose a tag to compare

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

10 Jan 00:30
4bfe226
Compare
Choose a tag to compare

1.0.1 (2018-01-10)

Bug Fixes

v1.0.0

09 Jan 22:01
97fc092
Compare
Choose a tag to compare

1.0.0 (2018-01-09)

Features

BREAKING CHANGES

  • Rename Expecter to Expectation.
    Remove Satisfier class.
    Change Spy 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