UNPKG

@pricingmonkey/tangi

Version:

Lightweight actor library for Web Workers inspired by Akka

50 lines (22 loc) 1.54 kB
# [2.3.0](https://github.com/pricingmonkey/tangi/compare/v2.2.0...v2.3.0) (2021-06-28) ### Bug Fixes * add missing UNSAFE_REPLY in a top level export ([aeaac94](https://github.com/pricingmonkey/tangi/commit/aeaac948da1b4173d40bddf457ecbd12634969d4)) ### Features * disable timeout if time is undefined ([c011455](https://github.com/pricingmonkey/tangi/commit/c011455c8bb2e00e34e3f94091a525a9bb58f6ec)) <a name="2.2.0"></a> ## [2.2.0](https://github.com/pricingmonkey/tangi/compare/v2.1.0...v2.2.0) (2021-06-25) ### Features * deprecate response[REPLY] in favour of returning from onReceiveMessage callback ([12b8a13](https://github.com/pricingmonkey/tangi/commit/12b8a13e26afb838a4253cb9ece7c908c41f31d0)) * tighten typing ([cb443db](https://github.com/pricingmonkey/tangi/commit/cb443dbe76ed81ecbf406c7a809aa9353805e6ae)) <a name="2.1.0"></a> ## [2.1.0](https://github.com/pricingmonkey/tangi/compare/v2.0.1...v2.1.0) (2021-04-22) ### Features * add support for timeouts in ask ([14d961b](https://github.com/pricingmonkey/tangi/commit/14d961bfcefeca2d83ab5b47c6cab1aa5a06b65a)) <a name="2.0.1"></a> ## [2.0.1](https://github.com/pricingmonkey/tangi/compare/v2.0.0...v2.0.1) (2021-04-22) ### Other * **chore**: add ActorContext type <a name="2.0.0"></a> ## [2.0.0](https://github.com/pricingmonkey/tangi/compare/v1.0.1...v2.0.0) (2021-04-22) ### API changes: * **CancellationOperator#register:** 67dabf0 See (README.md#https://github.com/pricingmonkey/tangi/blob/67dabf0/README.md#cancellation-single-message)