8.0 KiB
8.0 KiB
9.1.0 (2021-01-06)
Features
- release: release new version (f48e5c4)
9.0.1 (2021-01-06)
Bug Fixes
- deps: update dependency rollup to ^2.36.0 (a6e5427)
9.0.0 (2020-10-18)
- chore: add github actions (a355a7b)
- chore: add pnpify SDKs (396c1a7)
- chore: add renovate (069d930)
- chore: add semantic release (c26e0c1)
- chore: configure junit path (ca2b1af)
- chore: lint all files (c2a17bd)
- chore: remove prettier formatting (d7bb1ed)
- chore: update circle CI node image (73f0135)
- chore: update editorconfig (82a497b)
- chore: update yarn to v2 (d31a858)
- chore: yarn install (2a399b8)
- chore: yarn install (f9c7617)
- chore(babel): use transform runtime for jest (e119083)
- chore(release): 9.0.0 [skip ci] (fbae007)
- chore!: update dependencies (75a90f4)
- chore!: use terser instead of babel minify (c3cdca3)
- refactor: circle CI configuration file (52279a0)
- refactor: eslint config (2861624)
- refactor: json indentation (912b1dd)
- refactor: rename index to sleep (b81aebb)
- refactor: rollup config (988a828)
BREAKING CHANGE
- build output has been changed, which might potentially be breaking
8.0.1 (2018-06-06)
- Add coveralls (4d6405c)
- Add license information to readme (48671ce)
- Fix CI code test coverage (36303f2)
- Fix license link (2661144)
- Remove default value for createSleepPromise options (c683f77)
- v8.0.1 (8abf89e)
8.0.0 (2018-06-06)
- Add minification (21959b7)
- Add TypeScript tests (507b81e)
- Fix sinon example (7a5ee41)
- fix typings (c95f35d)
- Fix typings in esm file (73bd965)
- Upgrade dependencies (dc31457)
- v8.0.0 (adf5362)
7.1.0 (2018-06-05)
7.0.0 (2018-06-05)
- Add documentation for useCachedSetTimeout (2b1f5ee)
- Add linting (456012c)
- Add options parameter to sleep function (fb9b198)
- Add TypeScript file formatting validation (a5a0a9b)
- Fix import path (7c093ae)
- Ignore build folder for eslint (93fd20d)
- Refactor code (89c1295)
- Refactor code (b21e5fb)
- Refactor readme (301e9bd)
- Remove test delays where not needed (13a62c1)
- v7.0.0 (78c9462)
6.0.0 (2018-04-14)
- Add circle ci (3bead78)
- avoid redelay on chain sleep (c1d4c44)
- Split delayed promise chain tests (4f6a123)
- v6.0.0 (39a337d)
5.1.0 (2018-04-11)
5.0.0 (2018-04-11)
4.1.0 (2018-04-08)
4.0.0 (2018-04-08)
- Add esm export (487df8c)
- Add TypeScript typings (edd6c1c)
- Fix types to use default export (9b0dfec)
- Refactor code to use arrow functions (678557c)
- v4.0.0 (f75ca8a)
3.0.0 (2018-04-07)
2.0.0 (2016-07-30)
- 2.0.0 (1aa4741)
- Change readme (b572f20)
- Fix readme (6e941b7)
- Fix syntax error (b531504)
- Pass value through in a promise chain (9beda8f), closes #3
- Simplification to avoid one more function call. (c9216a5)