Skip to content

v2.0.0

Compare
Choose a tag to compare
@boneskull boneskull released this 31 Jan 22:58
· 3 commits to master since this release
dacaec1

2.0.0 (2018-01-31)

Bug Fixes

  • proxy: don't throw on missing property (dacaec1)

BREAKING CHANGES

  • proxy: Given that simple access of a non-existent property on a JavaScript
    object will return undefined, promwrap should follow suit.