First upload version 0.0.1
This commit is contained in:
154
node_modules/sleep-promise/CHANGELOG.md
generated
vendored
Normal file
154
node_modules/sleep-promise/CHANGELOG.md
generated
vendored
Normal file
@@ -0,0 +1,154 @@
|
||||
# [9.1.0](https://github.com/brummelte/sleep-promise/compare/v9.0.1...v9.1.0) (2021-01-06)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **release:** release new version ([f48e5c4](https://github.com/brummelte/sleep-promise/commit/f48e5c4a95e732bd158d9e01002b391621f74126))
|
||||
|
||||
## [9.0.1](https://github.com/brummelte/sleep-promise/compare/v9.0.0...v9.0.1) (2021-01-06)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update dependency rollup to ^2.36.0 ([a6e5427](https://github.com/brummelte/sleep-promise/commit/a6e5427eb20180a15a9f6937f3585515bd5472c1))
|
||||
|
||||
# [9.0.0](https://github.com/brummelte/sleep-promise/compare/v8.0.1...v9.0.0) (2020-10-18)
|
||||
|
||||
* chore: add github actions ([a355a7b](https://github.com/brummelte/sleep-promise/commit/a355a7b))
|
||||
* chore: add pnpify SDKs ([396c1a7](https://github.com/brummelte/sleep-promise/commit/396c1a7))
|
||||
* chore: add renovate ([069d930](https://github.com/brummelte/sleep-promise/commit/069d930))
|
||||
* chore: add semantic release ([c26e0c1](https://github.com/brummelte/sleep-promise/commit/c26e0c1))
|
||||
* chore: configure junit path ([ca2b1af](https://github.com/brummelte/sleep-promise/commit/ca2b1af))
|
||||
* chore: lint all files ([c2a17bd](https://github.com/brummelte/sleep-promise/commit/c2a17bd))
|
||||
* chore: remove prettier formatting ([d7bb1ed](https://github.com/brummelte/sleep-promise/commit/d7bb1ed))
|
||||
* chore: update circle CI node image ([73f0135](https://github.com/brummelte/sleep-promise/commit/73f0135))
|
||||
* chore: update editorconfig ([82a497b](https://github.com/brummelte/sleep-promise/commit/82a497b))
|
||||
* chore: update yarn to v2 ([d31a858](https://github.com/brummelte/sleep-promise/commit/d31a858))
|
||||
* chore: yarn install ([2a399b8](https://github.com/brummelte/sleep-promise/commit/2a399b8))
|
||||
* chore: yarn install ([f9c7617](https://github.com/brummelte/sleep-promise/commit/f9c7617))
|
||||
* chore(babel): use transform runtime for jest ([e119083](https://github.com/brummelte/sleep-promise/commit/e119083))
|
||||
* chore(release): 9.0.0 [skip ci] ([fbae007](https://github.com/brummelte/sleep-promise/commit/fbae007))
|
||||
* chore!: update dependencies ([75a90f4](https://github.com/brummelte/sleep-promise/commit/75a90f4))
|
||||
* chore!: use terser instead of babel minify ([c3cdca3](https://github.com/brummelte/sleep-promise/commit/c3cdca3))
|
||||
* refactor: circle CI configuration file ([52279a0](https://github.com/brummelte/sleep-promise/commit/52279a0))
|
||||
* refactor: eslint config ([2861624](https://github.com/brummelte/sleep-promise/commit/2861624))
|
||||
* refactor: json indentation ([912b1dd](https://github.com/brummelte/sleep-promise/commit/912b1dd))
|
||||
* refactor: rename index to sleep ([b81aebb](https://github.com/brummelte/sleep-promise/commit/b81aebb))
|
||||
* refactor: rollup config ([988a828](https://github.com/brummelte/sleep-promise/commit/988a828))
|
||||
|
||||
|
||||
### BREAKING CHANGE
|
||||
|
||||
* build output has been changed, which might potentially be breaking
|
||||
|
||||
|
||||
## <small>8.0.1 (2018-06-06)</small>
|
||||
|
||||
* Add coveralls ([4d6405c](https://github.com/brummelte/sleep-promise/commit/4d6405c))
|
||||
* Add license information to readme ([48671ce](https://github.com/brummelte/sleep-promise/commit/48671ce))
|
||||
* Fix CI code test coverage ([36303f2](https://github.com/brummelte/sleep-promise/commit/36303f2))
|
||||
* Fix license link ([2661144](https://github.com/brummelte/sleep-promise/commit/2661144))
|
||||
* Remove default value for createSleepPromise options ([c683f77](https://github.com/brummelte/sleep-promise/commit/c683f77))
|
||||
* v8.0.1 ([8abf89e](https://github.com/brummelte/sleep-promise/commit/8abf89e))
|
||||
|
||||
|
||||
|
||||
## 8.0.0 (2018-06-06)
|
||||
|
||||
* Add minification ([21959b7](https://github.com/brummelte/sleep-promise/commit/21959b7))
|
||||
* Add TypeScript tests ([507b81e](https://github.com/brummelte/sleep-promise/commit/507b81e))
|
||||
* Fix sinon example ([7a5ee41](https://github.com/brummelte/sleep-promise/commit/7a5ee41))
|
||||
* fix typings ([c95f35d](https://github.com/brummelte/sleep-promise/commit/c95f35d))
|
||||
* Fix typings in esm file ([73bd965](https://github.com/brummelte/sleep-promise/commit/73bd965))
|
||||
* Upgrade dependencies ([dc31457](https://github.com/brummelte/sleep-promise/commit/dc31457))
|
||||
* v8.0.0 ([adf5362](https://github.com/brummelte/sleep-promise/commit/adf5362))
|
||||
|
||||
|
||||
|
||||
## 7.1.0 (2018-06-05)
|
||||
|
||||
* Fix import path ([0b75d97](https://github.com/brummelte/sleep-promise/commit/0b75d97))
|
||||
* v7.1.0 ([fc8aa33](https://github.com/brummelte/sleep-promise/commit/fc8aa33))
|
||||
|
||||
|
||||
|
||||
## 7.0.0 (2018-06-05)
|
||||
|
||||
* Add documentation for useCachedSetTimeout ([2b1f5ee](https://github.com/brummelte/sleep-promise/commit/2b1f5ee))
|
||||
* Add linting ([456012c](https://github.com/brummelte/sleep-promise/commit/456012c))
|
||||
* Add options parameter to sleep function ([fb9b198](https://github.com/brummelte/sleep-promise/commit/fb9b198))
|
||||
* Add TypeScript file formatting validation ([a5a0a9b](https://github.com/brummelte/sleep-promise/commit/a5a0a9b))
|
||||
* Fix import path ([7c093ae](https://github.com/brummelte/sleep-promise/commit/7c093ae))
|
||||
* Ignore build folder for eslint ([93fd20d](https://github.com/brummelte/sleep-promise/commit/93fd20d))
|
||||
* Refactor code ([89c1295](https://github.com/brummelte/sleep-promise/commit/89c1295))
|
||||
* Refactor code ([b21e5fb](https://github.com/brummelte/sleep-promise/commit/b21e5fb))
|
||||
* Refactor readme ([301e9bd](https://github.com/brummelte/sleep-promise/commit/301e9bd))
|
||||
* Remove test delays where not needed ([13a62c1](https://github.com/brummelte/sleep-promise/commit/13a62c1))
|
||||
* v7.0.0 ([78c9462](https://github.com/brummelte/sleep-promise/commit/78c9462))
|
||||
|
||||
|
||||
|
||||
## 6.0.0 (2018-04-14)
|
||||
|
||||
* Add circle ci ([3bead78](https://github.com/brummelte/sleep-promise/commit/3bead78))
|
||||
* avoid redelay on chain sleep ([c1d4c44](https://github.com/brummelte/sleep-promise/commit/c1d4c44))
|
||||
* Split delayed promise chain tests ([4f6a123](https://github.com/brummelte/sleep-promise/commit/4f6a123))
|
||||
* v6.0.0 ([39a337d](https://github.com/brummelte/sleep-promise/commit/39a337d))
|
||||
|
||||
|
||||
|
||||
## 5.1.0 (2018-04-11)
|
||||
|
||||
* Fix type path ([75611c8](https://github.com/brummelte/sleep-promise/commit/75611c8))
|
||||
* v5.1.0 ([92e1a2c](https://github.com/brummelte/sleep-promise/commit/92e1a2c))
|
||||
|
||||
|
||||
|
||||
## 5.0.0 (2018-04-11)
|
||||
|
||||
* Move types into separate directory ([82ed19b](https://github.com/brummelte/sleep-promise/commit/82ed19b))
|
||||
* Rename bundle files ([d3146e0](https://github.com/brummelte/sleep-promise/commit/d3146e0))
|
||||
* v5.0.0 ([1201afd](https://github.com/brummelte/sleep-promise/commit/1201afd))
|
||||
|
||||
|
||||
|
||||
## 4.1.0 (2018-04-08)
|
||||
|
||||
* Fix yarn publish ([2a1f6a8](https://github.com/brummelte/sleep-promise/commit/2a1f6a8))
|
||||
* v4.1.0 ([640b254](https://github.com/brummelte/sleep-promise/commit/640b254))
|
||||
|
||||
|
||||
|
||||
## 4.0.0 (2018-04-08)
|
||||
|
||||
* Add esm export ([487df8c](https://github.com/brummelte/sleep-promise/commit/487df8c))
|
||||
* Add TypeScript typings ([edd6c1c](https://github.com/brummelte/sleep-promise/commit/edd6c1c))
|
||||
* Fix types to use default export ([9b0dfec](https://github.com/brummelte/sleep-promise/commit/9b0dfec))
|
||||
* Refactor code to use arrow functions ([678557c](https://github.com/brummelte/sleep-promise/commit/678557c))
|
||||
* v4.0.0 ([f75ca8a](https://github.com/brummelte/sleep-promise/commit/f75ca8a))
|
||||
|
||||
|
||||
|
||||
## 3.0.0 (2018-04-07)
|
||||
|
||||
* Add tests ([da8ae8c](https://github.com/brummelte/sleep-promise/commit/da8ae8c))
|
||||
* Fix delayed promise ([255ea72](https://github.com/brummelte/sleep-promise/commit/255ea72)), closes [#3](https://github.com/brummelte/sleep-promise/issues/3)
|
||||
* v3.0.0 ([fb13360](https://github.com/brummelte/sleep-promise/commit/fb13360))
|
||||
|
||||
|
||||
|
||||
## 2.0.0 (2016-07-30)
|
||||
|
||||
* 2.0.0 ([1aa4741](https://github.com/brummelte/sleep-promise/commit/1aa4741))
|
||||
* Change readme ([b572f20](https://github.com/brummelte/sleep-promise/commit/b572f20))
|
||||
* Fix readme ([6e941b7](https://github.com/brummelte/sleep-promise/commit/6e941b7))
|
||||
* Fix syntax error ([b531504](https://github.com/brummelte/sleep-promise/commit/b531504))
|
||||
* Pass value through in a promise chain ([9beda8f](https://github.com/brummelte/sleep-promise/commit/9beda8f)), closes [#3](https://github.com/brummelte/sleep-promise/issues/3)
|
||||
* Simplification to avoid one more function call. ([c9216a5](https://github.com/brummelte/sleep-promise/commit/c9216a5))
|
||||
|
||||
|
||||
|
||||
## 1.0.0 (2015-08-22)
|
||||
|
||||
* Corrected license year. ([fdfc2b8](https://github.com/brummelte/sleep-promise/commit/fdfc2b8))
|
||||
* Initial commit ([36de357](https://github.com/brummelte/sleep-promise/commit/36de357))
|
||||
Reference in New Issue
Block a user