Skip to content

Commit 4ce461f

Browse files
committed
Merge branch 'release/v5.1.0' into main
2 parents 196e517 + 59465d5 commit 4ce461f

27 files changed

Lines changed: 1635 additions & 334 deletions

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [5.1.0] - 2026-02-20
11+
12+
### Added
13+
14+
- New example `example/lib/store_state_based_transactional.dart` demonstrating `StateBasedStore` with `TransactionalRunner` and a REST API adapter.
15+
- New example `example/lib/store_state_based_local_db.dart` demonstrating `StateBasedStore` with a local key-value database adapter.
16+
- `InMemoryPersistenceAdapter` in `continuum_store_memory` — a ready-made `AggregatePersistenceAdapter` backed by a plain `Map`, suitable for testing and development.
17+
- `HivePersistenceAdapter` in `continuum_store_hive` — a ready-made `AggregatePersistenceAdapter` backed by a Hive `Box<String>`, for local persistence.
18+
- `SembastPersistenceAdapter` in `continuum_store_sembast` — a ready-made `AggregatePersistenceAdapter` backed by a Sembast store, for local persistence.
19+
20+
### Removed
21+
22+
- Removed obsolete hybrid examples from the `example/` package. The
23+
following example files and their helper DTOs were removed because the
24+
recommended pattern is now demonstrated in
25+
`example/lib/store_state_based_transactional.dart`:
26+
- `example/lib/hybrid_optimistic_creation.dart`
27+
- `example/lib/hybrid_profile_edit.dart`
28+
- `example/lib/hybrid_multi_step_form.dart`
29+
- `example/lib/hybrid/backend_api.dart`
30+
- `example/lib/hybrid/dtos.dart`
31+
32+
1033
## [5.0.0] - 2026-02-19
1134

1235
### Breaking Changes

packages/continuum/example/lib/hybrid/backend_api.dart

Lines changed: 0 additions & 36 deletions
This file was deleted.

packages/continuum/example/lib/hybrid/dtos.dart

Lines changed: 0 additions & 64 deletions
This file was deleted.

packages/continuum/example/lib/hybrid_multi_step_form.dart

Lines changed: 0 additions & 73 deletions
This file was deleted.

packages/continuum/example/lib/hybrid_optimistic_creation.dart

Lines changed: 0 additions & 68 deletions
This file was deleted.

packages/continuum/example/lib/hybrid_profile_edit.dart

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)