Releases: OliMe/cq-ch
Releases · OliMe/cq-ch
2.0.0-alpha.6
Patch:
- Corrected type inference.
2.0.0-alpha.5
- Added timestamp field to message interface.
2.0.0-alpha.4
- Added EventTarget polyfill, to fix TypeError in Safari 13.
2.0.0-alpha.3
- Added the ability to specify types for additional message properties in the message creator.
- The Channel class has been added to be able to extend it in the application and create external interfaces on it.
2.0.0-alpha.2
- Add ability to take multiple message types by toolkit channel take
- Add take function in main lib to process commands and queries together
- Add ability to pass timeout in toolkit send function
2.0.0-alpha.1
- Add exported types Send and Take
- Excluded extra files from the package
2.0.0-alpha
- Code rewritten on TypeScript
- Added toolkit to simplify usage of library in common cases
- Removed additional filtration in channel
Fix #28