Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Releases: softwareventures/promise-ponyfill

v1.1.3

07 Jul 14:00
Compare
Choose a tag to compare

1.1.3 (2021-07-07)

v1.1.2

06 Jul 12:41
76a725f
Compare
Choose a tag to compare

1.1.2 (2021-07-06)

Bug Fixes

  • deps: bump trim-newlines from 3.0.0 to 3.0.1 (#43) (76a725f)

v2.0.0-alpha.1

29 Mar 04:32
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

2.0.0-alpha.1 (2021-03-29)

Features

BREAKING CHANGES

  • This library now uses ES2017 syntax. This breaks compatibility with Node < 8.10 and
    very old browsers that do not support ES2017 syntax. If you need to support older browsers, then you
    should use Babel to compile ES6+ code down to ES5.

v1.1.1

29 Mar 04:39
Compare
Choose a tag to compare

1.1.1 (2021-03-29)

Bug Fixes

  • deps: update dependency typescript to v4.2.3 (8013f77), closes #38

v1.1.0

28 Mar 18:54
Compare
Choose a tag to compare

1.1.0 (2019-03-28)

Bug Fixes

  • fix incorrect ES6-style import of promise-polyfill (e9c536a)

Features

  • distribute type definitions for PromiseConstructor (3c8ebd0)

v1.0.3

25 Mar 08:01
28f4c87
Compare
Choose a tag to compare

1.0.3 (2019-03-25)

Bug Fixes

  • deps: update dependency @types/promise-polyfill to v6.0.3 (28f4c87)