typed-actors v1.6.0 Release Notes
Release Date: 2016-01-16 // about 9 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