Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrainJS committed Apr 26, 2021
1 parent 2ab6b92 commit f5165d0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,19 @@ 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.0](https://github.com/DigitalBrainJS/c-promise/compare/v0.11.11...v0.12.0)

- Reworked decorators system; [`f50ff58`](https://github.com/DigitalBrainJS/c-promise/commit/f50ff586de72e67f4e92a64307581306f051e0bc)
- Added playground/build to .gitignore; [`c8f3058`](https://github.com/DigitalBrainJS/c-promise/commit/c8f3058b433051b626d276ae406ffec62bfdcf55)
- Updated README; [`98724eb`](https://github.com/DigitalBrainJS/c-promise/commit/98724eb48cdb5a55f4fdce52bdf842773bac0790)
- Updated README; [`9c04744`](https://github.com/DigitalBrainJS/c-promise/commit/9c04744f51e5dcdd50dffedb09e3bd90afc8693f)
- Added `@ReactComponent` decorator test; [`71282be`](https://github.com/DigitalBrainJS/c-promise/commit/71282be8bb0b56b45ff479593d55c81aea12e136)
- Updated package.json; [`2ab6b92`](https://github.com/DigitalBrainJS/c-promise/commit/2ab6b92301e6ef9c144fde67e0e2393f3e09b7d6)

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

> 21 April 2021
- Fixed bug with context for `onDone` shortcut method; [`95d1c01`](https://github.com/DigitalBrainJS/c-promise/commit/95d1c016f168087f64e7468929deca32ffccd90e)

#### [v0.11.10](https://github.com/DigitalBrainJS/c-promise/compare/v0.11.9...v0.11.10)
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.11.11",
"version": "0.12.0",
"description": "Cancelable promise with progress capturing, pause, timeouts, signals, data flows and decorators support",
"author": {
"name": "Dmitriy Mozgovoy",
Expand Down

0 comments on commit f5165d0

Please sign in to comment.