v0.8.0
- Deprecated parsing extensions of
RequiredPickto acknowledge that all parsers eventually causes errors.
From now on, always use.asIntOrThrow()instead of.required().asInt(). Only exception is.required().toString().
Read more in #34 - Replace
dynamicwithObjectwhere possible - Rename
Pick.location()toPick.debugParsingExit - Removal of
PickLocaitonandPickContextmixins. They are now part ofPick RequiredPicknow extendsPickmaking it easier to write parsers for custom types
This release is available as backport for Dart <2.12 with version 0.6.10