Skip to content

Releases: marpple/FxTS

v0.23.0

21 Oct 01:31
Compare
Choose a tag to compare

What's Changed

  • feat: change reduce behavior, when empty iterable by @ppeeou in #236

When reduce receives two arguments, an error occurs if it is an empty iterable.

Full Changelog: v0.22.0...v0.23.0

v0.22.0

15 Oct 12:20
Compare
Choose a tag to compare

What's Changed

  • feat: isEmpty should also work for Map and Set by @DaSchTour in #237

New Contributors

Full Changelog: v0.21.0...v0.22.0

v0.21.0

26 Sep 05:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.21.0

v0.20.0

11 Sep 08:16
Compare
Choose a tag to compare

What's Changed

  • fix: join when parameter is number by @ppeeou in #227

Full Changelog: v0.19.0...v0.20.0

v0.19.0

20 Aug 01:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.0...v0.19.0

v0.18.0

15 Jul 11:03
Compare
Choose a tag to compare

What's Changed

  • docs: rewriting negate function comment by @industriously in #213
  • Update deps by @shine1594 in #216
  • fix: fix the incorrect return type of the pipe function by @shine1594 in #217
  • feat: unless, throwError by @industriously in #219

Full Changelog: v0.16.0...v0.18.0

v0.17.0

29 Jun 11:50
Compare
Choose a tag to compare

What's Changed

  • docs: rewriting negate function comment by @industriously in #213
  • Update deps by @shine1594 in #216
  • fix: fix the incorrect return type of the pipe function by @shine1594 in #217

Full Changelog: v0.16.0...v0.17.0

v0.16.0

16 Jun 07:33
Compare
Choose a tag to compare

What's Changed

  • refactor: change isEmpty logic by @industriously in #208
  • refactor: remove any type in isUndefined. by @industriously in #207
  • feat: add new util function by @industriously in #210
  • refactor: enhance typeguard function type by @industriously in #211

New Contributors

  • @industriously made their first contribution in #208

Full Changelog: v0.15.1...v0.16.0

v0.15.1

16 May 05:43
Compare
Choose a tag to compare

What's Changed

  • Fix: length must not be undefined by @odoldotol in #203
  • fix: modify to use WeakMap properly in cache of memoize by @shine1594 in #198
  • fix: improve type inference for groupBy and indexBy functions by @shine1594 in #205

New Contributors

Full Changelog: v0.15.0...v0.15.1

v0.15.0

09 May 05:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.15.0