v0.17.0
What's Changed
- Make
Element
implementSend
by @zslayton in #497 - Implements
IntoIterator
for container Elements by @zslayton in #499 - Custom string type by @zslayton in #501
- Makes
List
andSExp
thin wrappers aroundSequence
by @zslayton in #502 - Makes
Value::List
andValue::SExp
wrapSequence
by @zslayton in #505 - Introduces
Bytes
,Blob
, andClob
wrapper types by @zslayton in #506 - Handle incomplete errors when parsing escaped string sequences by @nirosys in #495
- Add BlockingRawReader as a blocking wrapper around non-blocking text and binary readers by @nirosys in #493
- Introduces an
Annotations
type by @zslayton in #508 - Remove map_ APIs and replace them with read_ by @nirosys in #509
- Adds conversion from byte literals to Bytes by @popematt in #510
- Adds Copy/Clone derivation to StreamItem by @almann in #513
- Version bump to v0.17.0 by @zslayton in #514
Full Changelog: v0.16.0...v0.17.0