Skip to content

12.0.0

Choose a tag to compare

@vitaly-t vitaly-t released this 26 Aug 01:48
· 25 commits to master since this release

Legacy Clean-up

Gone: Custom Promises πŸ”¨

Removed from the library everything related to supporting custom promises, external promise libraries, such as Bluebird, etc., as obsolete.

Now it is ES6 Promise all the way, nothing else, and no customization in that regard.

For example, initialization option promiseLib is gone also.