Skip to content

Releases: d-k-bo/mediathekviewweb-rs

v0.4.0

22 Jul 18:02
Compare
Choose a tag to compare

Changed

  • BREAKING: change duration from Duration to Option<Duration> because some entries (e.g. livestreams) don't have a duration

v0.3.1

23 May 14:35
Compare
Choose a tag to compare

v0.3.0

27 Mar 17:05
Compare
Choose a tag to compare

Changed

  • BREAKING: Update reqwest to v0.12.x which is based on hyper, http and http-body v1

v0.2.0

15 Oct 00:05
Compare
Choose a tag to compare

Changed

  • BREAKING: use i64for timestamps
  • Make timestamp parsing more resilient by accepting both strings and integers
  • BREAKING: Deserialize maybe-empty strings as Option<String>

v0.1.2

06 Oct 18:24
Compare
Choose a tag to compare

Fixed

  • Replace Error::cause with Error::source
  • Change QueryInfo deserialization to adapt to upstream changes

v0.1.1

04 Oct 19:59
Compare
Choose a tag to compare

Fixed

  • Make QueryResult fields public

v0.1.0

03 Oct 21:01
Compare
Choose a tag to compare

Added

  • Initial release