Skip to content

v2.14.0

Compare
Choose a tag to compare
@kenotron kenotron released this 28 Apr 20:39
· 143 commits to master since this release

The satcheljs-promise package brought the es6-promise typing to use the @types/es6-promise.

This is no longer necessary because Typescript already includes a lib.es6.d.ts that has the definitive definition for Promise. We are standardizing towards this so that any consumer can be sure they are using the same Promise definition.