Skip to content

Releases: adamburgess/linq

3.0.0

27 Nov 13:55
Compare
Choose a tag to compare

Remove CJS build. ESM only.

2.0.2

23 Oct 02:41
Compare
Choose a tag to compare

Add 'types' field inside package.json exports for typescript

2.0.1

24 Sep 21:49
Compare
Choose a tag to compare

Fix small typo on max/min documentation. No code changes.

2.0.0

12 Sep 15:42
Compare
Choose a tag to compare

Map and Where now include the index as the second parameter. As the signature is changing, this is a breaking change. See https://jakearchibald.com/2021/function-callback-risks/ for details.

1.2.0

06 Jun 13:57
Compare
Choose a tag to compare

Update documentation - some examples were incorrect.
They are now tested!

Exported and documented ICompare.
Renamed BaseOrderedSequence to WithOrderedMethods and exported.
Exported WithKey.

1.1.4

08 May 08:55
Compare
Choose a tag to compare

Miscellaneous readme updates.

1.1.2

04 May 19:32
Compare
Choose a tag to compare

Remove the "engines" from package.json.

1.1.1

04 May 19:31
Compare
Choose a tag to compare

Mark module as side effects free.

1.1.0

04 May 13:41
Compare
Choose a tag to compare

Add CommonJS module support.

1.0.0

28 Apr 02:33
Compare
Choose a tag to compare

Initial release.

Added:

  • sequence.any() with no predicate returns true if sequence has any elements