Skip to content

Releases: Itee/validators

v5.3.9

07 Sep 14:16

Choose a tag to compare

5.3.9 (2025-09-07)

Bug Fixes

  • npm: apply npm audit fix (2356b3e)

v5.3.8

05 Sep 20:37

Choose a tag to compare

5.3.8 (2025-09-05)

Bug Fixes

  • gulpfile: fix some tests generation and regenerate them (f55d066)

v5.3.7

04 Sep 21:36

Choose a tag to compare

5.3.7 (2025-09-04)

Bug Fixes

  • audit: apply npm audit fix (51957e0)

v5.3.6

04 Sep 20:34

Choose a tag to compare

5.3.6 (2025-09-04)

Bug Fixes

  • configs: add missing rollup tests configs updates (30aff13)
  • file-system: add parameter check (54211a7)
  • gulpfile: fix compute-test-bench task (bffeaba)
  • gulpfile: fix compute-test-unit task (a2f36ae)
  • gulpfile: fix test building system (f9aeb4f)
  • gulpfile: fix wrong rollup call in compute-test-bundle-by-source-file-export task (27afd98)
  • gulpfile: remove help task from release pipeline (b4bfb71)
  • gulpfile: remove karma broken tasks due to deprecation (c2146e9)
  • isblockdevicepath: avoid throw on stat sync fail (9d4a94d)
  • ischaracterdevicepath: avoid throw on stat sync fail (61c831f)
  • isdirectorypath: avoid throw on stat sync fail (0d6576c)
  • isemptydirectory: avoid throw on stat sync fail (c32ae20)
  • isemptyfile: avoid throw null or wrong file path (abe5b70)
  • isfifopath: avoid throw on stat sync fail (ddc8d2f)
  • isfilepath: avoid throw on stat sync fail (24d2e4f)
  • issocketpath: avoid throw on stat sync fail (211aa80)
  • issymboliclinkpath: add parameter check (66c7ec0)
  • issymboliclinkpath: avoid throw on stat sync fail (a0e1e17)
  • istestunitgenerator: fix eslint error for test purpose (0e99747)
  • npmignore: fix file name (86579d1)
  • units: fix some source file methode parameters types to fix unit test generation (0fa0951)

v5.3.5

14 Feb 10:50

Choose a tag to compare

5.3.5 (2022-02-14)

Bug Fixes

  • package: update deps to latest version (4248576)

v5.3.4

08 Feb 00:02

Choose a tag to compare

5.3.4 (2022-02-08)

Bug Fixes

  • package: update deps to latest version (81c59d3)

v5.3.3

21 Jul 16:28

Choose a tag to compare

5.3.3 (2021-07-21)

Bug Fixes

  • readme: fix readme tags (0d8fc2e)

v5.3.2

07 Jul 22:23

Choose a tag to compare

5.3.2 (2021-07-07)

Bug Fixes

  • packagelock: apply npm audit fix (cc4a78b)

v5.3.1

07 Jul 15:22

Choose a tag to compare

5.3.1 (2021-07-07)

Bug Fixes

  • releaserc: fix missing dev maps (5e41b9d)

v5.3.0

05 Jul 10:02

Choose a tag to compare

5.3.0 (2021-07-05)

Bug Fixes

  • config: remove sourcemap generation for production env (b94d958)
  • doc: fix missing global declaration for expect method (efef6f6)
  • force: fix some typo and indentation (84ac6bf)
  • tests: fix unused dependency (348413f)

Features

  • dom: add isEventTarget function to initiat dom validators implementation (565a056)
  • isarray: add new isarray methods for boolean, functions and numbers (543af55)