typed-actors v1.6.0 Release Notes

Release Date: 2016-01-16 // over 8 years ago
  • ๐Ÿš€ 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

Previous changes from v1.5.1

  • โž• Added

    • only method to union typed actors to gain a view into a specific subcase of the union