File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
leancode_contracts_generator Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ # 0.7.0
2+
3+ - ** BREAKING** : Bump Dart SDK to 3.0.0
4+
15# 0.6.0
26
37- ** BREAKING** : Removed ` DateOnly.source ` . Use ` DateOnly.toDateTimeLocal() ` or ` DateOnly.toDateTimeUtc() ` instead
Original file line number Diff line number Diff line change 11name : leancode_contracts
22repository : https://github.com/leancodepl/contractsgenerator-dart
33description : Dart contracts runtime for a CQRS API.
4- version : 0.6 .0
4+ version : 0.7 .0
55
66environment :
7- sdk : " >=2.17 .0 <3 .0.0"
7+ sdk : " >=3.0 .0 <4 .0.0"
88
99dependencies :
1010 cqrs : " >=7.0.0 <10.0.0"
Original file line number Diff line number Diff line change 11# 0.12.0
22
3- - ** BREAKING** : Bump ` package:protobuf ` to v3
3+ - ** BREAKING** : Bump ` package:protobuf ` to 3.0.0
4+ - ** BREAKING** : Bump Dart SDK to 3.0.0
45
56# 0.11.0
67
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Dart contracts client generator for a CQRS API.
44version : 0.12.0
55
66environment :
7- sdk : " >=2.19 .0 <3 .0.0"
7+ sdk : " >=3.0 .0 <4 .0.0"
88
99dependencies :
1010 args : ^2.1.1
You can’t perform that action at this time.
0 commit comments