Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

v1.1.0

Compare
Choose a tag to compare
@luvies luvies released this 25 Feb 13:14
· 79 commits to master since this release
3719f70
  • Added various overloads for aggregate functions
    • The following methods now have boolean predicate overloads
      • any
        • This already have a predicate argument, but it's now an overload
      • count
      • first
      • firstOrDefault
      • last
      • lastOrDefault
    • The following methods now have mapping function overloads
      • average
      • max
      • min
      • sum
  • Internal adjustments
  • Docs update

deno - https://deno.land/x/lazy@1.1.0/mod.ts
node - https://www.npmjs.com/package/@luvies/lazy/v/1.1.0