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.1.6 - 2025-01-01
- add an escaper for markdown
- extend
cargo dev
to build docs as well - fix path in example
- add more tests and refactor a bit
0.1.5 - 2024-12-31
- add support for custom escapers and move macro to
oxiplate-derive
crate
- use correct name for escaper group in message
- use an enum for escapers to reduce boilerplate
0.1.4 - 2024-12-30
- add basic support for custom escapers
- add state to escaper and rename it to prep for external escapers
- add state and move local variables into it
0.1.3 - 2024-12-25
- add writs doc
- add "Getting started" doc
0.1.2 - 2024-12-23
- add start of book
0.1.1 - 2024-12-23
- add funding info
- add release-plz for release management