Skip to content

Releases: Torathion/typestar

1.1.0

11 Jan 22:06
Compare
Choose a tag to compare

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