0.9.2
- Fixed: Added a missing
ParserPrinter
conformance toOptionalOneOf
, which prevented parsers that usedif
statements in@OneOfBuilder
blocks from being printers.
The following changes have been made to the more experimental _URLRouting
module:
- Added: A
Body()
initializer that takes no arguments. It simply parses the entire body asData
. - Infrastructure: documentation changes.