We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f948a1f commit ec9b15eCopy full SHA for ec9b15e
1 file changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.8.0
+## 0.8.0 (and 0.6.10 for Dart <2.12)
2
3
- Deprecated parsing extensions of `RequiredPick` to acknowledge that all parsers eventually causes errors.
4
From now on, always use `.asIntOrThrow()` instead of `.required().asInt()`. Only exception is `.required().toString()`.
@@ -12,6 +12,10 @@
12
13
- Enable nullsafety (requires Dart >=2.12)
14
15
+## 0.6.10
16
+
17
+Backports 0.8.0 to pre-nullsafety
18
19
## 0.6.0
20
21
### API changes
0 commit comments