|
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. |
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Made the `getByKey()` function generic in the property service |
|
|
|
|
|
|
|
## 2.176.0 - 2025-06-30 |
|
|
|
|
|
|
|
### Added |
|
|
@ -21,7 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Renamed `Account` to `account` in the `Order` database schema |
|
|
|
- Improved the language localization for German (`de`) |
|
|
|
- Upgraded `prettier` from version `3.5.3` to `3.6.2` |
|
|
|
- Improved `PropertyService` by making `getByKey()` function generic |
|
|
|
|
|
|
|
## 2.175.0 - 2025-06-28 |
|
|
|
|
|
|
|