Releases: andreashuber69/kiss-worker
Releases · andreashuber69/kiss-worker
v3.1.1-beta.0
Full Changelog: v3.1.0...v3.1.1-beta.0
v3.1.1
Full Changelog: v3.1.0...v3.1.1
v3.1.0
- Add node support
Full Changelog: v3.0.1...v3.1.0
v3.1.0-alpha.0
Full Changelog: v3.0.1...v3.1.0-alpha.0
v3.0.1
- 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
- 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
Full Changelog: v2.0.0...v3.0.0-beta.0
v2.0.0-alpha.1
Full Changelog: v2.0.0-alpha.0...v2.0.0-alpha.1
v2.0.0
- Rename
implementWorker
toimplementFunctionWorker
,implementWorkerExternal
toimplementFunctionWorkerExternal
andserve
toserveFunction
implementFunctionWorker
andimplementFunctionWorkerExternal
now return factory functions instead of constructor functionsimplementFunctionWorkerExternal
now requires a second parameter of typeFunctionInfo<T>
- Add
implementObjectWorker
,implementObjectWorkerExternal
,serveObject
,ObjectInfo<T>
and supporting types
Full Changelog: v1.0.0...v2.0.0
v2.0.0-alpha.0
Full Changelog: v1.0.0...v2.0.0-alpha.0