All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
- Structs and enums now implement the
Clone
trait.
- Fixed incorrect documentation examples for the
tag_type
andshow_blocks
functions, as well as a typo in thedatetime_to
documentation.
datetime_to
anddatetime_from
can no longer panic when providing invalid values. Instead, the API call will simply ignore these query parameters and not include them in the request.- Structs no longer implement the
Serialize
trait. - Improved documentation by using implied shortcut reference links.
- Updated dependencies.
- Added the
Result<T>
type. This is a wrapper around Rust's coreResult<T, E>
type that makes errors default to Aletheia's ownError
type.
- Added
BodyText
to theField
enum. This allows the article body to be displayed with no HTMLin the response (credit to @invokermain for spotting the lacking field).