UNPKG

878 BMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](http://keepachangelog.com/)
6and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
9## Unreleased
10
11<!--
12 PRs should document their user-visible changes (if any) below
13 this comment.
14-->
15
16## [0.1.1] - 2016-12-16
17
18* Fixes an npm publish blunder.
19* Adds basic README.md and CHANGELOG.md
20
21## [0.1.0] - 2016-12-16
22
23* Initial release, with CancelToken and Cancel from the November 23rd, 2016 draft of https://tc39.github.io/proposal-cancelable-promises/ (now withdrawn).
24* Looks like https://github.com/littledan/proposal-cancelable-promises may be picking up the spec and removing the syntactic parts, leaving just the polyfillable pieces implemented here.
25* Also includes two non-spec'd but useful methods: isCancelToken and isCancel.