Skip to content

Latest commit

 

History

History
212 lines (112 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

212 lines (112 loc) · 10.7 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

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.
  • global-scope: The global-scope module has been deprecated and should no longer be used. Please update your code to use the global-this module instead.

Code Refactoring

  • global-scope: Remove global-scope module and replace with global-this (b194b27) by @
  • use new global-this package (42510b9) by @
  • use the same version as @alwatr/nanolib (60eb860) by @

Dependencies update

  • bump the development-dependencies group across 1 directory with 2 updates (2dfda9e) by @
  • bump the development-dependencies group with 8 updates (16847ac) by @
  • update (4434ba6) by @

1.0.3 (2024-11-02)

Dependencies update

1.0.2 (2024-10-25)

Dependencies update

  • bump the development-dependencies group across 1 directory with 2 updates (2dfda9e) by @dependabot[bot]
  • bump the development-dependencies group with 8 updates (16847ac) by @dependabot[bot]

1.0.1 (2024-10-12)

Note: Version bump only for package @alwatr/global-this

1.0.0 (2024-10-11)

⚠ BREAKING CHANGES

  • global-scope: The global-scope module has been deprecated and should no longer be used. Please update your code to use the global-this module instead.

Code Refactoring

  • global-scope: Remove global-scope module and replace with global-this (b194b27) by @AliMD
  • use new global-this package (42510b9) by @mohammadhonarvar

1.1.26 (2024-10-11)

Bug Fixes

  • global-scope: prevent duplicate global scope module throw, just log error (e67ffec) by @AliMD

Miscellaneous Chores

  • include LICENSE and LEGAL files to publish (09f366f) by @AliMD

1.1.25 (2024-10-11)

Note: Version bump only for package @alwatr/global-scope

1.1.24 (2024-10-10)

Dependencies update

  • bump the development-dependencies group with 10 updates (fa4aaf0) by @dependabot[bot]

1.1.23 (2024-10-08)

Note: Version bump only for package @alwatr/global-scope

1.1.22 (2024-09-29)

Bug Fixes

  • all dependeny topology (1c17f34) by @mohammadhonarvar

Code Refactoring

  • global-scope: Improve shared scope definition (4704a02), closes #123 by @AliMD

Miscellaneous Chores

  • global-scop: change the license to AGPL-3.0 (ad7c262) by @ArmanAsadian
  • Update build and lint scripts (392d0b7) by @AliMD

Dependencies update

  • bump @types/node (3d80fed) by @dependabot[bot]

1.1.21 (2024-09-21)

Note: Version bump only for package @alwatr/global-scope

1.1.20 (2024-09-15)

Dependencies update

  • bump the development-dependencies group across 1 directory with 10 updates (9ed98ff) by @dependabot[bot]
  • update (c36ed50) by @AliMD

1.1.19 (2024-08-31)

Miscellaneous Chores

1.1.18 (2024-08-31)

Dependencies update

  • update all dependencies (1e0c30e) by @AliMD

1.1.17 (2024-07-04)

Dependencies update

  • update all dependencies (0e908b4) by @

1.1.16 (2024-05-12)

Dependencies update

1.1.15 (2024-04-25)

Note: Version bump only for package @alwatr/global-scope

1.1.14 (2024-03-28)

Note: Version bump only for package @alwatr/global-scope

1.1.13 (2024-01-31)

Miscellaneous Chores

1.1.12 (2024-01-24)

Note: Version bump only for package @alwatr/global-scope

1.1.11 (2024-01-20)

Note: Version bump only for package @alwatr/global-scope

1.1.10 (2024-01-16)

Note: Version bump only for package @alwatr/global-scope

1.1.9 (2024-01-08)

Note: Version bump only for package @alwatr/global-scope

1.1.8 (2024-01-03)

Note: Version bump only for package @alwatr/global-scope

1.1.7 (2024-01-03)

Note: Version bump only for package @alwatr/global-scope

1.1.6 (2023-12-26)

Note: Version bump only for package @alwatr/global-scope

1.1.5 (2023-12-26)

Note: Version bump only for package @alwatr/global-scope

1.1.4 (2023-12-23)

Bug Fixes

  • tsBuildInfoFile path in tsconfig.json files (9c4ba01) by @

1.1.3 (2023-12-23)

Note: Version bump only for package @alwatr/global-scope

1.1.2 (2023-12-23)

Note: Version bump only for package @alwatr/global-scope

1.1.1 (2023-12-23)

Bug Fixes

  • update to latest nano-build with preset (a4d3c35) by @

1.1.0 (2023-12-22)

Features

  • global-scope: polyfill for globalThis (17ac530) by @AliMD

1.0.1 (2023-12-22)

Note: Version bump only for package @alwatr/global-scope

1.0.0 (2023-12-22)

Features

  • global-scope: Add globalScope and sharedScope_ variables (9e9f2ee) by @AliMD
  • global-scope: new package (b3cd89e) by @AliMD