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

Releases: luvies/lazy

v1.7.3

24 Jun 14:17
65b9f16
Compare
Choose a tag to compare

Fixed const usage for Deno.

v1.7.2

17 Jan 18:02
110445e
Compare
Choose a tag to compare

Minor fixes

v1.7.1

15 Apr 19:30
c5c9f59
Compare
Choose a tag to compare

Includes cumulative updates. Small changes due to typescript updates and test runner updates (now using Deno v0.40.0).

v1.7.0

09 May 22:03
eed0b9d
Compare
Choose a tag to compare
  • Added batchIn method
  • Added cache method

v1.6.0

19 Mar 01:21
97e6aa3
Compare
Choose a tag to compare
  • Added orderNumericallyBy and orderNumericallyByDecending as alternate order by functions that sort by numeric value instead of lexically (which is the default in both JS and this module)

v1.5.0

16 Mar 17:42
c7f8bac
Compare
Choose a tag to compare

Reworked all of the internals to now use dedicated iterator implementations instead of generator functions, since generator functions are much, much slower.

v1.4.1

12 Mar 20:00
87a5580
Compare
Choose a tag to compare
  • Made Lazy.from return the input if given an iterable that inherits Lazy

v1.4.0

05 Mar 19:56
9f1bb7a
Compare
Choose a tag to compare
  • Added overloads to the following function to allow alternate default types
    • elementAtOrDefault
    • firstOrDefault
    • lastOrDefault
    • singleOrDefault

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

v1.3.0

01 Mar 00:00
aafddf6
Compare
Choose a tag to compare

v1.2.0

27 Feb 22:13
183929c
Compare
Choose a tag to compare