Skip to content

Releases: aaronhuggins/nice_threads

0.9.0

24 Mar 22:13
6075b00
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.0...0.9.0

0.8.0

22 Mar 17:30
64f712e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.8.0

0.7.0

21 Mar 18:21
Compare
Choose a tag to compare
  • feat: Global worker cache per thread
  • chore: Improved documentation and types

Full Changelog: 0.6.1...0.7.0

0.6.1

17 Mar 17:09
Compare
Choose a tag to compare
  • Fixes a subtle caching bug for Node that's difficult to reproduce in worker threads.

Full Changelog: 0.5.2...0.6.1

0.5.2

17 Aug 21:06
Compare
Choose a tag to compare
  • Fix versions of nodejs missing support for String.prototype.replaceAll

Full Changelog: 0.5.0...0.5.2

Nice Threads 0.5.0

03 Aug 23:59
Compare
Choose a tag to compare

Honor Node.js internal bare specifiers.

Nice Threads 0.4.0

03 Aug 23:42
Compare
Choose a tag to compare
  • Write separate dynamic import resolution strategies for Deno, Node CJS, and Node ESM.
  • Add new strategies to build step
  • Adds test path

Nice Thread 0.3.0

03 Aug 19:19
Compare
Choose a tag to compare
  • Fix node module dynamic imports
  • Add queue convenience method

Nice Threads 0.2.0 - Fix thread pool types

02 Aug 21:13
Compare
Choose a tag to compare

Thread pool was returning unexpected types at all levels of array results.

Nice Threads 0.1.0 - Replacing Promise Workers

02 Aug 18:02
Compare
Choose a tag to compare

This release is a minimum viable refactor of Promise Workers.

See README for current state.