1. Changelog

1. (registry) [2024-May-12]

A new method

  • Functional
    • count

2. (registry) [2024-April-28]

More methods in the registry

  • Functional
    • callAfter
    • callBefore
    • nTimes
    • once
  • Objects
    • omit
    • pick
    • rename
    • sampleObj

3. (registry) [2024-April-27]

Some new methods added in the registry

  • Array
    • partition
    • remove
    • rotate
    • zip

4. (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