All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
7.0.0 (2025-01-20)
- 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)
- 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)
- angular: requires angular@19
6.0.0 (2024-07-13)
- angular: use angular 18 (4610203)
- angular: requires angular@18
5.0.1 (2024-02-15)
- update version range for rxjs (b6a8f74)
5.0.0 (2024-02-13)
- origin: remove no longer needed origin providers (
provideOrigin
function) (c4145cd)
- 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)
- 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)
- determine-origin: ensure no trailing slash in origin (f8f3171)
- modules: remove deprecated ng modules (9449828)
- angular: use angular 16 (6d34a53)
- rxjs: add observable factory
onDestroy
which uses the newDestroyRef
(f8410de)
- modules: All ng-module classes have been removed. Import standalone Components/Directives directly.
- angular: requires angular@16
3.0.0 (2023-05-02)
- local-storage: handle when LS is not available (fb22eee)
- script-loader-error: remove property defined in super class (1ea97f8)
- 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)
- 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)
- logger-helper: generate valid hex colors (9b48ba2)
- node-console-log-transport: use colorizeForConsole from @shiftcode/utilities (e7119f1)
- angular: update to angular 14.0.0 (bf3346f)
- 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)
- is-input-element: new helper function (faebe03)
Note: Version bump only for package @shiftcode/ngx-core