Skip to content

Commit

Permalink
0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrainJS committed May 1, 2021
1 parent d5685d3 commit 5faa599
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.12.3](https://github.com/DigitalBrainJS/c-promise/compare/v0.12.2...v0.12.3)

- Added the ability to omit the empty `componentWillUnmount` method while still being able to automatically cancel async routines on unmount; [`d5685d3`](https://github.com/DigitalBrainJS/c-promise/commit/d5685d3b594f6855295981136a79de1d798e5f20)

#### [v0.12.2](https://github.com/DigitalBrainJS/c-promise/compare/v0.12.1...v0.12.2)

> 29 April 2021
- Added `bindMethods` and `bindListeners` options for the @ReactComponent decorator; [`4e86048`](https://github.com/DigitalBrainJS/c-promise/commit/4e860487cdf69423f9daac43daf2bce85f6b5db5)

#### [v0.12.1](https://github.com/DigitalBrainJS/c-promise/compare/v0.12.0...v0.12.1)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "c-promise2",
"version": "0.12.2",
"version": "0.12.3",
"description": "Cancelable promise with progress capturing, pause, timeouts, signals, data flows and decorators support",
"author": {
"name": "Dmitriy Mozgovoy",
Expand Down

0 comments on commit 5faa599

Please sign in to comment.