Remove CJS build. ESM only.
Add 'types' field inside package.json exports
Fix small typo on max/min documentation. No code changes.
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.
Update documentation - some examples were incorrect. They are now tested!
Exported and documented ICompare. Renamed BaseOrderedSequence to WithOrderedMethods and exported. Exported WithKey.
Miscellaneous readme updates.
Remove the "engines" from package.json.
Mark module as side effects free.
Add CommonJS module support.
Initial release.
Added:
sequence.any()
with no predicate returns true if sequence has any elements
Released on NPM.