feat(core, serde-ext, weaver-pojo)!: Introduce string map weaving, extend addressable entry API

This commit is contained in:
2026-05-02 18:58:17 +02:00
parent 110bbed5c1
commit 353c5126bc
23 changed files with 545 additions and 56 deletions
+9
View File
@@ -5,6 +5,15 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- **Breaking**@`core`: Added `getEntry` method to `AddressableStructuredConfigEntry`
that allows to get a subentry by its data key.
- `serde-extension`: Introduce a more generic `ReaderWriter` for `MutableStructuredConfigEntry`s.
- `weaver-pojo`: Make maps with string keys into their own weavable entry type.
## [0.8.1] - 2026-04-26
### Fixed