Skip to content

Commit

Permalink
release: v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samrith-s committed Dec 10, 2023
1 parent cd3f27a commit 9913d95
Showing 1 changed file with 92 additions and 0 deletions.
92 changes: 92 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 9913d95

Please sign in to comment.