typed-actors v1.2.0 Release Notes

Release Date: 2015-09-19 // over 8 years ago
  • โž• Added

    • typed Props gets all the pretty methods
    • Total wrapper for usage with typedBecome or typedReceive
    • Untyped wrapper for defining a typedReceive that can accept messages outside of the required type
    • PropsFor constructors that can infer the message type from the given TypedActor
    • ๐Ÿ‘ PropsOf constructors that are type curried and can better infer the message type
    • untyped and typed converters on typed and untyped actors, resp.
    • ๐Ÿ“š lots of documentation

    ๐Ÿ”„ Changed

    • ๐Ÿ—„ Rename receiveMsg to typedBecome and deprecate the former

    โœ‚ Removed

    • typedBecomeFull in favor of typedBecome and Total
    • Requirement of TypedActor to be a case class

    ๐Ÿ›  Fixed

    • Sending a wrong message type the the untyped cast of an typed actor now results in an unhandled message instead of an error