1. Changelog
1. (registry-and-cli) [2024-Nov-11]
Release of v2
1. React Hooks
Effect
- useAsyncEffect
Functional
- useDebounceCallback
- useDebounceValue
State
- useBoolean
- useCountdown
- useCounter
- useMockLoading
- useStep
- useToggle
Web Api
- useClickAnywhere
- useInnerSize
- useIsOnline
- useObserve
- useRequestFullScreen
- useShortcutKey
2. Functions
Arrays
- (-) search
Compare
- deepCompare
Functional
- tryCatch
- tryCatchAsync
Objects
- filterObj
- renameKeys
- renameKeysByCallback
- (-) renameKey
Web Api
- getLocalStorageItem
- setLocalStorageItem
2. (registry) [2024-May-12]
A new method
- Functional
- count
3. (registry) [2024-April-28]
More methods in the registry
- Functional
- callAfter
- callBefore
- nTimes
- once
- Objects
- omit
- pick
- rename
- sampleObj
4. (registry) [2024-April-27]
Some new methods added in the registry
- Array
- partition
- remove
- rotate
- zip
5. (registry-and-cli) [2024-April-13]
1. CLI v1.0.0
- Initialize project using init command
- add methods using add command
- Teardown project using teardown command
2. Registry v1.0.0
Added following new methods
- Array
- chunk
- compact
- insert
- sampleArr
- search
- shuffleArr
- unique
- Functional
- retry
- sleep
- timeout
- Gates
- and
- nand
- or
- nor
- Objects
- mapObj