Skip to content

Releases: OliMe/cq-ch

2.0.0-alpha.6

25 Mar 05:20
Compare
Choose a tag to compare
2.0.0-alpha.6 Pre-release
Pre-release

Patch:

  • Corrected type inference.

2.0.0-alpha.5

18 Sep 08:39
Compare
Choose a tag to compare
2.0.0-alpha.5 Pre-release
Pre-release
  • Added timestamp field to message interface.

2.0.0-alpha.4

20 Jun 06:41
Compare
Choose a tag to compare
2.0.0-alpha.4 Pre-release
Pre-release
  • Added EventTarget polyfill, to fix TypeError in Safari 13.

2.0.0-alpha.3

16 Jan 10:58
Compare
Choose a tag to compare
2.0.0-alpha.3 Pre-release
Pre-release
  • 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

28 Dec 10:50
Compare
Choose a tag to compare
2.0.0-alpha.2 Pre-release
Pre-release
  • 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

23 Dec 11:18
Compare
Choose a tag to compare
2.0.0-alpha.1 Pre-release
Pre-release
  • Add exported types Send and Take
  • Excluded extra files from the package

2.0.0-alpha

22 Dec 05:41
Compare
Choose a tag to compare
2.0.0-alpha Pre-release
Pre-release
  • Code rewritten on TypeScript
  • Added toolkit to simplify usage of library in common cases
  • Removed additional filtration in channel

Fix #28

1.0.2

30 Oct 08:53
Compare
Choose a tag to compare

Fixes

Improvements

  • Improve build of package
  • Update babel
  • Clean configurations
  • Update dependencies in examples