All Versions
14
Latest Version
Avg Release Cycle
11 days
Latest Release
3017 days ago

Changelog History
Page 1

  • v1.6.0 Changes

    January 16, 2016

    ๐Ÿš€ This release is source compatible with the previous release, but not binary compatible.

    โž• Added

    • unionBecome to change behavior when the actor is of a union type
    • ๐Ÿ— apply on union receive builders can be inferred

    ๐Ÿ›  Fixed

    • ๐Ÿ‘€ Provers for union type membership were unnecessarily left-biased, see #8
  • v1.6.0-a24

    January 16, 2016
  • v1.5.1 Changes

    November 05, 2015

    โž• Added

    • only method to union typed actors to gain a view into a specific subcase of the union
  • v1.5.1-a24

    November 05, 2015
  • v1.5.0 Changes

    November 04, 2015

    ๐Ÿš€ This release is source compatible with the previous release, but not binary compatible.

    ๐Ÿ›  Fixed

    • the dependeny on akka-actor is set to the provided scope again

    ๐Ÿ”„ Changed

    • TypedActor.Of no longer requires an implicit classTag to be available.

    โž• Added

    • ๐Ÿ‘ Phantom Union types for Typed Actors to support mulitple unrelated messages
  • v1.5.0-a24

    November 04, 2015
  • v1.4.0 Changes

    October 17, 2015

    ๐Ÿš€ This release is source compatible with the previous release, but not binary compatible.

    โž• Added

    • ๐Ÿ†• New modules for Akka 2.4

    ๐Ÿ”„ Changed

    • TypedActor can now be extended directly and used as a trait
  • v1.4.0-a24

    October 17, 2015
  • v1.3.1 Changes

    October 01, 2015

    ๐Ÿ›  Fixed

    • Lubbing on forward could lead to unchecked messages being send
  • v1.3.0 Changes

    October 01, 2015

    โž• Added

    • TypedActor.apply to quickly create an actor from a total function
    • ๐Ÿ‘ Ask support for typed actors