Skip to content

Latest commit

 

History

History
239 lines (129 loc) · 11.9 KB

File metadata and controls

239 lines (129 loc) · 11.9 KB

v7.0.1 (2026-01-23)

🐛 Bug Fixes

  • 776c499 (package) apply package override to fix trust publishing

v7.0.0 (2026-01-23)

💥 Breaking Changes

  • 18e7f85 (package) change package name itee-utils to scoped version @itee/utils

v6.0.6 (2026-01-23)

v6.0.5 (2026-01-23)

v6.0.4 (2026-01-23)

v6.0.3 (2026-01-21)

v6.0.2 (2026-01-15)

🐛 Bug Fixes

  • 554820b (package) apply internal fix to itself

v6.0.1 (2026-01-15)

🐛 Bug Fixes

  • cc26a6b (tests) try to fix broken import for backend due to bad package json main target

v6.0.0 (2026-01-15)

✨ New Features

  • a0c1245 (tasks) upgrade tasks to latest itee and gulp standards
  • a47cb97 (tasks) update default tasks to latest itee standards
  • a0a39cf (tests) remove the need to build backend file to run unit and benches tests

🐛 Bug Fixes

  • 071d3ce (gulpfile) fix broken import links
  • 230b984 (gulpfile-refresh) use external script that do not require gulp to be loaded for refreshing it
  • 6b0e2aa (compute-unit-tests-task) fix default template for empty units
  • 85cbc41 (tasks) fix frontend task run on empty test generation
  • 0f83a28 (strings) try to fix side effect
  • 10e20d2 (benchmarks) use full filename on import to allow direct nodejs usage
  • c29d142 (release) fix release task and update others to latest standards

💥 Breaking Changes

  • 3b719ed (node) drop nodejs v18 support and introduce nodejs v24

v5.6.0 (2025-10-18)

✨ New Features

  • cafa2c0 (gulpfile) split gulpfile tasks into sub-tasks files

v5.5.0 (2025-10-16)

✨ New Features

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

🐛 Bug Fixes

  • 5e5a887 (gulpfile) fix gulp.conf file extension
  • 3cf5c13 (rollup.conf) fix removed parameter name to fix iife generation
  • 82da0e2 (bundling) fix some bundling side effects

5.4.4 (2025-09-07)

Bug Fixes

  • npm: apply npm audit fix (342f16b)

5.4.3 (2025-09-05)

Bug Fixes

  • gulpfile: fix some test and regenerate them (f0c8b7b)

5.4.2 (2025-09-04)

Bug Fixes

  • benchmarks: fix error log on null or undefined data (062e845)
  • rollup.conf: fix build package internal variable usage (8b3c9a7)

5.4.1 (2025-09-03)

Bug Fixes

  • package: apply audit fix and release (97825ab)
  • package: revert karma version and upgrade base node engine requirement to v18 (99ffa03)

5.4.0 (2025-09-03)

Bug Fixes

  • global: add method inputs validation that not throw (ca75340)
  • global: apply eslint fixes (9d3debb)
  • gulpfile: comment unecessary file cleaning that break under node v12 (4c57dd2)
  • gulpfile: fix broken karma tests due to deprecated packages (bde96a9)
  • gulpfile: fix building with latest standards (45eb022)
  • release: fix npm scripts names and reordering gulp tasks (a200684)
  • string: add rollup comment to avoid bad bundling (00c2d18)
  • temparture: avoid throw during input validation (564d451)

Features

  • files: add new utils methods (417a16c)

5.3.2 (2022-02-14)

Bug Fixes

  • package: update deps to latest version (e647732)

5.3.1 (2022-02-08)

Bug Fixes

  • package: update deps to latest version (84ca915)

5.3.0 (2021-07-21)

Bug Fixes

  • readme: fix readme tags (36d7bb9)

Features

  • toarray: add toArray function that will always return his input as array (e3db5ec)

5.2.3 (2021-07-07)

Bug Fixes

  • package: apply dependencies fix (24d1f0d)

5.2.2 (2021-07-07)

Bug Fixes

  • releaserc: fix missing dev maps (142c659)
  • version: apply fix from dependencies (c8b7e68)

5.2.1 (2021-07-05)

Bug Fixes

  • eslint: allow console statement in benchmarks (6d1bdec)
  • eslint: remove unused variable sourcemap (dcaa9e0)
  • package: apply npm audit fix (c8bb0c2)
  • 🐛 allow sourcemapping geneartion only for dev env (f061aef)

5.2.0 (2020-07-21)

Bug Fixes

  • global: lint source and fix related error (c0ec19f)
  • objects: fix bad treeshaking against toEnum method, mark it as pure (f6b744e)
  • package: fix package lock merging due to depandabot (3a46963)
  • strings: fix bad tree shaking against diacriticsMap iife (fdb924e)

Features

  • binaries: add method to convert uint8 and float64 to/from binary string representation (0b056fc)
  • chrono: add chrono class to time measure (80d4fa9)
  • geometries: add new geometries function about ring and segments intersections (5198dbd)
  • number: add getRandom function to have normalized way to get Math.random number (58f3a98)
  • number: add new methods to display plain string representation of number (297e492)
  • number: normalize random function and add inclusive version for float and integer (7e3ecce)

5.1.1 (2019-08-12)

Bug Fixes

  • docs: remove docs from npm package (f5aefd6)

5.1.0 (2019-08-12)

Bug Fixes

  • files: fix getFilesPathsUnder methods that now return correct contents (7340197)

Features

  • documentation: add docs to github (b2f7cfc)

5.0.1 (2019-08-04)

Bug Fixes

  • builds: add postversion script to build with correct package version (f1f919b)
  • rollupconfig: fix wrong condition for intro parameter (cde63a1)

5.0.0 (2019-08-04)

Bug Fixes

  • rollupconfig: add itee-validators as dependencies for all bundle (fc975c8)

Code Refactoring

  • rollupconfig: remove umd support, add banner, and remove browserified modules (ac9818a)

BREAKING CHANGES

  • rollupconfig: Remove UMD support

4.1.1 (2019-08-03)

Bug Fixes

4.1.0 (2019-08-02)

Features

  • objects: add 2 new methods for object return by toEnum function (426ba9b)