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

Releases: boneskull/promwrap

v2.1.0

Choose a tag to compare

@boneskull boneskull released this 01 Feb 01:34
ac33810

2.1.0 (2018-02-01)

Features

  • exclude: add ability to exclude props (ac33810)

v2.0.1

Choose a tag to compare

@boneskull boneskull released this 31 Jan 23:28
d2f80f4

2.0.1 (2018-01-31)

Bug Fixes

  • proxy: handle props with falsy values (d2f80f4)

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.

v1.1.0

Choose a tag to compare

@boneskull boneskull released this 31 Jan 22:45
9b7f6ca

1.1.0 (2018-01-31)

Features

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

v1.0.0

Choose a tag to compare

@mikeal mikeal released this 24 Aug 03:30
2525864

1.0.0 (2017-08-24)

Bug Fixes

  • release: Adding semantic release. (2525864)

Features

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