Releases: Torathion/typestar
Releases · Torathion/typestar
1.1.0
Added
- Added PromiseCallback to have a general type for a callback function of a Promise
Changed
- Changed the Rejector reason to Error as this is the most recommended type.
- Renamed OnFulFilled to OnFulfilled
Removed
- Removed type undefined from Resolver to actually mimic a Promise resolver function
- Removed RejectedValue as it didn't serve any purpose