Skip to content

Commit

Permalink
Updated CHANGELOG.md;
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrainJS committed Dec 6, 2020
1 parent 6255fb1 commit 37c4829
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

For changes before version 0.4.0, please see the commit history

## [0.10.1] - 2020-12-07

### Updated
- Renamed AbortControllerEx class back to AbortController to be recognized by third-party libraries;

## [0.10.0] - 2020-12-07

### Added
- decorators support;
- nativeController option for the CPromise constructor;
- named export instead of default;
- playground for decorators;
- reason argument for the AbortController's abort method;

### Removed
- dev bundles;

### Updated
- cancellation mechanics;

## [0.9.1] - 2020-11-30

### Added
Expand Down

0 comments on commit 37c4829

Please sign in to comment.