Skip to content

Latest commit

 

History

History
113 lines (52 loc) · 4.55 KB

CHANGELOG.md

File metadata and controls

113 lines (52 loc) · 4.55 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.0.8 (2024-08-27)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (762dcd3)

5.0.7 (2024-07-31)

Bug Fixes

  • upgrade @kontent-ai/core-sdk from 10.4.0 to 10.6.0 (4ab1f65)
  • upgrade multiple dependencies with Snyk (25922ed)
  • upgrade rxjs from 7.5.6 to 7.8.1 (110dada)

5.0.6 (2024-06-27)

5.0.5 (2024-03-26)

Bug Fixes

  • package.json to reduce vulnerabilities (38c6ed9)

5.0.4 (2024-03-26)

5.0.3 (2024-02-29)

5.0.2 (2023-12-08)

5.0.1 (2023-10-09)

5.0.0 (2022-08-17)

  • Migrates to Angular 14 & @kontent-ai/core-sdk 10,

Features

  • updates license & package name (2ca5ed7)

4.4.0-1 (2022-08-17)

4.4.0-0 (2022-08-17)

Features

  • updates to Angular 14 & kontent-ai/core-sdk@14 (f47a6e9)

4.3.0-0 (2021-10-06)

Features

  • updates to Angular 12.x.y & kontent-core 9.x.y (1a08793)

4.2.0 (2020-10-07)

Features

  • updates library to latest dependencies & Angular 10 (d581539)

4.1.0 (2020-05-08)

Features

  • cleans up the code a bit & uses providedIn = 'root' (1db258d)

4.0.0 (2020-02-10)

⚠ BREAKING CHANGES

  • adds support for Angular 9

Features

  • adds support for Angular 9 (2502e26)

Bug Fixes

  • fixes link in packag.ejson (bd6903a)

3.0.0 (2020-02-04)

⚠ BREAKING CHANGES

  • updates code to use latest HttpService

Features

  • updates code to use latest HttpService (01aa889)

Bug Fixes

  • removes ternary operator due to older TS version, better log message (b690968)

2.1.0 (2020-02-04)

Features