All user visible changes to this project will be documented in this file. This project adheres to Semantic Versioning, as described for Rust libraries in RFC #1105
witty::Value
is now publicly exposed (no need to import serde_json)witty::client
now only accepts a single argument - the token- Updated
serde
andserde_json
to version1.x.x
- Updated
hyper
to version0.11.x
- Dropped
hyper-native-tls
in favor ofhyper-rustls
run_actions
method fromClient
because it will be deprecated by 2018-01-01converse
method fromClient
because it will be deprecated by 2018-01-01ExeccutionError
codes101
,103
,104
are no longer possible