All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.5.0 - 2026-02-07
- BREAKING: Update to
reqwest0.13
0.4.1 - 2025-02-21
- Parse min and max duration as minutes. They were incorrectly intepreted as seconds before (#2)
0.4.0 - 2024-07-22
- BREAKING: change
durationfromDurationtoOption<Duration>because some entries (e.g. livestreams) don't have a duration
0.3.1 - 2024-05-23
0.3.0 - 2024-03-27
- BREAKING: Update
reqwestto v0.12.x which is based onhyper,httpandhttp-bodyv1
0.2.0 - 2023-10-14
- BREAKING: use
i64for timestamps - Make timestamp parsing more resilient by accepting both strings and integers
- BREAKING: Deserialize maybe-empty strings as
Option<String>
0.1.2 - 2023-10-06
- Replace
Error::causewithError::source - Change
QueryInfodeserialization to adapt to upstream changes
0.1.1 - 2023-10-04
- Make QueryResult fields public
0.1.0 - 2023-10-03
- Initial release