Skip to content

Releases: TomokiMiyauci/isx

1.5.0

02 Jul 14:33
Compare
Choose a tag to compare

1.5.0 (2023-07-02)

Bug Fixes

  • is_object: check a function as object (44e56bc)

Features

  • object/is_iterable: add checking iterable subtype of object (1e5b4ca)
  • object: add strict type version of isAsyncIterable (1a5155b)

1.5.0-beta.1

02 Jul 14:13
Compare
Choose a tag to compare
1.5.0-beta.1 Pre-release
Pre-release

1.5.0-beta.1 (2023-07-02)

Bug Fixes

  • is_object: check a function as object (44e56bc)

Features

  • object/is_iterable: add checking iterable subtype of object (1e5b4ca)
  • object: add strict type version of isAsyncIterable (1a5155b)

1.4.0

31 May 14:43
Compare
Choose a tag to compare

1.4.0 (2023-05-31)

Features

  • number: add positive integer validation function (fa38d96)
  • number: mark as duplicated (a774643)
  • numeric: add numeric validators (51999df)

1.4.0-beta.1

31 May 13:09
Compare
Choose a tag to compare
1.4.0-beta.1 Pre-release
Pre-release

1.4.0-beta.1 (2023-05-31)

Features

  • number: add positive integer validation function (fa38d96)
  • number: mark as duplicated (a774643)
  • numeric: add numeric validators (51999df)

1.3.1

20 Apr 17:01
Compare
Choose a tag to compare

1.3.1 (2023-04-20)

Bug Fixes

  • number: change condition of non-negative number (a4c89e9)
  • number: change condition of non-negative number (d4b5b0c)
  • number: change the condition of positive number (bca5b23)
  • number: change the condition of positive number (e2d7ff6)

1.3.1-beta.1

20 Apr 16:57
Compare
Choose a tag to compare
1.3.1-beta.1 Pre-release
Pre-release

1.3.1-beta.1 (2023-04-20)

Bug Fixes

  • number: change condition of non-negative number (a4c89e9)
  • number: change condition of non-negative number (d4b5b0c)
  • number: change the condition of positive number (bca5b23)
  • number: change the condition of positive number (e2d7ff6)

1.3.0

13 Apr 17:06
Compare
Choose a tag to compare

1.3.0 (2023-04-13)

Features

  • is_non_nullable: add isNonNullable function (d31fdc1)
  • number: add isUnitInterval function (dabacd8)

1.3.0-beta.1

13 Apr 17:01
Compare
Choose a tag to compare
1.3.0-beta.1 Pre-release
Pre-release

1.3.0-beta.1 (2023-04-13)

Features

  • is_non_nullable: add isNonNullable function (d31fdc1)
  • number: add isUnitInterval function (dabacd8)

1.2.0

11 Apr 08:18
Compare
Choose a tag to compare

1.2.0 (2023-04-11)

Features

  • is_array: add isArray function (5f3f847)

Performance Improvements

  • iterable: stop spread operator (8c5f2f6)

1.2.0-beta.1

11 Apr 08:06
Compare
Choose a tag to compare
1.2.0-beta.1 Pre-release
Pre-release

1.2.0-beta.1 (2023-04-11)

Features

  • is_array: add isArray function (5f3f847)

Performance Improvements

  • iterable: stop spread operator (8c5f2f6)