Skip to content

Latest commit

 

History

History
134 lines (79 loc) · 7.73 KB

CHANGELOG.md

File metadata and controls

134 lines (79 loc) · 7.73 KB

Change Log

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

7.0.0 (2025-01-20)

Bug Fixes

  • libs: solve review comments (1216b96)
  • remove unnecessary eslint rules (5423000)
  • revert version of --fix flag command and prettier scripts (26d0f73)
  • update sc deps and lint scripts (64c7e18)

Features

  • angular: use angular 19 (2907ec9)
  • extend eslintrc files (5bec34b)
  • lint: update eslint configs to only include necessary rules (21af752)
  • remove tslint, add .eslintrc.cjs files (8bebbd9)
  • replace tslint to eslint (ad6c76c)
  • root: tslint -> eslint and yarn -> npm migrations (e6c4786)

BREAKING CHANGES

  • angular: requires angular@19

6.0.0 (2024-07-13)

Features

  • angular: use angular 18 (4610203)

BREAKING CHANGES

  • angular: requires angular@18

5.0.1 (2024-02-15)

Bug Fixes

  • update version range for rxjs (b6a8f74)

5.0.0 (2024-02-13)

Code Refactoring

  • origin: remove no longer needed origin providers (provideOrigin function) (c4145cd)

Features

  • core: update angular to version 17 (1352165)
  • resolve-fn-to-can-activate-fn: new utility to transform a ResolveFn to a CanActivateFn (40cd715)
  • to-promise: static util function to ensure returned value is a promise (5e89db0)

BREAKING CHANGES

  • origin: for ssr use @angular/ssr and refactor accordingly
  • core: requires angular 17.1.1 as a peer dependency

4.0.0 (2023-10-19)

Bug Fixes

  • determine-origin: ensure no trailing slash in origin (f8f3171)

Code Refactoring

  • modules: remove deprecated ng modules (9449828)

Features

  • angular: use angular 16 (6d34a53)
  • rxjs: add observable factory onDestroy which uses the new DestroyRef (f8410de)

BREAKING CHANGES

  • modules: All ng-module classes have been removed. Import standalone Components/Directives directly.
  • angular: requires angular@16

3.0.0 (2023-05-02)

Bug Fixes

  • local-storage: handle when LS is not available (fb22eee)
  • script-loader-error: remove property defined in super class (1ea97f8)

Features

  • angular: update to angular@15 (c848401)
  • client-id.service: expose information whether clientId was created in current session (ad94501)
  • local-storage: add provide function (9c5cc2b)
  • local-storage: flag indicating whether the real LocalStorage is used (72cfb45)
  • log-transport: new function to provide the log transport with its config to the environment (5abdfe6)
  • logger: support Feature pattern to provide LogTransports (9e97248)
  • origin: new environment provider function for the ORIGIN token (b957ebe)

BREAKING CHANGES

  • local-storage: It's necessary to call provideLocalStorage or to provide an implementation for LocalStorage on your own
  • origin: determinateOrigin renamed to determineOrigin
  • angular: now requires angular@15

2.0.0 (2022-10-17)

Bug Fixes

  • logger-helper: generate valid hex colors (9b48ba2)

Code Refactoring

  • node-console-log-transport: use colorizeForConsole from @shiftcode/utilities (e7119f1)

Features

  • angular: update to angular 14.0.0 (bf3346f)

BREAKING CHANGES

  • node-console-log-transport: now requires @shiftcode/utilities@^1.2.0

peer dependency 'ansi-styles' is no longer required

  • angular: now requires @angular/core@^14.0.0

1.1.0 (2022-06-14)

Features

  • is-input-element: new helper function (faebe03)

1.0.0 (2022-01-22)

Note: Version bump only for package @shiftcode/ngx-core