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.4.0 - 2024-07-22
- BREAKING: change
duration
fromDuration
toOption<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
reqwest
to v0.12.x which is based onhyper
,http
andhttp-body
v1
0.2.0 - 2023-10-14
- BREAKING: use
i64
for 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::cause
withError::source
- Change
QueryInfo
deserialization to adapt to upstream changes
0.1.1 - 2023-10-04
- Make QueryResult fields public
0.1.0 - 2023-10-03
- Initial release