Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

v2.0.0

Choose a tag to compare

@boneskull boneskull released this 31 Jan 22:58
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.