Features:
- Add
Promise.fromNode
- Add new paramter
value
forPromise.bind
Bugfixes:
- Fix several issues with
cancellation
and.bind()
interoperation whenthisArg
is a promise or thenable - Fix promises created in
disposers
not having proper long stack trace context - Fix
Promise.join
sometimes passing the passed in callback function as the last argument to itself.
Misc:
- Reduce minified full browser build file size by not including unused code generation functionality.
- Major internal refactoring related to testing code and source code file layout