-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4cfe94b
commit c9e67c6
Showing
3 changed files
with
73 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,89 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
### Changelog | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
All notable changes to this project will be documented in this file. Dates are displayed in UTC. | ||
|
||
For changes before version 0.1.6, please see the commit history | ||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). | ||
|
||
## [0.1.11] - 2020-12-17 | ||
#### [v0.1.12](https://github.com/DigitalBrainJS/cp-axios/compare/v0.1.11...v0.1.12) | ||
|
||
### Fixed | ||
- a bug with late cancellation; | ||
- Updated dependencies; [`4cfe94b`](https://github.com/DigitalBrainJS/cp-axios/commit/4cfe94beb4cdc05053a781b6b6664d503caf21a0) | ||
- Updated CHANGELOG.md; [`70ed943`](https://github.com/DigitalBrainJS/cp-axios/commit/70ed943a2b9b04e7779489fe840221973a777d22) | ||
|
||
## [0.1.10] - 2020-12-15 | ||
#### [v0.1.11](https://github.com/DigitalBrainJS/cp-axios/compare/v0.1.10...v0.1.11) | ||
|
||
### Fixed | ||
- UMD builds; | ||
> 17 December 2020 | ||
## [0.1.9] - 2020-12-13 | ||
- Fixed a bug with late cancellation; [`e512c1f`](https://github.com/DigitalBrainJS/cp-axios/commit/e512c1f1a6257f3b8dbeaeb1067184baf7536ad8) | ||
- Updated README.md; [`3ebfb4e`](https://github.com/DigitalBrainJS/cp-axios/commit/3ebfb4ed7e5811b94593ffc8e65faf07466878b1) | ||
|
||
### Fixed | ||
- a bug with wrong context of the `request` method; | ||
#### [v0.1.10](https://github.com/DigitalBrainJS/cp-axios/compare/v0.1.9...v0.1.10) | ||
|
||
### Updated | ||
- deeply refactored; | ||
> 15 December 2020 | ||
## [0.1.8] - 2020-12-07 | ||
- fixed UMD builds; [`152fd36`](https://github.com/DigitalBrainJS/cp-axios/commit/152fd36b9fd697d57ba1c28065b38d8cb68e404a) | ||
|
||
### Updated | ||
- dependencies | ||
#### [v0.1.9](https://github.com/DigitalBrainJS/cp-axios/compare/v0.1.8...v0.1.9) | ||
|
||
## [0.1.7] - 2020-10-15 | ||
> 13 December 2020 | ||
### Updated | ||
- dependencies | ||
- Fixed a bug with wrong context of the `request` method; [`7fda14d`](https://github.com/DigitalBrainJS/cp-axios/commit/7fda14d4dd62a63e3a65bc6a9f14c5fb29540c94) | ||
- fixed regression bug with CancelToken reference; [`fc2e657`](https://github.com/DigitalBrainJS/cp-axios/commit/fc2e6579ca42c7e4de84f3f1ec4548bd76e905b3) | ||
|
||
## [0.1.6] - 2020-10-15 | ||
#### [v0.1.8](https://github.com/DigitalBrainJS/cp-axios/compare/v0.1.7...v0.1.8) | ||
|
||
### Updated | ||
- dependencies | ||
> 7 December 2020 | ||
## [0.1.6] - 2020-10-15 | ||
- Updated dependencies; [`fad684f`](https://github.com/DigitalBrainJS/cp-axios/commit/fad684f6f54a039b04fb0a8886a6580f308e6340) | ||
- Updated CHANGELOG.md; [`ba756be`](https://github.com/DigitalBrainJS/cp-axios/commit/ba756be399c50fcd154d4d88a24289f884cd731a) | ||
|
||
### Added | ||
- progress capturing via CPromise api | ||
#### [v0.1.7](https://github.com/DigitalBrainJS/cp-axios/compare/v0.1.6...v0.1.7) | ||
|
||
### Fixed | ||
- a bug with context of http methods | ||
> 15 October 2020 | ||
- Updated dependencies; [`c31957a`](https://github.com/DigitalBrainJS/cp-axios/commit/c31957ac4d663d392b350d26a53647eebb670cad) | ||
|
||
#### [v0.1.6](https://github.com/DigitalBrainJS/cp-axios/compare/v0.1.5...v0.1.6) | ||
|
||
> 15 October 2020 | ||
- added progress capturing via CPromise api; [`6c9ebdc`](https://github.com/DigitalBrainJS/cp-axios/commit/6c9ebdc7aeb90adf828c71471fe29c6e7dde6648) | ||
- added nyc config; [`7b00428`](https://github.com/DigitalBrainJS/cp-axios/commit/7b00428985c80fd5fe39cc256091ac6d55817ef5) | ||
- added ignoring of progress handlers for coverage report; [`1f003ca`](https://github.com/DigitalBrainJS/cp-axios/commit/1f003ca9516a41a393f44aa498bfb9cc2d0a647e) | ||
|
||
#### [v0.1.5](https://github.com/DigitalBrainJS/cp-axios/compare/v0.1.4...v0.1.5) | ||
|
||
> 28 September 2020 | ||
- Fixed README.md; [`4f02448`](https://github.com/DigitalBrainJS/cp-axios/commit/4f02448cac6febde45ef1734db6c0c000b30d559) | ||
|
||
#### [v0.1.4](https://github.com/DigitalBrainJS/cp-axios/compare/v0.1.3...v0.1.4) | ||
|
||
> 28 September 2020 | ||
- Fixed README.md; [`077273e`](https://github.com/DigitalBrainJS/cp-axios/commit/077273ec4059fc59d94132cbe9c71c44297c1e27) | ||
|
||
#### [v0.1.3](https://github.com/DigitalBrainJS/cp-axios/compare/v0.1.2...v0.1.3) | ||
|
||
> 27 September 2020 | ||
- Fixed README.md; [`f214ba4`](https://github.com/DigitalBrainJS/cp-axios/commit/f214ba418689d8566dd1d05904b26fd8432bfd92) | ||
|
||
#### [v0.1.2](https://github.com/DigitalBrainJS/cp-axios/compare/v0.1.1...v0.1.2) | ||
|
||
> 27 September 2020 | ||
- Updated README.md; [`711b75f`](https://github.com/DigitalBrainJS/cp-axios/commit/711b75f7af08ce71188d3ea215c68a255269da98) | ||
|
||
#### [v0.1.1](https://github.com/DigitalBrainJS/cp-axios/compare/v0.1.0...v0.1.1) | ||
|
||
> 26 September 2020 | ||
- Refactored; [`77a9143`](https://github.com/DigitalBrainJS/cp-axios/commit/77a9143c3a68506f6a8177778a11e307b86d0865) | ||
|
||
#### v0.1.0 | ||
|
||
> 26 September 2020 | ||
- Initial commit [`c14b4aa`](https://github.com/DigitalBrainJS/cp-axios/commit/c14b4aa397197ea8526391e3239ec80810e4259d) | ||
- Fixed README.md example; [`a67e1ec`](https://github.com/DigitalBrainJS/cp-axios/commit/a67e1ec494f133ac85dbe3b1e2fffcfa9f20e279) | ||
- Fixed README.md; [`4e3af27`](https://github.com/DigitalBrainJS/cp-axios/commit/4e3af276ad446813ef4c55365153f95930f955f6) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters