This repository has been archived by the owner on Jul 7, 2021. It is now read-only.
Releases: softwareventures/promise-ponyfill
Releases · softwareventures/promise-ponyfill
v1.1.3
v1.1.2
v2.0.0-alpha.1
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.