From f33492f47adda814385e51f38be86eeef9629e62 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Wed, 3 Jan 2024 22:00:08 +0330 Subject: [PATCH] release: - @alwatr/async-queue@1.0.1 - @alwatr/deep-clone@1.0.13 - @alwatr/exit-hook@1.0.2 - @alwatr/flat-string@1.0.12 - @alwatr/flatomise@1.0.1 - @alwatr/global-scope@1.1.8 - @alwatr/logger@3.0.0 - @alwatr/nano-build@1.3.0 - @alwatr/platform-info@1.1.0 - @alwatr/type-helper@1.0.3 - @alwatr/wait@1.1.3 --- packages/async-queue/CHANGELOG.md | 4 ++++ packages/async-queue/package.json | 2 +- packages/deep-clone/CHANGELOG.md | 4 ++++ packages/deep-clone/package.json | 2 +- packages/exit-hook/CHANGELOG.md | 4 ++++ packages/exit-hook/package.json | 2 +- packages/flat-string/CHANGELOG.md | 4 ++++ packages/flat-string/package.json | 2 +- packages/flatomise/CHANGELOG.md | 4 ++++ packages/flatomise/package.json | 2 +- packages/global-scope/CHANGELOG.md | 4 ++++ packages/global-scope/package.json | 2 +- packages/logger/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/logger/package.json | 2 +- packages/nano-build/CHANGELOG.md | 6 ++++++ packages/nano-build/package.json | 2 +- packages/platform-info/CHANGELOG.md | 6 ++++++ packages/platform-info/package.json | 2 +- packages/type-helper/CHANGELOG.md | 4 ++++ packages/type-helper/package.json | 2 +- packages/wait/CHANGELOG.md | 4 ++++ packages/wait/package.json | 2 +- 22 files changed, 77 insertions(+), 11 deletions(-) create mode 100644 packages/logger/CHANGELOG.md diff --git a/packages/async-queue/CHANGELOG.md b/packages/async-queue/CHANGELOG.md index f9c0d3ab..492ac3ef 100644 --- a/packages/async-queue/CHANGELOG.md +++ b/packages/async-queue/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. +## [1.0.1](https://github.com/Alwatr/nanolib/compare/@alwatr/async-queue@1.0.0...@alwatr/async-queue@1.0.1) (2024-01-03) + +**Note:** Version bump only for package @alwatr/async-queue + # 1.0.0 (2024-01-03) ### Bug Fixes diff --git a/packages/async-queue/package.json b/packages/async-queue/package.json index ff988998..4348d20a 100644 --- a/packages/async-queue/package.json +++ b/packages/async-queue/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/async-queue", - "version": "1.0.0", + "version": "1.0.1", "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/deep-clone/CHANGELOG.md b/packages/deep-clone/CHANGELOG.md index 49a9033c..f9986e7e 100644 --- a/packages/deep-clone/CHANGELOG.md +++ b/packages/deep-clone/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. +## [1.0.13](https://github.com/Alwatr/nanolib/compare/@alwatr/deep-clone@1.0.12...@alwatr/deep-clone@1.0.13) (2024-01-03) + +**Note:** Version bump only for package @alwatr/deep-clone + ## [1.0.12](https://github.com/Alwatr/nanolib/compare/@alwatr/deep-clone@1.0.11...@alwatr/deep-clone@1.0.12) (2024-01-03) **Note:** Version bump only for package @alwatr/deep-clone diff --git a/packages/deep-clone/package.json b/packages/deep-clone/package.json index 8c719dba..b3f96e2c 100644 --- a/packages/deep-clone/package.json +++ b/packages/deep-clone/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/deep-clone", - "version": "1.0.12", + "version": "1.0.13", "description": "Clone deeply nested objects and arrays in JavaScript.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/exit-hook/CHANGELOG.md b/packages/exit-hook/CHANGELOG.md index 10d0a432..59312e65 100644 --- a/packages/exit-hook/CHANGELOG.md +++ b/packages/exit-hook/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. +## [1.0.2](https://github.com/Alwatr/nanolib/compare/@alwatr/exit-hook@1.0.1...@alwatr/exit-hook@1.0.2) (2024-01-03) + +**Note:** Version bump only for package @alwatr/exit-hook + ## [1.0.1](https://github.com/Alwatr/nanolib/compare/@alwatr/exit-hook@1.0.0...@alwatr/exit-hook@1.0.1) (2024-01-03) ### Bug Fixes diff --git a/packages/exit-hook/package.json b/packages/exit-hook/package.json index b8a7b65f..3e0dea0a 100644 --- a/packages/exit-hook/package.json +++ b/packages/exit-hook/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/exit-hook", - "version": "1.0.1", + "version": "1.0.2", "description": "A utility for registering exit handlers in Node.js.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/flat-string/CHANGELOG.md b/packages/flat-string/CHANGELOG.md index 28f88fdb..9210c66d 100644 --- a/packages/flat-string/CHANGELOG.md +++ b/packages/flat-string/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. +## [1.0.12](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.11...@alwatr/flat-string@1.0.12) (2024-01-03) + +**Note:** Version bump only for package @alwatr/flat-string + ## [1.0.11](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.10...@alwatr/flat-string@1.0.11) (2024-01-03) **Note:** Version bump only for package @alwatr/flat-string diff --git a/packages/flat-string/package.json b/packages/flat-string/package.json index 148a6598..58c9ad1b 100644 --- a/packages/flat-string/package.json +++ b/packages/flat-string/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/flat-string", - "version": "1.0.11", + "version": "1.0.12", "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 9aa89ab6..60cfcb9a 100644 --- a/packages/flatomise/CHANGELOG.md +++ b/packages/flatomise/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. +## [1.0.1](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.0.0...@alwatr/flatomise@1.0.1) (2024-01-03) + +**Note:** Version bump only for package @alwatr/flatomise + # 1.0.0 (2024-01-03) ### Features diff --git a/packages/flatomise/package.json b/packages/flatomise/package.json index 3d6907b0..8c0b7b4f 100644 --- a/packages/flatomise/package.json +++ b/packages/flatomise/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/flatomise", - "version": "1.0.0", + "version": "1.0.1", "description": "A utility for creating promises that can be externally resolved or rejected.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/global-scope/CHANGELOG.md b/packages/global-scope/CHANGELOG.md index a7168632..c2be9740 100644 --- a/packages/global-scope/CHANGELOG.md +++ b/packages/global-scope/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. +## [1.1.8](https://github.com/Alwatr/nanolib/compare/@alwatr/global-scope@1.1.7...@alwatr/global-scope@1.1.8) (2024-01-03) + +**Note:** Version bump only for package @alwatr/global-scope + ## [1.1.7](https://github.com/Alwatr/nanolib/compare/@alwatr/global-scope@1.1.6...@alwatr/global-scope@1.1.7) (2024-01-03) **Note:** Version bump only for package @alwatr/global-scope diff --git a/packages/global-scope/package.json b/packages/global-scope/package.json index 2f031a93..1795a8af 100644 --- a/packages/global-scope/package.json +++ b/packages/global-scope/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/global-scope", - "version": "1.1.7", + "version": "1.1.8", "description": "This TypeScript module provides a cross-platform alternative to `globalThis` named `globalScope`. This object works across different environments, including browsers (`window`), Node.js (`global`), and Web Workers (`self`).", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md new file mode 100644 index 00000000..5c4e08cc --- /dev/null +++ b/packages/logger/CHANGELOG.md @@ -0,0 +1,22 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 3.0.0 (2024-01-03) + +### Bug Fixes + +* __package_version__ global type ([de8a3f9](https://github.com/Alwatr/nanolib/commit/de8a3f93bdb5a786c42f56324072b4b9520ce3a1)) by @AliMD +* **logger:** definePackage ([e2e5c6c](https://github.com/Alwatr/nanolib/commit/e2e5c6c8175d6f7bfba1d103c1cac2f647aa6116)) by @AliMD + +### Features + +* **logger:** change devMode env name ([ad549dc](https://github.com/Alwatr/nanolib/commit/ad549dc39e52242261c78939bd62ca10f69cea60)) by @njfamirm +* **logger:** Update debugMode to enabled by default in development mode ([bc7c7ee](https://github.com/Alwatr/nanolib/commit/bc7c7ee1118a259ceaa1be1dade90f2f9ccf9e1d)) by @AliMD +* **logger:** use alwatr dedupe ([d89d076](https://github.com/Alwatr/nanolib/commit/d89d076c9fd0dd311804831b1ac0ea955efd4b6d)) by @njfamirm + +### BREAKING CHANGES + +* **logger:** define packages removed and must use @alwatr/dedupe instead +* **logger:** use DEBUG in cli and debug in browser diff --git a/packages/logger/package.json b/packages/logger/package.json index c1984bde..a143fd1d 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/logger", - "version": "2.4.1", + "version": "3.0.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 f8767271..be83587f 100644 --- a/packages/nano-build/CHANGELOG.md +++ b/packages/nano-build/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/Alwatr/nanolib/compare/@alwatr/nano-build@1.2.3...@alwatr/nano-build@1.3.0) (2024-01-03) + +### Features + +* **nano-build:** __package_version__ types ([7894c4b](https://github.com/Alwatr/nanolib/commit/7894c4bd635d1208b612a392f33d0545cb7cf6ed)) by @njfamirm + ## [1.2.3](https://github.com/Alwatr/nanolib/compare/@alwatr/nano-build@1.2.2...@alwatr/nano-build@1.2.3) (2024-01-03) **Note:** Version bump only for package @alwatr/nano-build diff --git a/packages/nano-build/package.json b/packages/nano-build/package.json index 0f2e8f0e..87336702 100644 --- a/packages/nano-build/package.json +++ b/packages/nano-build/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nano-build", - "version": "1.2.3", + "version": "1.3.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/platform-info/CHANGELOG.md b/packages/platform-info/CHANGELOG.md index 18131536..50c69e2f 100644 --- a/packages/platform-info/CHANGELOG.md +++ b/packages/platform-info/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.1.0](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.0.7...@alwatr/platform-info@1.1.0) (2024-01-03) + +### Features + +* **platform-info:** support bun and isCli ([d693067](https://github.com/Alwatr/nanolib/commit/d693067b9d8de749d909600cfdc9587a7cd207f4)) by @njfamirm + ## [1.0.7](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.0.6...@alwatr/platform-info@1.0.7) (2024-01-03) **Note:** Version bump only for package @alwatr/platform-info diff --git a/packages/platform-info/package.json b/packages/platform-info/package.json index 82c50bce..d9ff02aa 100644 --- a/packages/platform-info/package.json +++ b/packages/platform-info/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/platform-info", - "version": "1.0.7", + "version": "1.1.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/type-helper/CHANGELOG.md b/packages/type-helper/CHANGELOG.md index 919e2503..ce323cf8 100644 --- a/packages/type-helper/CHANGELOG.md +++ b/packages/type-helper/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. +## [1.0.3](https://github.com/Alwatr/nanolib/compare/@alwatr/type-helper@1.0.2...@alwatr/type-helper@1.0.3) (2024-01-03) + +**Note:** Version bump only for package @alwatr/type-helper + ## [1.0.2](https://github.com/Alwatr/nanolib/compare/@alwatr/type-helper@1.0.1...@alwatr/type-helper@1.0.2) (2024-01-03) **Note:** Version bump only for package @alwatr/type-helper diff --git a/packages/type-helper/package.json b/packages/type-helper/package.json index 8b2dc19e..475ba05d 100644 --- a/packages/type-helper/package.json +++ b/packages/type-helper/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/type-helper", - "version": "1.0.2", + "version": "1.0.3", "description": "Collection of useful typescript type helpers.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/wait/CHANGELOG.md b/packages/wait/CHANGELOG.md index cf6935f5..8cac32dc 100644 --- a/packages/wait/CHANGELOG.md +++ b/packages/wait/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. +## [1.1.3](https://github.com/Alwatr/nanolib/compare/@alwatr/wait@1.1.2...@alwatr/wait@1.1.3) (2024-01-03) + +**Note:** Version bump only for package @alwatr/wait + ## [1.1.2](https://github.com/Alwatr/nanolib/compare/@alwatr/wait@1.1.1...@alwatr/wait@1.1.2) (2024-01-03) ### Bug Fixes diff --git a/packages/wait/package.json b/packages/wait/package.json index a172c589..bf5d8d77 100644 --- a/packages/wait/package.json +++ b/packages/wait/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/wait", - "version": "1.1.2", + "version": "1.1.3", "description": "Comprehensive toolkit for managing asynchronous operations.", "author": "S. Ali Mihandoost ", "keywords": [