snapshot 0.2.6+2
snapshot: ^0.2.6+2 copied to clipboard
A library that can be used to implement data classes and simplifies conversion of JSON to data classes
Change Log #
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2025-02-18 #
Changes #
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
snapshot
- v0.2.6+2
- PERF: improve speed of equality checks on deep immutables.
0.2.6+2 #
- PERF: improve speed of equality checks on deep immutables.
0.2.6+1 #
- REFACTOR: support for rxdart ^0.28.0.
- REFACTOR: support for intl ^0.19.0.
- FIX: switchChildren not emitting any value when empty map.
0.2.6 #
- Fixes switchChildren not emitting any value when empty map
0.2.5 #
- fix
Snapshot.asNonNullableList
0.2.4 #
- fix signature
asList
onStream<Snapshot>
0.2.3 #
- fix converting to nullable type
0.2.2 #
- Upgrade to rxdart 0.27.0
0.2.1 #
- Fixes to run with dart2js (see https://github.com/dart-lang/sdk/issues/46417)
0.2.0 #
- Null safety
0.1.0 #
- Initial version