kind 0.5.0 kind: ^0.5.0 copied to clipboard
An unified data layer framework that enables serialization, persistence, and state observability for any Dart class. Comes with primitives such as decimal numbers and currency amounts.
0.5.0 #
- Major refactoring, including some breaking API changes.
- Adds new primitives: Currency, CurrencyAmount, and Decimal.
- Adds new kinds: CurrencyAmountKind, DecimalKind, DurationKind, FutureKind, StreamKind, and VoidKind.
- Fixes bugs and improves error messages.
0.4.0 #
- Adds support for namers.
0.3.2 #
- Fixes encountered issues such as those related to instanceIsDefault and validation.
0.3.1 #
- Small fixes (dependency constraints, documentation).
0.3.0 #
- Fixes various issues. Breaking changes in relational database mapping and EnumKind.
- The 0.3.x API is still experimental and even major changes are possible.
0.2.2 #
- Fixes issues in numeric kinds and others.
0.2.1 #
- Fixes small issues.
0.2.0 #
- Improved the initial draft. Still experimental.
0.1.0-nullsafety.0 #
- Initial version.