Skip to content

Tags: danielrbradley/collection-fns

Tags

v1.8.0

Toggle v1.8.0's commit message
feat(arrays): add pairwise

Add new pairwise function and tests.

v1.7.0

Toggle v1.7.0's commit message
feat(sets): Add `every` function

Add function to check if every item in the collection satisfies the given criteria.

v1.6.0

Toggle v1.6.0's commit message
feat(arrays): Support ReadonlyArray for sources

Allow any input to Array functions to be of type ReadonlyArray as we don't ever modify the source
collection. Also add JSDoc examples so it's clear that you can still use normal arrays as inputs.

v1.5.1

Toggle v1.5.1's commit message
fix(init): Fix when an increment goes beyond the 'to'

When the increment goes beyond to 'to' value, stop at the element before.

v1.5.0

Toggle v1.5.0's commit message
feat(arrays): Add distinct function

Add non-by version of distinct for arrays of comparable types.

fix #6

v1.4.0

Toggle v1.4.0's commit message
feat(arrays): Add index to callbacks

Add index argument to iterable callbacks.

re #11

v1.3.0

Toggle v1.3.0's commit message
docs(TypeDoc): Count & length

Add documentation for count and length functions.

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #10 from danielrbradley/pipe-overloads

Pipe overloads

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7 from danielrbradley/next-features

Sort descending & reversal

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from danielrbradley/next-modules

Add next modules