Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 544 Bytes

CHANGELOG.md

File metadata and controls

34 lines (19 loc) · 544 Bytes

0.2.1

  • Bug fix: handle both type of MessageEvent, which depends on the code generated by dart2js

0.2.0

  • Introduce the usage of SharedWorker

0.1.5

  • Introduce a new isEvent flag for Respond.

0.1.4

  • Downgraded SDK version to support Flutter Web.

0.1.3

  • Make incoming a broadcast Stream.
  • Expose function to check for an active Stream.

0.1.2

  • Added TransformCompleter.
  • Request and Respond print out nicer.

0.1.1

  • Added messaging helper.

0.1.0

  • Initial version.
  • Lightly tested in real use case.