All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed release build for webpack.
- Fixed release build.
- Fixed inference error related to
tap
andtapCatch
. - Fixed
UnpackResolved
(necessary after the previous fix, as_Promise
is no longer a subtype ofPromiseLike
).
- Updated
dtslint
version.
- Exposed
UnpackResolved
andUnpackRejected
as part of the library.
- Fixed
package.json
error.
- Instance's
.then
and.catch
typings were rewritten with a fix. - A couple of test cases were added
unknownError
is being exported.- DocBlocks were improved.
- All
Promise
's API methods were added. First working version.