diff --git a/packages/async-queue/CHANGELOG.md b/packages/async-queue/CHANGELOG.md index 39f7327c..73c0dc75 100644 --- a/packages/async-queue/CHANGELOG.md +++ b/packages/async-queue/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/async-queue@1.3.8...@alwatr/async-queue@5.4.0) (2025-02-18) + +## 5.3.0 (2025-02-03) + +### Miscellaneous Chores + +* edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @ + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @ +* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @ + +## 5.0.0 (2024-11-02) + +### ⚠ BREAKING CHANGES + +* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. + +### Code Refactoring + +* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ + ## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03) ### Miscellaneous Chores diff --git a/packages/async-queue/package.json b/packages/async-queue/package.json index 8c6bd459..0818951e 100644 --- a/packages/async-queue/package.json +++ b/packages/async-queue/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/async-queue", - "version": "5.3.0", + "version": "5.4.0", "description": "A queue that executes async tasks in order like mutex and semaphore methodology for javascript and typescript.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/dedupe/CHANGELOG.md b/packages/dedupe/CHANGELOG.md index 34f75685..0be8af94 100644 --- a/packages/dedupe/CHANGELOG.md +++ b/packages/dedupe/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@5.3.1...@alwatr/dedupe@5.4.0) (2025-02-18) + +**Note:** Version bump only for package @alwatr/dedupe + ## [5.3.1](https://github.com/Alwatr/nanolib/compare/@alwatr/dedupe@1.1.8...@alwatr/dedupe@5.3.1) (2025-02-03) ## 5.3.0 (2025-02-03) diff --git a/packages/dedupe/package.json b/packages/dedupe/package.json index 101cc367..e22e07e7 100644 --- a/packages/dedupe/package.json +++ b/packages/dedupe/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/dedupe", - "version": "5.3.1", + "version": "5.4.0", "description": "A package manager helper tool for debug list of defined (imported) packages in your ecosystem and prevent to duplicate import (install) multiple versions of the same package in your project (deduplicate packages).", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/deep-clone/CHANGELOG.md b/packages/deep-clone/CHANGELOG.md index a7e2d4b6..10f62d86 100644 --- a/packages/deep-clone/CHANGELOG.md +++ b/packages/deep-clone/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/deep-clone@1.1.8...@alwatr/deep-clone@5.4.0) (2025-02-18) + +## 5.3.0 (2025-02-03) + +### Miscellaneous Chores + +* edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @ + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @ +* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @ + +## 5.0.0 (2024-11-02) + +### ⚠ BREAKING CHANGES + +* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. + +### Code Refactoring + +* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ + ## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03) ### Miscellaneous Chores diff --git a/packages/deep-clone/package.json b/packages/deep-clone/package.json index f32689fb..57b7ba33 100644 --- a/packages/deep-clone/package.json +++ b/packages/deep-clone/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/deep-clone", - "version": "5.3.0", + "version": "5.4.0", "description": "Clone deeply nested objects and arrays in JavaScript.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/delay/CHANGELOG.md b/packages/delay/CHANGELOG.md index 5c79e473..56a7f199 100644 --- a/packages/delay/CHANGELOG.md +++ b/packages/delay/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/delay@1.0.8...@alwatr/delay@5.4.0) (2025-02-18) + +### Dependencies update + +* bump @types/node from ^22.13.0 to ^22.13.4 and prettier from 3.4.2 to 3.5.1; update eslint-import-resolver-typescript to 3.8.2 ([b9a8399](https://github.com/Alwatr/nanolib/commit/b9a8399add39509e90bfdc589fb5e2321718029d)) by @ + +## 5.3.0 (2025-02-03) + +### Miscellaneous Chores + +* edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @ + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @ +* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @ + +## 5.0.0 (2024-11-02) + +### ⚠ BREAKING CHANGES + +* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. + +### Code Refactoring + +* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ + ## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03) ### Miscellaneous Chores diff --git a/packages/delay/package.json b/packages/delay/package.json index 1d77113c..bd9c1b50 100644 --- a/packages/delay/package.json +++ b/packages/delay/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/delay", - "version": "5.3.0", + "version": "5.4.0", "description": "Comprehensive toolkit for managing asynchronous operations.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/env/CHANGELOG.md b/packages/env/CHANGELOG.md index 667b049f..32bf05f7 100644 --- a/packages/env/CHANGELOG.md +++ b/packages/env/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/env@1.0.1...@alwatr/env@5.4.0) (2025-02-18) + +### Dependencies update + +* bump @types/node from ^22.13.0 to ^22.13.4 and prettier from 3.4.2 to 3.5.1; update eslint-import-resolver-typescript to 3.8.2 ([b9a8399](https://github.com/Alwatr/nanolib/commit/b9a8399add39509e90bfdc589fb5e2321718029d)) by @ + +## 5.3.0 (2025-02-03) + +### Miscellaneous Chores + +* edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @ + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @ +* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @ + +## 5.0.0 (2024-11-02) + +### ⚠ BREAKING CHANGES + +* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. + +### Code Refactoring + +* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ + ## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03) ### Miscellaneous Chores diff --git a/packages/env/package.json b/packages/env/package.json index 634f87f8..80a1f769 100644 --- a/packages/env/package.json +++ b/packages/env/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/env", - "version": "5.3.0", + "version": "5.4.0", "description": "A tiny and tree-shakable TypeScript library to get environment variables with type-safe and fallback value for development and production.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 883f7889..dc64f224 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/eslint-config@1.2.11...@alwatr/eslint-config@5.4.0) (2025-02-18) + +### Dependencies update + +* bump @types/node from ^22.13.0 to ^22.13.4 and prettier from 3.4.2 to 3.5.1; update eslint-import-resolver-typescript to 3.8.2 ([b9a8399](https://github.com/Alwatr/nanolib/commit/b9a8399add39509e90bfdc589fb5e2321718029d)) by @ +* bump esbuild from 0.24.2 to 0.25.0 ([b9cdc08](https://github.com/Alwatr/nanolib/commit/b9cdc08ee0ce431090583694e4b97250b1296947)) by @dependabot[bot] + +## 5.3.0 (2025-02-03) + +### Miscellaneous Chores + +* edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @ + +### Dependencies update + +* bump esbuild in the production-dependencies group ([97b1ced](https://github.com/Alwatr/nanolib/commit/97b1ced6218d154e53a7b8d238f5a8681ef4efd8)) by @ +* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @ +* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @ + +## 5.0.0 (2024-11-02) + +### ⚠ BREAKING CHANGES + +* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. + +### Code Refactoring + +* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ + ## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03) ### Miscellaneous Chores diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 256ab14b..563097e2 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/eslint-config", - "version": "5.3.0", + "version": "5.4.0", "description": "Alwatr ECMAScript Style Guide as a ESLint shareable configurations.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/exit-hook/CHANGELOG.md b/packages/exit-hook/CHANGELOG.md index 4f1c6626..6e57ff0b 100644 --- a/packages/exit-hook/CHANGELOG.md +++ b/packages/exit-hook/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/exit-hook@1.1.8...@alwatr/exit-hook@5.4.0) (2025-02-18) + +### Dependencies update + +* bump @types/node from ^22.13.0 to ^22.13.4 and prettier from 3.4.2 to 3.5.1; update eslint-import-resolver-typescript to 3.8.2 ([b9a8399](https://github.com/Alwatr/nanolib/commit/b9a8399add39509e90bfdc589fb5e2321718029d)) by @ + +## 5.3.0 (2025-02-03) + +### Miscellaneous Chores + +* edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @ + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @ +* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @ + +## 5.0.0 (2024-11-02) + +### ⚠ BREAKING CHANGES + +* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. + +### Code Refactoring + +* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ + ## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03) ### Miscellaneous Chores diff --git a/packages/exit-hook/package.json b/packages/exit-hook/package.json index 4820682b..3473e0ba 100644 --- a/packages/exit-hook/package.json +++ b/packages/exit-hook/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/exit-hook", - "version": "5.3.0", + "version": "5.4.0", "description": "A utility for registering exit handlers in Node.js.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/fetch/CHANGELOG.md b/packages/fetch/CHANGELOG.md index 77d4b262..b32250e1 100644 --- a/packages/fetch/CHANGELOG.md +++ b/packages/fetch/CHANGELOG.md @@ -3,6 +3,41 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/fetch@4.2.1...@alwatr/fetch@5.4.0) (2025-02-18) + +## 5.3.0 (2025-02-03) + +### Miscellaneous Chores + +* edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @ + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @ +* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @ + +## 5.2.1 (2024-11-07) + +### Bug Fixes + +* **fetch:** refine error handling in fetchJson to improve response error structure ([2942563](https://github.com/Alwatr/nanolib/commit/29425639c268f091711ab195a4285e49b762e497)) by @ + +## 5.2.0 (2024-11-06) + +### Features + +* **fetch:** improve error handling for fetch responses and JSON parsing ([8692bb1](https://github.com/Alwatr/nanolib/commit/8692bb1123e8b3a6d6f8aea20464c55b344da9d2)) by @ + +## 5.0.0 (2024-11-02) + +### ⚠ BREAKING CHANGES + +* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. + +### Code Refactoring + +* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ + ## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03) ### Miscellaneous Chores diff --git a/packages/fetch/package.json b/packages/fetch/package.json index ec065d64..d62cef4c 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fetch", - "version": "5.3.0", + "version": "5.4.0", "description": "Enhanced fetch API with cache strategy, retry pattern, timeout, helper methods and enhanced types.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/flat-string/CHANGELOG.md b/packages/flat-string/CHANGELOG.md index 37ceda04..98863d66 100644 --- a/packages/flat-string/CHANGELOG.md +++ b/packages/flat-string/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.1.8...@alwatr/flat-string@5.4.0) (2025-02-18) + +## 5.3.0 (2025-02-03) + +### Miscellaneous Chores + +* edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @ + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @ +* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @ + +## 5.0.0 (2024-11-02) + +### ⚠ BREAKING CHANGES + +* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. + +### Code Refactoring + +* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ + ## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03) ### Miscellaneous Chores diff --git a/packages/flat-string/package.json b/packages/flat-string/package.json index 66300cdc..97366d66 100644 --- a/packages/flat-string/package.json +++ b/packages/flat-string/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/flat-string", - "version": "5.3.0", + "version": "5.4.0", "description": "The `flat-string` function flattens the underlying C structures of a concatenated JavaScript string.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/flatomise/CHANGELOG.md b/packages/flatomise/CHANGELOG.md index a5f235aa..8d76906f 100644 --- a/packages/flatomise/CHANGELOG.md +++ b/packages/flatomise/CHANGELOG.md @@ -3,6 +3,41 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.2.8...@alwatr/flatomise@5.4.0) (2025-02-18) + +### Features + +* enhance Flatomise interface with promise settlement tracking ([692e7ff](https://github.com/Alwatr/nanolib/commit/692e7ff5ddbc2efef16aaa2ecbeff90e55d63e2a)) by @ + +### Code Refactoring + +* make Flatomise properties readonly for immutability ([14dd30f](https://github.com/Alwatr/nanolib/commit/14dd30f6615d6e4cddf125803267fc9a817f59ac)) by @ + +### Dependencies update + +* **flatomise:** add @alwatr/type-helper to dependencies and TypeScript types ([7a489ab](https://github.com/Alwatr/nanolib/commit/7a489abd39aac2c1189e6697025f82af196e2fe9)) by @ + +## 5.3.0 (2025-02-03) + +### Miscellaneous Chores + +* edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @ + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @ +* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @ + +## 5.0.0 (2024-11-02) + +### ⚠ BREAKING CHANGES + +* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. + +### Code Refactoring + +* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ + ## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03) ### Miscellaneous Chores diff --git a/packages/flatomise/package.json b/packages/flatomise/package.json index dc6e7a7f..6ca1d055 100644 --- a/packages/flatomise/package.json +++ b/packages/flatomise/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/flatomise", - "version": "5.3.0", + "version": "5.4.0", "description": "A utility for creating promises that can be externally resolved or rejected.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/global-this/CHANGELOG.md b/packages/global-this/CHANGELOG.md index 82c69195..c92923d4 100644 --- a/packages/global-this/CHANGELOG.md +++ b/packages/global-this/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/global-this@1.0.3...@alwatr/global-this@5.4.0) (2025-02-18) + +### Dependencies update + +* bump @types/node from ^22.13.0 to ^22.13.4 and prettier from 3.4.2 to 3.5.1; update eslint-import-resolver-typescript to 3.8.2 ([b9a8399](https://github.com/Alwatr/nanolib/commit/b9a8399add39509e90bfdc589fb5e2321718029d)) by @ + +## 5.3.0 (2025-02-03) + +### Miscellaneous Chores + +* edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @ + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @ +* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @ + +## 5.0.0 (2024-11-02) + +### ⚠ BREAKING CHANGES + +* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. + +### Code Refactoring + +* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ + ## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03) ### Miscellaneous Chores diff --git a/packages/global-this/package.json b/packages/global-this/package.json index c78f239d..3395775b 100644 --- a/packages/global-this/package.json +++ b/packages/global-this/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/global-this", - "version": "5.3.0", + "version": "5.4.0", "description": "Provides access to `globalThis`, ensuring cross-platform compatibility, including browsers (`window`), Node.js (`global`), and Web Workers (`self`).", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/http-primer/CHANGELOG.md b/packages/http-primer/CHANGELOG.md index 6d7857c2..90f1544f 100644 --- a/packages/http-primer/CHANGELOG.md +++ b/packages/http-primer/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/http-primer@1.0.1...@alwatr/http-primer@5.4.0) (2025-02-18) + +## 5.3.0 (2025-02-03) + +### Miscellaneous Chores + +* edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @ + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @ +* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @ + +## 5.0.0 (2024-11-02) + +### ⚠ BREAKING CHANGES + +* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. + +### Code Refactoring + +* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ + ## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03) ### Miscellaneous Chores diff --git a/packages/http-primer/package.json b/packages/http-primer/package.json index 31f3501b..b1a23f4b 100644 --- a/packages/http-primer/package.json +++ b/packages/http-primer/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/http-primer", - "version": "5.3.0", + "version": "5.4.0", "description": "Essential HTTP utilities for TypeScript, including types for HTTP methods, status codes, and headers.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/is-number/CHANGELOG.md b/packages/is-number/CHANGELOG.md index 3ec26c2e..f45b0408 100644 --- a/packages/is-number/CHANGELOG.md +++ b/packages/is-number/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/is-number@1.1.8...@alwatr/is-number@5.4.0) (2025-02-18) + +## 5.3.0 (2025-02-03) + +### Miscellaneous Chores + +* edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @ + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @ +* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @ + +## 5.0.0 (2024-11-02) + +### ⚠ BREAKING CHANGES + +* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. + +### Code Refactoring + +* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ + ## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03) ### Miscellaneous Chores diff --git a/packages/is-number/package.json b/packages/is-number/package.json index b9b63008..24f438f1 100644 --- a/packages/is-number/package.json +++ b/packages/is-number/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/is-number", - "version": "5.3.0", + "version": "5.4.0", "description": "A simple utility to Check the value is number or can convert to a number, for example string ' 123 ' can be converted to 123.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/local-storage/CHANGELOG.md b/packages/local-storage/CHANGELOG.md index f35b0722..a9dab87c 100644 --- a/packages/local-storage/CHANGELOG.md +++ b/packages/local-storage/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/local-storage@1.1.8...@alwatr/local-storage@5.4.0) (2025-02-18) + +## 5.3.0 (2025-02-03) + +### Features + +* **local-storage:** add setItem after getItem and add hasItem ([a1b845d](https://github.com/Alwatr/nanolib/commit/a1b845d8d9d207b514f9e06c37610220337b0235)) by @ + +### Miscellaneous Chores + +* edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @ + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @ +* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @ + +## 5.0.0 (2024-11-02) + +### ⚠ BREAKING CHANGES + +* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. + +### Code Refactoring + +* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ + ## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03) ### Features diff --git a/packages/local-storage/package.json b/packages/local-storage/package.json index ea20713a..a3461903 100644 --- a/packages/local-storage/package.json +++ b/packages/local-storage/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/local-storage", - "version": "5.3.0", + "version": "5.4.0", "description": "`localJsonStorage` is a utility object in our TypeScript package that provides methods for interacting with the local storage in a structured and versioned manner.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index 398f8eec..13c63d0c 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/logger@4.0.8...@alwatr/logger@5.4.0) (2025-02-18) + +### Dependencies update + +* bump @types/node from ^22.13.0 to ^22.13.4 and prettier from 3.4.2 to 3.5.1; update eslint-import-resolver-typescript to 3.8.2 ([b9a8399](https://github.com/Alwatr/nanolib/commit/b9a8399add39509e90bfdc589fb5e2321718029d)) by @ + +## 5.3.0 (2025-02-03) + +### Miscellaneous Chores + +* edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @ + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @ +* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @ + +## 5.0.0 (2024-11-02) + +### ⚠ BREAKING CHANGES + +* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. + +### Code Refactoring + +* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ + ## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03) ### Miscellaneous Chores diff --git a/packages/logger/package.json b/packages/logger/package.json index ce0c77c3..808f2255 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/logger", - "version": "5.3.0", + "version": "5.4.0", "description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/nano-build/CHANGELOG.md b/packages/nano-build/CHANGELOG.md index 6b7aafad..bd2fe5ae 100644 --- a/packages/nano-build/CHANGELOG.md +++ b/packages/nano-build/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/nano-build@2.0.4...@alwatr/nano-build@5.4.0) (2025-02-18) + +### Dependencies update + +* bump @types/node from ^22.13.0 to ^22.13.4 and prettier from 3.4.2 to 3.5.1; update eslint-import-resolver-typescript to 3.8.2 ([b9a8399](https://github.com/Alwatr/nanolib/commit/b9a8399add39509e90bfdc589fb5e2321718029d)) by @ +* bump esbuild from 0.24.2 to 0.25.0 ([b9cdc08](https://github.com/Alwatr/nanolib/commit/b9cdc08ee0ce431090583694e4b97250b1296947)) by @dependabot[bot] + +## 5.3.0 (2025-02-03) + +### Miscellaneous Chores + +* edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @ + +### Dependencies update + +* bump esbuild in the production-dependencies group ([97b1ced](https://github.com/Alwatr/nanolib/commit/97b1ced6218d154e53a7b8d238f5a8681ef4efd8)) by @ +* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @ +* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @ + +## 5.0.0 (2024-11-02) + +### ⚠ BREAKING CHANGES + +* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. + +### Code Refactoring + +* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ + ## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03) ### Miscellaneous Chores diff --git a/packages/nano-build/package.json b/packages/nano-build/package.json index b732d76a..0346739d 100644 --- a/packages/nano-build/package.json +++ b/packages/nano-build/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nano-build", - "version": "5.3.0", + "version": "5.4.0", "description": "Build/bundle tools for ECMAScript, TypeScript, and JavaScript libraries. It's easy to use, doesn't require any setup, and adheres to best practices. It has no dependencies and uses esbuild for enhanced performance.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/nanolib/CHANGELOG.md b/packages/nanolib/CHANGELOG.md index 6cb4ca83..dfc6e157 100644 --- a/packages/nanolib/CHANGELOG.md +++ b/packages/nanolib/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/nanolib@5.3.1...@alwatr/nanolib@5.4.0) (2025-02-18) + +**Note:** Version bump only for package @alwatr/nanolib + ## [5.3.1](https://github.com/Alwatr/nanolib/compare/@alwatr/nanolib@1.5.1...@alwatr/nanolib@5.3.1) (2025-02-03) ## 5.3.0 (2025-02-03) diff --git a/packages/nanolib/package.json b/packages/nanolib/package.json index 7146ad88..2c1700f9 100644 --- a/packages/nanolib/package.json +++ b/packages/nanolib/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nanolib", - "version": "5.3.1", + "version": "5.4.0", "description": "Necessary library for all ECMAScript (JavaScript/TypeScript) projects.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/node-fs/CHANGELOG.md b/packages/node-fs/CHANGELOG.md index 92a93b03..737c9a4a 100644 --- a/packages/node-fs/CHANGELOG.md +++ b/packages/node-fs/CHANGELOG.md @@ -3,6 +3,39 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/node-fs@1.1.8...@alwatr/node-fs@5.4.0) (2025-02-18) + +### Dependencies update + +* bump @types/node from ^22.13.0 to ^22.13.4 and prettier from 3.4.2 to 3.5.1; update eslint-import-resolver-typescript to 3.8.2 ([b9a8399](https://github.com/Alwatr/nanolib/commit/b9a8399add39509e90bfdc589fb5e2321718029d)) by @ + +## 5.3.0 (2025-02-03) + +### Miscellaneous Chores + +* edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @ + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @ +* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @ + +## 5.1.0 (2024-11-04) + +### Features + +* **node-fs:** enhance makeEmptyFile to create directories recursively if they don't exist ([723a770](https://github.com/Alwatr/nanolib/commit/723a7701c60c3872fc41cb041c1044793145280f)) by @ + +## 5.0.0 (2024-11-02) + +### ⚠ BREAKING CHANGES + +* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. + +### Code Refactoring + +* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ + ## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03) ### Miscellaneous Chores diff --git a/packages/node-fs/package.json b/packages/node-fs/package.json index 99a87f8b..c9881ff0 100644 --- a/packages/node-fs/package.json +++ b/packages/node-fs/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/node-fs", - "version": "5.3.0", + "version": "5.4.0", "description": "Enhanced file system operations in Node.js with asynchronous queue to prevent parallel writes.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/package-tracer/CHANGELOG.md b/packages/package-tracer/CHANGELOG.md index 9cd23347..46cd8ff6 100644 --- a/packages/package-tracer/CHANGELOG.md +++ b/packages/package-tracer/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/package-tracer@1.0.8...@alwatr/package-tracer@5.4.0) (2025-02-18) + +## 5.3.0 (2025-02-03) + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @ +* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @ + +## 5.0.0 (2024-11-02) + +### ⚠ BREAKING CHANGES + +* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. + +### Code Refactoring + +* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ + ## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03) ### Dependencies update diff --git a/packages/package-tracer/package.json b/packages/package-tracer/package.json index d56f171f..ddd52a87 100644 --- a/packages/package-tracer/package.json +++ b/packages/package-tracer/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/package-tracer", - "version": "5.3.0", + "version": "5.4.0", "description": "Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/parse-duration/CHANGELOG.md b/packages/parse-duration/CHANGELOG.md index 102395c2..fb0d2654 100644 --- a/packages/parse-duration/CHANGELOG.md +++ b/packages/parse-duration/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/parse-duration@1.1.8...@alwatr/parse-duration@5.4.0) (2025-02-18) + +## 5.3.0 (2025-02-03) + +### Miscellaneous Chores + +* edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @ + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @ +* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @ + +## 5.0.0 (2024-11-02) + +### ⚠ BREAKING CHANGES + +* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. + +### Code Refactoring + +* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ + ## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03) ### Miscellaneous Chores diff --git a/packages/parse-duration/package.json b/packages/parse-duration/package.json index 07090477..78e56b52 100644 --- a/packages/parse-duration/package.json +++ b/packages/parse-duration/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/parse-duration", - "version": "5.3.0", + "version": "5.4.0", "description": "A simple utility to parse a duration string into milliseconds number.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/platform-info/CHANGELOG.md b/packages/platform-info/CHANGELOG.md index 5243e2a4..3dc2dc07 100644 --- a/packages/platform-info/CHANGELOG.md +++ b/packages/platform-info/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.2.8...@alwatr/platform-info@5.4.0) (2025-02-18) + +### Dependencies update + +* bump @types/node from ^22.13.0 to ^22.13.4 and prettier from 3.4.2 to 3.5.1; update eslint-import-resolver-typescript to 3.8.2 ([b9a8399](https://github.com/Alwatr/nanolib/commit/b9a8399add39509e90bfdc589fb5e2321718029d)) by @ + +## 5.3.0 (2025-02-03) + +### Miscellaneous Chores + +* edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @ + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @ +* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @ + +## 5.0.0 (2024-11-02) + +### ⚠ BREAKING CHANGES + +* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. + +### Code Refactoring + +* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ + ## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03) ### Miscellaneous Chores diff --git a/packages/platform-info/package.json b/packages/platform-info/package.json index 93a62142..25f5631d 100644 --- a/packages/platform-info/package.json +++ b/packages/platform-info/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/platform-info", - "version": "5.3.0", + "version": "5.4.0", "description": "This module provides a way to detect the current platform where the script is running. It defines a constant `platformInfo` which holds the information about the current platform.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/polyfill-has-own/CHANGELOG.md b/packages/polyfill-has-own/CHANGELOG.md index 22cda3d2..d268d4ef 100644 --- a/packages/polyfill-has-own/CHANGELOG.md +++ b/packages/polyfill-has-own/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/polyfill-has-own@5.3.1...@alwatr/polyfill-has-own@5.4.0) (2025-02-18) + +**Note:** Version bump only for package @alwatr/polyfill-has-own + ## [5.3.1](https://github.com/Alwatr/nanolib/compare/@alwatr/polyfill-has-own@5.3.0...@alwatr/polyfill-has-own@5.3.1) (2025-02-03) ### Bug Fixes diff --git a/packages/polyfill-has-own/package.json b/packages/polyfill-has-own/package.json index 04fb9759..a42f3932 100644 --- a/packages/polyfill-has-own/package.json +++ b/packages/polyfill-has-own/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/polyfill-has-own", - "version": "5.3.1", + "version": "5.4.0", "description": "A polyfill for `Object.hasOwn`.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/redner-state/CHANGELOG.md b/packages/redner-state/CHANGELOG.md index 1cc6643c..afa6a4fb 100644 --- a/packages/redner-state/CHANGELOG.md +++ b/packages/redner-state/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/render-state@1.0.8...@alwatr/render-state@5.4.0) (2025-02-18) + +## 5.3.0 (2025-02-03) + +### Miscellaneous Chores + +* edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @ + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @ +* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @ + +## 5.0.0 (2024-11-02) + +### ⚠ BREAKING CHANGES + +* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. + +### Code Refactoring + +* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ + ## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03) ### Miscellaneous Chores diff --git a/packages/redner-state/package.json b/packages/redner-state/package.json index 7c276923..fdbc754c 100644 --- a/packages/redner-state/package.json +++ b/packages/redner-state/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/render-state", - "version": "5.3.0", + "version": "5.4.0", "description": "Clone deeply nested objects and arrays in JavaScript.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/resolve-url/CHANGELOG.md b/packages/resolve-url/CHANGELOG.md index fb300e45..45142660 100644 --- a/packages/resolve-url/CHANGELOG.md +++ b/packages/resolve-url/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/resolve-url@1.0.2...@alwatr/resolve-url@5.4.0) (2025-02-18) + +## 5.3.0 (2025-02-03) + +### Miscellaneous Chores + +* edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @ + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @ +* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @ + +## 5.0.0 (2024-11-02) + +### ⚠ BREAKING CHANGES + +* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. + +### Code Refactoring + +* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ + ## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03) ### Miscellaneous Chores diff --git a/packages/resolve-url/package.json b/packages/resolve-url/package.json index 8d317040..45a9269c 100644 --- a/packages/resolve-url/package.json +++ b/packages/resolve-url/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/resolve-url", - "version": "5.3.0", + "version": "5.4.0", "description": "A tiny TypeScript library to resolve URLs.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/unicode-digits/CHANGELOG.md b/packages/unicode-digits/CHANGELOG.md index b748ff34..9eaedd8c 100644 --- a/packages/unicode-digits/CHANGELOG.md +++ b/packages/unicode-digits/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/unicode-digits@1.1.3...@alwatr/unicode-digits@5.4.0) (2025-02-18) + +## 5.3.0 (2025-02-03) + +### Miscellaneous Chores + +* edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @ + +### Dependencies update + +* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @ +* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @ + +## 5.0.0 (2024-11-02) + +### ⚠ BREAKING CHANGES + +* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. + +### Code Refactoring + +* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ + ## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03) ### Miscellaneous Chores diff --git a/packages/unicode-digits/package.json b/packages/unicode-digits/package.json index bc1cebbb..2c6d1a81 100644 --- a/packages/unicode-digits/package.json +++ b/packages/unicode-digits/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/unicode-digits", - "version": "5.3.0", + "version": "5.4.0", "description": "Convert the String of number of the source language to the destination language.", "author": "S. Ali Mihandoost ", "keywords": [