Skip to content

Tags: ptrcortes/radash

Tags

v10.7.0

Toggle v10.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add set and construct to object module (sodiray#236)

v10.6.0

Toggle v10.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
allow for custom default value in series prev/next functions (sodiray…

…#230)

* allow for default value in series prev/next

* bump version -> 10.6.0

v10.5.0

Toggle v10.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add crush function to object module (sodiray#228)

v10.4.0

Toggle v10.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add keys function to object module (sodiray#226)

* add keys function to object module

v10.3.2

Toggle v10.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
improve performance by not using spread operator sodiray#205 (sodiray…

…#205)

Co-authored-by: Damian Lesiuk <[email protected]>

v10.3.1

Toggle v10.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix counting performance (sodiray#204)

v10.3.0

Toggle v10.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add index param to select (sodiray#198)

* add index param to select

v10.2.0

Toggle v10.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove default ttl from memo (sodiray#195)

* remove default ttl from memo

v10.1.0

Toggle v10.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/debounce with cancel and flush (sodiray#118)

* test(curry - debounce): handle with cancel

* test(curry - debounce): handle with flush method and side effects

* feat(curry - debounce): inplements *.cancel and *.flush

* test(curry - debounce): show case if cancel past invocations

* refactor(curry - debounce): improves typing of timer

* docs(curry - debounce): talk about cancel and flush methods

Co-authored-by: marlon Felipe Passos <[email protected]>

v10.0.0

Toggle v10.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix return type on group function (sodiray#145)

* fix type on group function