Skip to content

v2.0.0

Compare
Choose a tag to compare
@unional unional released this 10 Jan 03:52
c0e5327

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