Skip to content

Commit 9913d95

Browse files
committed
release: v3.0.0
1 parent cd3f27a commit 9913d95

File tree

1 file changed

+92
-0
lines changed

1 file changed

+92
-0
lines changed

CHANGELOG.md

+92
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
2+
3+
# [3.0.0](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2023-12-10)
4+
5+
6+
### Bug Fixes
7+
8+
* `onStart` firing whenever runner is paused/unpaused ([b146cab](https://github.com/samrith-s/concurrent-tasks/commit/b146cab2531a544d650878d3fddaff2cfed2fd85))
9+
* prettify files ([cc469a7](https://github.com/samrith-s/concurrent-tasks/commit/cc469a78ad2a2579165f0d5b0af6ee0e825a78c7))
10+
* throw respective errors if concurrency and task type are not respected ([34e1cd8](https://github.com/samrith-s/concurrent-tasks/commit/34e1cd87dbe75efda112a06d4ac36919463344fd))
11+
12+
13+
### Features
14+
15+
* add `List` data structure and simplify usage ([a388adc](https://github.com/samrith-s/concurrent-tasks/commit/a388adc80282c8a9deec585da89e2189fb5ad61f))
16+
* add `pause` method, property and hooks ([1140e82](https://github.com/samrith-s/concurrent-tasks/commit/1140e826dddcf70454d7afb501ab54faefebd2e3))
17+
* add `removeAt` method ([a7c68fd](https://github.com/samrith-s/concurrent-tasks/commit/a7c68fd28164a9b5061a91bac80e6297cd4d70d2))
18+
* convert everything to typescript ([7b7dfa9](https://github.com/samrith-s/concurrent-tasks/commit/7b7dfa9ef285602767e7244c2818f5e4827e0c4d))
19+
* implement basic runner working and cleanup ([c4561f4](https://github.com/samrith-s/concurrent-tasks/commit/c4561f4f3d3d6a470dd0e10c1ce781ca2ef21a80))
20+
* support `prepend` in `add` and throw type errors when mismatch ([38ba6b6](https://github.com/samrith-s/concurrent-tasks/commit/38ba6b68824af7a042c0a15645b21b8e4f772ed3))
21+
22+
23+
24+
## [1.0.7](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2020-09-27)
25+
26+
27+
28+
## [1.0.6](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2019-07-16)
29+
30+
31+
32+
## [1.0.5](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2019-02-05)
33+
34+
35+
36+
## [1.0.4](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2019-02-05)
37+
38+
39+
40+
## [1.0.3](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-16)
41+
42+
43+
44+
## [1.0.2](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-16)
45+
46+
47+
48+
## [1.0.1](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-06)
49+
50+
51+
52+
# [1.0.0](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-03)
53+
54+
55+
56+
## [0.0.11](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-03)
57+
58+
59+
60+
## [0.0.10](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-03)
61+
62+
63+
64+
## [0.0.9](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-03)
65+
66+
67+
68+
## [0.0.8](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-03)
69+
70+
71+
72+
## [0.0.7](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-03)
73+
74+
75+
76+
## [0.0.6](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-03)
77+
78+
79+
80+
## [0.0.5](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-03)
81+
82+
83+
84+
## [0.0.4](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-03)
85+
86+
87+
88+
## [0.0.3](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-03)
89+
90+
91+
92+
## [0.0.2](https://github.com/samrith-s/concurrent-tasks/compare/v2.1.0-beta.0...v1.0.7) (2018-12-01)

0 commit comments

Comments
 (0)