From 9913d95746c23af51dc6d458fe4e97905fac15f0 Mon Sep 17 00:00:00 2001 From: Samrith Shankar Date: Sun, 10 Dec 2023 19:30:24 +0530 Subject: [PATCH] release: v3.0.0 --- CHANGELOG.md | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7cefa76 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,92 @@ + + +# [3.0.0](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2023-12-10) + + +### Bug Fixes + +* `onStart` firing whenever runner is paused/unpaused ([b146cab](https://github.com/samrith-s/concurrent-tasks/commit/b146cab2531a544d650878d3fddaff2cfed2fd85)) +* prettify files ([cc469a7](https://github.com/samrith-s/concurrent-tasks/commit/cc469a78ad2a2579165f0d5b0af6ee0e825a78c7)) +* throw respective errors if concurrency and task type are not respected ([34e1cd8](https://github.com/samrith-s/concurrent-tasks/commit/34e1cd87dbe75efda112a06d4ac36919463344fd)) + + +### Features + +* add `List` data structure and simplify usage ([a388adc](https://github.com/samrith-s/concurrent-tasks/commit/a388adc80282c8a9deec585da89e2189fb5ad61f)) +* add `pause` method, property and hooks ([1140e82](https://github.com/samrith-s/concurrent-tasks/commit/1140e826dddcf70454d7afb501ab54faefebd2e3)) +* add `removeAt` method ([a7c68fd](https://github.com/samrith-s/concurrent-tasks/commit/a7c68fd28164a9b5061a91bac80e6297cd4d70d2)) +* convert everything to typescript ([7b7dfa9](https://github.com/samrith-s/concurrent-tasks/commit/7b7dfa9ef285602767e7244c2818f5e4827e0c4d)) +* implement basic runner working and cleanup ([c4561f4](https://github.com/samrith-s/concurrent-tasks/commit/c4561f4f3d3d6a470dd0e10c1ce781ca2ef21a80)) +* support `prepend` in `add` and throw type errors when mismatch ([38ba6b6](https://github.com/samrith-s/concurrent-tasks/commit/38ba6b68824af7a042c0a15645b21b8e4f772ed3)) + + + +## [1.0.7](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2020-09-27) + + + +## [1.0.6](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2019-07-16) + + + +## [1.0.5](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2019-02-05) + + + +## [1.0.4](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2019-02-05) + + + +## [1.0.3](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-16) + + + +## [1.0.2](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-16) + + + +## [1.0.1](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-06) + + + +# [1.0.0](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-03) + + + +## [0.0.11](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-03) + + + +## [0.0.10](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-03) + + + +## [0.0.9](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-03) + + + +## [0.0.8](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-03) + + + +## [0.0.7](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-03) + + + +## [0.0.6](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-03) + + + +## [0.0.5](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-03) + + + +## [0.0.4](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-03) + + + +## [0.0.3](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-03) + + + +## [0.0.2](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-01)