Skip to content

v0.4.0

Compare
Choose a tag to compare
@shine1594 shine1594 released this 28 Dec 12:08
· 201 commits to main since this release
  • feat: add keys, values and entries functions (#119) c31aa30
  • feat: add average function (#118) b265bd3
  • feat: add sortBy function (#117) 742b573
  • feat: add compress function (#116) bbf70e4
  • feat: add concurrent function to slice d6bba0a
  • feat: add slice function 0983a83
  • feat: add scan function ce3eea7
  • test: add test about type of the evolve function 7b09974
  • feat: add implementaion of the function 75c747d
  • Merge pull request #109 from marpple/feature/intersection b030c3f
  • Merge pull request #108 from marpple/feature/intersectionBy f826a1f
  • fix: export file form index 25d95b4
  • fix: export file from index c671088
  • fix: separate the type into a separate file 859f45e
  • feat: implement the function 9bf8b0e
  • Merge pull request #112 from marpple/fix/reverse 3ab9b04
  • feat: handle reverse function concurrcency 71993ee
  • fix: change evaluation method to lazy evaluation 13953c9
  • Merge pull request #111 from marpple/feature/sum 33f838d
  • fix: handle sum type error 3bb3ea4
  • feat: add sum function 2d96d51
  • feat: add size function 356d5d4
  • feat: add intersection function 4f7432a
  • feat: add intersectionBy function 4f8cff8
  • feat: add add function 7ae41be
  • feat: add isNumber function 8433c61
  • Merge pull request #103 from marpple/feature/reverse 2738b9a
  • Merge pull request #102 from marpple/feature/max-min fa43a3e
  • Merge pull request #101 from marpple/feature/differenceBy 68e0077
  • fix: remove verbose line 0f9062e
  • fix: when min/max iterable is empty using Infinity 11dcab2
  • feat: add reverse function b276443
  • feat: add min function 07375f1
  • feat: add max function 85d1c69
  • fix: apply differenceBy uniq 1f60773
  • Merge pull request #99 from marpple/feature/repeat a75bc7c
  • Merge pull request #98 from marpple/feature/diffence f1b56dd
  • Merge pull request #96 from marpple/feature/differenceBy 3bb550c
  • feat: add repeat function 3689279
  • feat: add difference function 5d193ca
  • Merge pull request #97 from timgates42/bugfix_typo_inferred 31226c6
  • feat: add differenceBy function d007186
  • feat: add cycle function 1d87ad5
  • fix: format code style with prettier 11fdd43
  • fix: change wrong pattern for test 0934152
  • feat: add isEmpty function 0cbd025
  • fix: fix typo in apply function description f7e66d8
  • feat: implement 'apply' function 2b9e0c8
  • feat: add consume function 70ee715
  • feat: add noop function 0f4bfa1
  • feat: fix Awaited type as changed in typescript 4.5.3 e8c1fa8

v0.3.2...v0.4.0