Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 904 Bytes

CHANGELOG.md

File metadata and controls

50 lines (30 loc) · 904 Bytes

3.0.0

Remove CJS build. ESM only.

2.0.2

Add 'types' field inside package.json exports

2.0.1

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

2.0.0

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

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

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

1.1.3/1.1.4

Miscellaneous readme updates.

1.1.2

Remove the "engines" from package.json.

1.1.1

Mark module as side effects free.

1.1.0

Add CommonJS module support.

1.0.0

Initial release.

Added:

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

0.0.3

Released on NPM.