Releases: stphnt/zproto
Releases · stphnt/zproto
v0.4.2
v0.4.1
See CHANGELOG.md for release notes.
v0.4.0
See CHANGELOG.md for release notes.
v0.3.5
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
Breaking Changes
- Make
TokenIter::Item
to include&str
instead of&[u8]
by @stphnt in #72 - Refactor
Port::poll_until
APIs by @stphnt in #90- Make
Port::poll_until
validate responses - Add
Port::poll_until_with_check
to allow custom response validation
- Make
- Refactor the
ascii::Target
API by @stphnt in #92- Update names for
Target
builder and getter methods to follow Rust API style guidelines.
- Update names for
- Refactor port methods by @stphnt in #93
- Remove
Port::replace_*
methods and updatePort::set_*
to return the previous value. - Rename
Port::on_*
methods toPort::set_*_handler
- Rename
Port::clear_on_*
methods toPort::clear_*_handler
- Remove
- Refactor ascii check by @stphnt in #94
- Rename
check::default()
tocheck::strict()
and addcheck::minimal()
- Rename
What's Changed
- Remove unnecessary allocation by @stphnt in #74
- Fix clippy lints added in 1.63 by @stphnt in #77
- Remove unused
use
statements from example code by @stphnt in #82 - Fix new clippy lint failures by @stphnt in #84
- Simplify a documentation example by @stphnt in #83
- Add some ascii checks by @stphnt in #87
- Misc. code clean up by @stphnt in #96
- Update versions of some dependencies by @stphnt in #99
Full Changelog: v0.2.1...v0.3.0