Releases: Maggi64/moderndash
moderndash@3.12.0
Minor Changes
-
difference
| Deprecate function in favor of the nativeSet.prototype.intersection()
function. (d42a973793dbb4b50b806c1b0da939cbd1db4f48
) -
intersection
| Deprecate function in favour of the nativeSet.prototype.intersection()
function. (6d6127c8e2559fa60c520716d56afd88246937d3
)
moderndash@3.11.1
Patch Changes
isUrl
| Deprecated | UseURL.canParse
instead (5c10c02919acc08c667f4238845cca7e6560362f
)
moderndash@3.11.0
Minor Changes
-
Object Functions | Relax input types to allow interfaces (
bc9aeec716edd3a717b001f2e475bd7664e45cbd
) -
groupBy
| Deprecated | UseObject.groupBy
as a native replacement (39cec87b7270e7d8faf2a32a1809de5de82eafe6
)
moderndash@3.10.0
Minor Changes
- Add
truncate
function (#156)
moderndash@3.9.2
Patch Changes
-
Case Functions | Add early return for empty strings + More tests (
b9e93c17920926d0fb4dad908906b20c86a9e921
) -
camelCase
| Improve performance by ~5% with a standard for loop (71ae6b9c9b5eefbe844661c8828d3344db0027b9
)
moderndash@3.9.1
Patch Changes
- Fix
capitalize
implementation, lowercasing all remaining letters (#151)
moderndash@3.9.0
Minor Changes
-
throttle
| Throttled function always returns the result of the lastfunc
invocation (dc589e412b6bf93baea062f20c6f288dcf5bd913
) -
Update DevDependencies (
5cb9e9142dee96af2f08b6f1cecb113b8bbe18a6
) -
Tests | Add NodeJS 21 to version matrix (
d7b485efcb1a18aa25b958f617b0f0ec948e1532
)
moderndash@3.8.0
Minor Changes
- debounce | Add pending() functionality (
4856d62
)
moderndash@3.7.3
moderndash@3.7.2
Patch Changes
randomFloat
| fix result imprecision (6894d24
)