Version 0.10.0-alpha.6
·
48 commits
to master
since this release
- Renamed
crate::typestobuilder(56c76a6) - Introduced
Builder::newconstructor that automatically determines the API endpoint to use (d117841) - Use newly introduced
BoundingBoxtype forlocationsparameter (af5513e) - Use
Cow<_>s for possibly borrowed parameters ofBuilder, so that you can create an "owned"Buildermore easily (2b6584b) - Removed
Builder::methodand madeBuilder::endpointtake an HTTP request method (a00aace) - Removed
FilterLevel::Customvariant (d4221de) - Removed
Error::Customvariant (1a2567f) - Replaced the (defective)
TwitterStream::filterconstructor withTwitterStream::{follow,track,locations}constructors (2b59ad6, 022b13f)