Skip to content

Releases: davidrhyswhite/rust-firebase

v0.9.1

10 Jul 03:42
Compare
Choose a tag to compare

New Release with:

  • Asynchronous Methods!
  • All Errors are enums, no more panics
  • Official Rust Documentation
  • JSON Parsing
  • More Tests!
  • New way to specify query params
  • Use of rust-url for url parsing
  • No more util library
  • Doc Tests

v0.8.0

07 Jun 17:04
Compare
Choose a tag to compare

Changes:

  • Queries can now be authenticated.
  • at() method to walk around the db added.
  • No need to worry about adding '.json' to url or leading and trailing slashes.
  • More documentation
  • delete() renamed to remove()
  • Can now send queries with parameters like orderBy and limitToFirst
  • Cleaner syntax (to be made even cleaner later)
  • Reference to database has its own independent lifetime.