Skip to content

Tags: softwareventures/array

Tags

v8.0.1

Toggle v8.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
djcsdy Daniel Cassidy
fix: fix duplicate type declarations

v8.0.0

Toggle v8.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
djcsdy Daniel Cassidy
feat(node): drop support for node 18, 21, 23

BREAKING CHANGE: node versions 18, 21, 23 are no longer
supported.

v7.0.1

Toggle v7.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
djcsdy Daniel Cassidy
ci(github): deploy using node 24.x

v7.0.0

Toggle v7.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
djcsdy Daniel Cassidy
Merge branch 'alpha'

v7.0.0-alpha.1

Toggle v7.0.0-alpha.1's commit message

Verified

This commit was signed with the committer’s verified signature.
djcsdy Daniel Cassidy
feat(shuffle): delete deprecated function

BREAKING CHANGE: The deprecated function
`shuffle` has been deleted. This function was
always out of scope for this package because it
is non-deterministic and therefore not
functionally pure. If you need a similar
function, use the package "array-shuffle"
instead.

Fixes #45

v6.1.0

Toggle v6.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
djcsdy Daniel Cassidy
build(deps): update dependency semantic-release to v22

v5.4.0

Toggle v5.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
djcsdy Daniel Cassidy
feat(findLast): add findLast function

(cherry picked from commit f75f89e)

v4.7.0

Toggle v4.7.0's commit message

Verified

This commit was signed with the committer’s verified signature.
djcsdy Daniel Cassidy
feat(findLast): add findLast function

(cherry picked from commit f75f89e)

v3.11.0

Toggle v3.11.0's commit message

Verified

This commit was signed with the committer’s verified signature.
djcsdy Daniel Cassidy
test(first): test "first" instead of "head"

(cherry picked from commit 493e8d6)

v6.0.3

Toggle v6.0.3's commit message
refactor: comply with stricter TypeScript compile options