Skip to content

Releases: fullstacksjs/toolbox

v4.13.1

13 Apr 22:34
34b8b20
Compare
Choose a tag to compare

4.13.1 (2024-04-13)

Bug Fixes

  • fix esm import extensions (34b8b20)

v4.13.0

05 Mar 18:33
Compare
Choose a tag to compare

4.13.0 (2024-03-05)

Features

v4.12.0

05 Mar 08:29
Compare
Choose a tag to compare

4.12.0 (2024-03-05)

Features

  • implement isEmptyObject guard (15a0503)

v4.11.0

01 Feb 20:11
Compare
Choose a tag to compare

4.11.0 (2024-02-01)

Features

  • add support for nullish inputs (c1c17bb)

v4.10.0

25 Jan 00:44
Compare
Choose a tag to compare

4.10.0 (2024-01-25)

Features

  • add date type for getTypeOf (81c04fd)
  • implement clone function (e47c2b3)

v4.9.0

19 Jan 11:01
Compare
Choose a tag to compare

4.9.0 (2024-01-19)

Bug Fixes

  • add strong check for isObject guard (56d42da)

Features

v4.8.0

11 Jan 13:05
1eb8552
Compare
Choose a tag to compare

4.8.0 (2024-01-11)

Features

v4.7.0

30 Oct 11:08
0c6a933
Compare
Choose a tag to compare

4.7.0 (2023-10-30)

Features

  • boolean: add randomBool. Docs - (PR: #55 | Commit: 0c6a933)
    Generate a random boolean. (true or false)

    function randomBool(): boolean {}

New contributors

@AmirHosseinKarimi

v4.6.1

28 Oct 13:29
5d7372d
Compare
Choose a tag to compare

4.6.1 (2023-10-28)

Bug Fixes

v4.6.0

05 Sep 19:32
2519a97
Compare
Choose a tag to compare

4.6.0 (2023-09-05)

Features

  • types: add UnwrapPromise type (2519a97)