Releases: WJSoftware/wjfe-async-workers
Releases · WJSoftware/wjfe-async-workers
v0.2.3
v0.2.2
What's Changed
- chore: refactoring type test by @mrazauskas in #27
- tests: Add unit testing for the Enqueue and EnqueueFn types by @webJose in #28
- fix: Correct typing exports by taking a simpler exporting approach by @webJose in #29
New Contributors
- @mrazauskas made their first contribution in #27
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- docs: Add Semaphore and Mutex to README by @webJose in #13
- chore(deps-dev): Bump vite from 5.4.2 to 5.4.7 in /pages by @dependabot[bot] in #14
- chore(deps): Bump rollup from 4.21.0 to 4.22.4 in /pages by @dependabot[bot] in #15
- chore: Update packages by @webJose in #16
- chore: Update packages by @webJose in #18
- tests: Add unit testing by @webJose in #19
- chore(ai): Add AGENTS.md by @webJose in #20
- chore: Improve import statements by @webJose in #21
- fix(Semaphore): Remove alien line in constructor by @webJose in #22
- fix: Improve EnqueueFn type for tasks with no payloads by @webJose in #23
- fix(node): Use prototype name to check for the Worker class to allow other Worker implementations by @webJose in #24
- chore: Improve types by @webJose in #25
- feat: Add CI/CD by @webJose in #26
New Contributors
- @dependabot[bot] made their first contribution in #14
Full Changelog: v0.2.0...v0.2.1
v0.2.0
v0.1.1
What's Changed
- feat: Add package.json props by @webJose in #8
- fix: Stop cancelled work item from being queued by @webJose in #10
Demo
- chore(demo): Update packages by @webJose in #4
- feat(demo): Add devhunt.org banner by @webJose in #5
- fix(demo): Correct typo in throwIfSignalled() by @webJose in #7
- feat(demo): Add ability to modify the to-number in work items by @webJose in #11
Full Changelog: v0.1.0...v0.1.1