Skip to content

v2.0.0

Compare
Choose a tag to compare
@ankurp ankurp released this 17 Dec 03:33
· 262 commits to master since this release

Change Log

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