Skip to content

v0.1.2

Compare
Choose a tag to compare
@christoph-fricke christoph-fricke released this 09 Oct 20:07
· 76 commits to main since this release

Fixes

  • Simplified type definitions around the subscribe and unsubscribe events to avoid TypeScript problems when they are used. #5
    • They should still provide a complete type experience when used - just without errors.
  • Fixed type definitions of fromActor to make the utility function usable without TypeScript problems. #9

Internal

  • Added tests for most features. #6
    • The only missing feature is the broadcast strategy of the event bus, which uses a BroadcastChannel.
  • Updated badges in the documentation.