leancode_contracts 0.8.0
leancode_contracts: ^0.8.0 copied to clipboard
Dart contracts runtime for a CQRS API.
0.8.0 #
- BREAKING: change the
pacakge:cqrsconstraint to">=9.0.0 <11.0.0"
0.7.0 #
- BREAKING: Bump Dart SDK to 3.0.0
0.6.0 #
- BREAKING: Removed
DateOnly.source. UseDateOnly.toDateTimeLocal()orDateOnly.toDateTimeUtc()instead - BREAKING: Removed
TimeOnly.source. UseDateOnly.toDuration()instead - BREAKING:
TimeOnlyconstructor now accepts individual components instead of aDurationobject. UseTimeOnly.fromDurationinstead - Allow
cqrsv9
0.5.0 #
- BREAKING: Bump minimum dart SDK to 2.17.0
- Change the
pacakge:cqrsconstraint to">=7.0.0 <9.0.0"
0.4.1 #
- Fix
Binarytype not being exported
0.4.0 #
- BREAKING: Remove
NullableDurationJsonConverter - Add
@ContractsSerializableannotation with pre-configured options for contracts
0.3.0 #
- Add
Binarytype - Bump
package:cqrsto7.0.0
0.2.2 #
- Add
DateTimeOffsettype - Implement
ComparableforDateOnlyandTimeOnly
0.2.1 #
- Fix
DateOnlynot dropping time part
0.2.0 #
- Fix
TimeOnlyserde - Fix
Durationserde - Add
DateOnlytype - Export
package:cqrs/cqrs.dartinstead ofpackage:cqrs/contracts.dart
0.1.0 #
- Initial release