v2.0.0
Change Log
- Chaining has been refactored and renamed to
Chain
from$
along with using generics instead of forcing typecast at the end of the chained operation - Chains terminate for certain operation such as first, all, any, etc. and lazily evaluates at the end when
.value
property is accessed. - Dollar class is renamed to
$
and the typealias for$
is removed.