writefreely_client 0.2.0

WriteFreely API client library
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0] - 2024-02-04

### Breaking change

The `collections::UpdateRequest` struct has been updated for WriteFreely 0.15: the `style_sheet`, `script`, and `signature` properties are now `Option<String>`. This only works with WriteFreely 0.15 servers. If the library is to be used with a server running an older version, the `writefreely-0.14` feature flag can be enabled, which restores the previous serialization/deserialization method.

## [0.1.0] - 2023-11-14

_Initial release._

[Unreleased]: https://git.madhouse-project.org/algernon/writefreely-client.rs/compare/writefreely_client-0.2.0...main
[0.2.0]: https://git.madhouse-project.org/algernon/writefreely-client.rs/compare/writefreely_client-0.1.0...writefreely-0.2.0
[0.1.0]: https://git.madhouse-project.org/algernon/writefreely-client.rs/src/tag/writefreely_client-0.1.0