Skip to content

Releases: WJSoftware/wjfe-async-workers

v0.2.3

24 Sep 06:08

Choose a tag to compare

v0.2.3 Pre-release
Pre-release

What's Changed

  • fix: Use duck typing to differentiate between a dedicated and a shared worker by @webJose in #30

Full Changelog: v0.2.2...v0.2.3

v0.2.2

24 Sep 03:57

Choose a tag to compare

v0.2.2 Pre-release
Pre-release

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

Full Changelog: v0.2.1...v0.2.2

v0.2.1

20 Sep 00:53

Choose a tag to compare

v0.2.1 Pre-release
Pre-release

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

Full Changelog: v0.2.0...v0.2.1

v0.2.0

12 Sep 04:39

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.1...v0.2.0

v0.1.1

25 Aug 03:20

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

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

v0.1.0

24 Aug 17:03
ac1bd82

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

What's Changed

Demo

New Contributors

Full Changelog: https://github.com/WJSoftware/wjfe-async-workers/commits/v0.1.0