Skip to content

Changelog

v0.1.0

Add functions isSubset, wait, shuffle and shuffleInPlace.

v0.0.7

Fix the debounce function where the original function is not immediately executed again when the debounced function is repeatedly invoked while options.immediate is true.

v0.0.6

Add functions isEmpty, isEmail, clamp, mapFields.