All Versions
7
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v0.6.3 Changes

    ๐Ÿ”„ Changed

    • โž• Add publish and publishSTM functions.
  • v0.6.2 Changes

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change license to MIT.
  • v0.6.1 Changes

    ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ Make it compatible with newTBQueue getting Natural instead of Int.
  • v0.6.0 Changes

    ๐Ÿ”„ Changed

    • Overhaul entire API in a non-backwards-compatible way.
    • Separate read/write from write-only mailbox types.
    • ๐Ÿ‘Œ Improve documentation.
  • v0.5.0 Changes

    โž• Added

    • Inbox type is now comparable for equality.
    • ๐Ÿ“š Haddock documentation for all functions, types and classes.
    • ๐Ÿ”ฆ Expose SupervisorMessage type alias.
    • ๐Ÿ”ฆ Expose Publisher type alias.

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change Mailbox typeclass.
    • Simplify PubSub module.
    • Replace network features with a single conduit.
    • Multiple API changes.

    โœ‚ Removed

    • โœ‚ Remove dispatcher functions.
  • v0.4.1 Changes

    ๐Ÿ”„ Changed

    • โœ… Specify different dependencies for test and library.

    โœ‚ Removed

    • โœ‚ Remove Cabal file from repository.
  • v0.4.0 Changes

    โž• Added

    • ๐Ÿ”„ Changelog and semantic versions.
    • Raw TCP actors.
    • ๐Ÿ“ฆ Move to package.yaml and hpack.
    • Type-safe asynchronous messages.
    • Supervisors for MonadUnliftIO actions.
    • โœ… Test suite.
    • PubSub actor.
    • ๐Ÿ‘Œ Support for bounded PubSub subscribers.