Skip to content

Tags: neefrehman/remeda

Tags

v1.27.1

Toggle v1.27.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(values): Update types to be more permissive (remeda#387)

* fix(values): Update types to be more permissive

* Update to better types

* Add tests

* Add more tests

* Fix typo

* chore: fix eslint

---------

Co-authored-by: Dominik Dorfmeister <[email protected]>

v1.27.0

Toggle v1.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(hasAtLeast): narrow non-empty arrays by length (remeda#382)

* everything

* type-fest is esm

* dont export type

* handle simple numbers

v1.26.0

Toggle v1.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(types): isEmpty accept undefined for strings (remeda#377)

* allow undefined

* more testing

v1.25.2

Toggle v1.25.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(docs): remove gh-pages docs deployment (remeda#365)

* do it

* heh

v1.25.1

Toggle v1.25.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(mapValues): support numerical index keys (remeda#358)

* add type tests for mapValues keys

* improve mapValues types

* Update src/_types.ts

Co-authored-by: Eran Hirsch <[email protected]>

* add mapValues key tests

* update mapValues key tests

* remove extra import

---------

Co-authored-by: Eran Hirsch <[email protected]>

v1.25.0

Toggle v1.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(prop): make prop name type optional (remeda#361)

v1.24.1

Toggle v1.24.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(dropLast): Handle non-positive lengths (remeda#352)

* improve tests for drop/dropLast

* fix unexpected `dropLast` behavior with negative `n` and NaN

v1.24.0

Toggle v1.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: invert function (remeda#322)

* Add invert function

* Update the documentation

Split the data-first and data-last signatures apart, and put the example
in the correct places.

* Refine the invert types

* Refine the types based on PR feedback

* Incorporate @eranhirsch's feedback

v1.23.0

Toggle v1.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: length (remeda#333)

v1.22.1

Toggle v1.22.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(prop): strict key names (remeda#340)

* fix

* better

* remove test