Skip to content

Releases: boneskull/promwrap

v2.1.0

01 Feb 01:34
ac33810
Compare
Choose a tag to compare

2.1.0 (2018-02-01)

Features

  • exclude: add ability to exclude props (ac33810)

v2.0.1

31 Jan 23:28
d2f80f4
Compare
Choose a tag to compare

2.0.1 (2018-01-31)

Bug Fixes

  • proxy: handle props with falsy values (d2f80f4)

v2.0.0

31 Jan 22:58
dacaec1
Compare
Choose a tag to compare

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

31 Jan 22:45
9b7f6ca
Compare
Choose a tag to compare

1.1.0 (2018-01-31)

Features

  • support: support Node.js v6.x (9b7f6ca)

v1.0.0

24 Aug 03:30
2525864
Compare
Choose a tag to compare

1.0.0 (2017-08-24)

Bug Fixes

  • release: Adding semantic release. (2525864)

Features

  • initial: Initial implementation with full tests. (1455200)