Skip to content

Releases: Marviel/lab-ts-utils

v6.2.0

10 Nov 14:49
05ad1d8
Compare
Choose a tag to compare

6.2.0 (2023-11-10)

Features

v6.1.1

10 Nov 14:32
6b0a563
Compare
Choose a tag to compare

6.1.1 (2023-11-10)

Bug Fixes

  • fix tryuntilasync: fixes tryUntilAsync issue where scalar was skipping correct behavior (6b0a563)

v6.1.0

28 Sep 14:11
5750ea6
Compare
Choose a tag to compare

6.1.0 (2023-09-28)

Features

  • tryuntilasync, expbackoffasync, expbackoffcalculator: improvements to tryUntil (5750ea6)

v6.0.1

28 Sep 12:35
cbb9814
Compare
Choose a tag to compare

6.0.1 (2023-09-28)

Bug Fixes

  • package.json: fix accidental devDependency (cbb9814)

v6.0.0

28 Sep 12:29
30fea2e
Compare
Choose a tag to compare

6.0.0 (2023-09-28)

⚠ BREAKING CHANGES

  • tryuntil improvements: tryUntil callback functions were modified to receive a list of errors, rather than
    a single error.

Features

  • tryuntil improvements: tryUntil improved (30fea2e), closes #6

v5.0.1

23 Aug 17:49
cdfa7f9
Compare
Choose a tag to compare

5.0.1 (2023-08-23)

Bug Fixes

  • fix tryUntilAsync never-terminating behavior (cdfa7f9)

v5.0.0

22 Aug 13:59
90483d4
Compare
Choose a tag to compare

5.0.0 (2023-08-22)

⚠ BREAKING CHANGES

  • bump

Features

v4.0.0

22 Aug 13:58
76c9d90
Compare
Choose a tag to compare

4.0.0 (2023-08-22)

⚠ BREAKING CHANGES

  • tryUntilAsync arguments are nw a single object.
  • trimLines will no longer completely remove empty lines, but rather will make
    whitespace match indentation if it exists.

Features

  • tryUntilAsync updates (867d1e3)
  • version bump, tryUntil improvements, trimLines improvements (90e65de)

v3.3.1

25 Jul 16:03
6fb0c38
Compare
Choose a tag to compare

3.3.1 (2023-07-25)

Bug Fixes

  • fixing commenting in trimlines: fixing commenting in trimLines (6fb0c38)

v3.3.0

25 Jul 15:53
2638b3c
Compare
Choose a tag to compare

3.3.0 (2023-07-25)

Features

  • improve docs: improve docs badges (2638b3c)