Skip to content

Releases: jrTilak/lazykit

v2

11 Nov 15:25
c3cf6b9
Compare
Choose a tag to compare

What's Changed

  • Support of react hooks
  • 37 Utility Functions, 15 React Hooks

Full Changelog: https://lazykit.jrtilak.dev/docs/changelog

v1.0.4-cli

15 May 02:10
bdcd6a9
Compare
Choose a tag to compare

What's Changed

  • fix: fix bug 79 - printing of version twice after project init by @mxthxngx in #80
  • Release/1.0.4 by @jrTilak in #81

New Contributors

v1.0.3-registry

12 May 07:40
00e47d8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2-registry...v1.0.3-registry

v1.0.2

28 Apr 01:55
5d73937
Compare
Choose a tag to compare

More methods

Funtional

callAfter
: Returns a new function that can be called only after calling a specific number of times.

callBefore
: Returns a new function that can be called only for specific number of times.

nTimes
: Calls a function n times and returns an array of the results.

once
: Returns a new function that can be called only once.

Objects

omit
: Returns a new object with the specified keys omitted.

pick
: Picks the specified keys from an object.

renameKey
: Renames a key in an object.

sampleObj
: Returns a sample object with the specified keys and values as random numbers.

registry

26 Apr 18:41
ac50ffc
Compare
Choose a tag to compare

What's Changed

Some more array methods:

partition
: Partitions an array into two arrays based on a given callback ie predicate.

remove
: Removes elements from an array at a specified index.

rotate
: Rotates the elements of an array by a given number of positions.

zip
: Zips arrays together in the form of an array of arrays.

Full Changelog: cli-www...registry

v1.0.0

19 Apr 18:43
e30a0f9
Compare
Choose a tag to compare

Initial Release

image