Releases: boneskull/promwrap
Releases · boneskull/promwrap
v2.1.0
2.1.0 (2018-02-01)
Features
- exclude: add ability to exclude props (ac33810)
v2.0.1
2.0.1 (2018-01-31)
Bug Fixes
- proxy: handle props with falsy values (d2f80f4)
v2.0.0
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.
v1.1.0
1.1.0 (2018-01-31)
Features
- support: support Node.js v6.x (9b7f6ca)
v1.0.0
1.0.0 (2017-08-24)
Bug Fixes
- release: Adding semantic release. (2525864)
Features
- initial: Initial implementation with full tests. (1455200)