Skip to content

Latest commit

 

History

History
225 lines (125 loc) · 12.2 KB

File metadata and controls

225 lines (125 loc) · 12.2 KB

v7.0.1 (2026-01-23)

🐛 Bug Fixes

  • 064c269 (package) apply package override to fix trust publishing

v7.0.0 (2026-01-23)

💥 Breaking Changes

  • d59c1d5 (package) change package name itee-validators to scoped version @itee/validators

v6.1.3 (2026-01-23)

v6.1.2 (2026-01-22)

v6.1.1 (2026-01-22)

v6.1.0 (2026-01-22)

✨ New Features

  • cec2ca8 (tasks) update default tasks to latest itee standards
  • 9a018d8 (tests) remove the need to build backend file to run unit and benches tests

🐛 Bug Fixes

  • a638198 (gulpfile-refresh) use external script that do not require gulp to be loaded for refreshing it
  • d20c0b2 (compute-unit-tests-task) fix default template for empty units
  • fea81a8 (tasks) fix frontend task run on empty test generation
  • e40b077 (release) fix release task and update others to latest standards
  • d35c610 (import-testing) fix broken cjs path

v6.0.0 (2025-11-05)

✨ New Features

  • 6e706ed (benchmarks) re-introduce benchmarks frontend with web test runner, configs and new code

🐛 Bug Fixes

  • 31c3572 (gulpfile) fix broken import links
  • 876ba94 (run-tests) fix task displayName

💥 Breaking Changes

  • a6f1255 (node) drop nodejs v18 support and add nodejs v24

v5.6.0 (2025-10-18)

✨ New Features

  • 187970c (gulpfile) split gulpfile tasks into sub-tasks files

🐛 Bug Fixes

  • 1ae6d25 (sources) avoid validator with thrown during migration

v5.5.1 (2025-10-16)

v5.5.0 (2025-10-16)

✨ New Features

  • e3f7745 (package) use cz-emoji in favor of cz-conventional-changlog

5.4.0 (2025-10-16)

Bug Fixes

  • builds: remove console log side effect in favor of pretty banner from figlet package (e6304f0)
  • gulpfile: apply some fixes to standardize gulpfile (ea8840a)
  • isinfinite: fix circular dependency (8e048e3)
  • rollup.conf: fix variable collision (ffc877d)

Features

  • check-bundling: improve existing bundling check to detect side-effects (a285bf6)

5.3.9 (2025-09-07)

Bug Fixes

  • npm: apply npm audit fix (2356b3e)

5.3.8 (2025-09-05)

Bug Fixes

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

5.3.7 (2025-09-04)

Bug Fixes

  • audit: apply npm audit fix (51957e0)

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)

5.3.5 (2022-02-14)

Bug Fixes

  • package: update deps to latest version (4248576)

5.3.4 (2022-02-08)

Bug Fixes

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

5.3.3 (2021-07-21)

Bug Fixes

  • readme: fix readme tags (0d8fc2e)

5.3.2 (2021-07-07)

Bug Fixes

  • packagelock: apply npm audit fix (cc4a78b)

5.3.1 (2021-07-07)

Bug Fixes

  • releaserc: fix missing dev maps (5e41b9d)

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)

5.2.0 (2020-07-21)

Features

  • isnull: add new isnull alternative (f457379)

5.1.2 (2019-08-12)

Bug Fixes

  • npmdoc: remove docs from npm package, and fix wrong path for unit test report (02069b6)

5.1.1 (2019-08-06)

Bug Fixes

  • gulpfile: rename documentation to docs in files to clean (bf40160)

5.1.0 (2019-08-05)

Features

  • docs: add online documentation (1b1d16e)

5.0.1 (2019-08-04)

Bug Fixes

  • package: add postversion script to build with latest package version (e47c645)

5.0.0 (2019-08-04)

Code Refactoring

  • gulpfile: remove UMD module support (bfaceb0)
  • rollupconfig: remove rollup-plugin-json and rollup-plugin-node-builtins (5c507b3)

BREAKING CHANGES

  • rollupconfig: browserified fs and related function are unvailable in esm and iife builds
  • gulpfile: Remove of UMD module

4.0.1 (2019-08-02)

Bug Fixes

  • packagelock: fixpackage lock terser version (62cdb84)