Skip to content

Releases: marpple/FxTS

v0.6.1

25 Apr 10:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

13 Apr 05:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

12 Feb 06:42
Compare
Choose a tag to compare

What's Changed

  • feat: add fromEntries function by @Kuhave in #137
  • fix: fix return type in Curry type by @degurii in #140
  • feat: add dropRight function by @ppeeou in #135
  • fix: fix incorrect type inference of flat and flatMap functions by @shine1594 in #143

New Contributors

Full Changelog: v0.4.2...v0.5.0

v0.4.2

13 Jan 12:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

07 Jan 15:10
Compare
Choose a tag to compare

What's Changed

  • fix: change return type of isIterable by @jbl428 in #122
  • fix: support async tap when curried by @ppeeou in #124

Full Changelog: v0.4.0...v0.4.1

v0.4.0

28 Dec 12:08
Compare
Choose a tag to compare
  • 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

v0.3.2

08 Dec 11:40
Compare
Choose a tag to compare

Full Changelog: v0.3.1...v0.3.2

v0.3.1

08 Dec 11:21
Compare
Choose a tag to compare
  • fix: use default-exported function due to module resolution 048f491

v0.3.0...v0.3.1

v0.3.0

08 Dec 09:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.3.0

v0.2.3

03 Dec 04:47
Compare
Choose a tag to compare

What's Changed

What's Changed

Full Changelog: v0.2.2...v0.2.3