Skip to content

Releases: kutyel/linq.ts

v1.15.0

16 May 08:56
Compare
Choose a tag to compare

1.15.0 (2023-05-16)

Features

  • list: Make List iterable and spreadable using generator (#184) (86e7747)

v1.14.4

12 Jan 12:13
f8b9364
Compare
Choose a tag to compare

1.14.4 (2021-01-12)

Bug Fixes

  • set module to CommonJS for ts projects (#176) (f8b9364)

v1.14.3

19 Aug 12:57
c37100c
Compare
Choose a tag to compare

1.14.3 (2020-08-19)

Bug Fixes

  • list: Improve Join and GroupJoin typings (#173) (c37100c)

v1.14.2

05 Jun 14:51
74d316b
Compare
Choose a tag to compare

1.14.2 (2020-06-05)

Bug Fixes

  • package.json: fix main entry to point at the correct file (74d316b)

v1.14.1

05 Jun 14:45
Compare
Choose a tag to compare

1.14.1 (2020-06-05)

Bug Fixes

  • package.json: point types to the correct place (db26ff5), closes #172

v1.14.0

01 Jun 12:22
Compare
Choose a tag to compare

Fix ElementAtOrDefault to return undefined instead of error when index is out of range

Added new methods

  • Append
    • Appends an object to the end of the List.
  • Prepend
    • Add an object to the start of the List.
  • SkipLast
    • Omit the last specified number of elements in a sequence and then returns the remaining elements.
  • TakeLast
    • Returns a specified number of contiguous elements from the end of a sequence.

Release v1.12.6

02 Aug 12:46
Compare
Choose a tag to compare

Fix some issues using LinQ from Node.js! 🚀

Release v1.12.2

05 Nov 10:23
Compare
Choose a tag to compare

Fixed small bug with Distinct() function! 🚀

Release v1.12.1

30 Oct 09:52
Compare
Choose a tag to compare

GroupBy type definitions fixed! 🎉

v1.12.0

07 Jul 08:21
222b9f1
Compare
Choose a tag to compare

1.12.0 (2018-07-07)

Features