Skip to content

Latest commit

 

History

History
189 lines (107 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

189 lines (107 loc) · 10.3 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.

Features

  • flatomise: A utility for creating promises that can be externally resolved or rejected. (1bc4478) by @
  • flatomise: generic type (3193b43) by @
  • use package-tracer (cc3c5f9) by @

Bug Fixes

  • all dependeny topology (1c17f34) by @

Code Refactoring

  • prevent side-effects (01e00e1) by @
  • use the same version as @alwatr/nanolib (60eb860) by @

Miscellaneous Chores

  • deps-dev: bump the development-dependencies group with 3 updates (0e0ec0f) by @
  • deps: update (1a45030) by @
  • deps: update (8e70dff) by @
  • deps: update (f0b60d2) by @
  • flatomise: change the license to AGPL-3.0 (bc9d81b) by @
  • include LICENSE and LEGAL files to publish (09f366f) by @
  • rename logger env (38443ad) by @
  • Update build and lint scripts (392d0b7) by @
  • Update debug command in package.json (be8403d) by @
  • Update package.json exports for @alwatr packages (dacb362) by @

Dependencies update

  • bump @types/node (3d80fed) by @
  • bump the development-dependencies group across 1 directory with 10 updates (9ed98ff) by @
  • bump the development-dependencies group with 10 updates (fa4aaf0) by @
  • bump the development-dependencies group with 2 updates (be5d6c2) by @
  • upd (451d025) by @
  • update (c36ed50) by @
  • update all (53342f6) by @
  • update all dependencies (1e0c30e) by @
  • update all dependencies (0e908b4) by @
  • upgrade (6dbd300) by @

1.2.8 (2024-11-02)

Note: Version bump only for package @alwatr/flatomise

1.2.7 (2024-10-25)

Note: Version bump only for package @alwatr/flatomise

1.2.6 (2024-10-12)

Note: Version bump only for package @alwatr/flatomise

1.2.5 (2024-10-11)

Code Refactoring

  • prevent side-effects (01e00e1) by @mohammadhonarvar

1.2.4 (2024-10-11)

Miscellaneous Chores

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

1.2.3 (2024-10-11)

Note: Version bump only for package @alwatr/flatomise

1.2.2 (2024-10-10)

Dependencies update

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

1.2.1 (2024-10-08)

Note: Version bump only for package @alwatr/flatomise

1.2.0 (2024-09-29)

Features

  • use package-tracer (cc3c5f9) by @mohammadhonarvar

Bug Fixes

  • all dependeny topology (1c17f34) by @mohammadhonarvar

Miscellaneous Chores

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

Dependencies update

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

1.1.12 (2024-09-21)

Note: Version bump only for package @alwatr/flatomise

1.1.11 (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.10 (2024-08-31)

Miscellaneous Chores

1.1.9 (2024-08-31)

Dependencies update

  • update all dependencies (1e0c30e) by @AliMD

1.1.8 (2024-07-04)

Dependencies update

  • update all dependencies (0e908b4) by @

1.1.7 (2024-05-12)

Dependencies update

1.1.6 (2024-04-25)

Note: Version bump only for package @alwatr/flatomise

1.1.5 (2024-03-28)

Note: Version bump only for package @alwatr/flatomise

1.1.4 (2024-01-31)

Miscellaneous Chores

1.1.3 (2024-01-24)

Note: Version bump only for package @alwatr/flatomise

1.1.2 (2024-01-20)

Note: Version bump only for package @alwatr/flatomise

1.1.1 (2024-01-16)

Note: Version bump only for package @alwatr/flatomise

1.1.0 (2024-01-08)

Features

  • flatomise: generic type (3193b43) by @AliMD

1.0.2 (2024-01-08)

Note: Version bump only for package @alwatr/flatomise

1.0.1 (2024-01-03)

Note: Version bump only for package @alwatr/flatomise

1.0.0 (2024-01-03)

Features

  • flatomise: A utility for creating promises that can be externally resolved or rejected. (1bc4478) by @AliMD