Skip to content

Releases: andreashuber69/kiss-worker

v3.1.0-alpha.0

31 May 15:57
Compare
Choose a tag to compare

v3.0.1

17 May 12:11
Compare
Choose a tag to compare
  • Throw when client code calls Worker.postMessage (ObjectWorker only)
  • Minor doc corrections and clarifications

Full Changelog: v3.0.0...v3.0.1

v3.0.0

09 May 19:10
Compare
Choose a tag to compare
  • Eliminate the need to pass method names to the ObjectInfo constructor
  • Various minor docs additions and clarifications

Full Changelog: v2.0.0...v3.0.0

v3.0.0-beta.0

08 May 21:36
Compare
Choose a tag to compare

v2.0.0-alpha.1

05 May 12:32
Compare
Choose a tag to compare

v2.0.0

05 May 15:09
Compare
Choose a tag to compare
  • Rename implementWorker to implementFunctionWorker, implementWorkerExternal to implementFunctionWorkerExternal and serve to serveFunction
  • implementFunctionWorker and implementFunctionWorkerExternal now return factory functions instead of constructor functions
  • implementFunctionWorkerExternal now requires a second parameter of type FunctionInfo<T>
  • Add implementObjectWorker, implementObjectWorkerExternal, serveObject, ObjectInfo<T> and supporting types

Full Changelog: v1.0.0...v2.0.0

v2.0.0-alpha.0

03 May 21:21
Compare
Choose a tag to compare

v1.0.0-beta.1

21 Apr 12:59
Compare
Choose a tag to compare

v1.0.0-beta.0

21 Apr 08:52
Compare
Choose a tag to compare

v1.0.0

21 Apr 15:55
Compare
Choose a tag to compare

Full Changelog: v1.0.0-beta.1...v1.0.0