Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

62 lines (35 loc) · 1.46 KB

Changelog

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.

[Unreleased]

0.1.6 - 2025-01-01

Added

  • add an escaper for markdown

Other

  • 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

Added

  • add support for custom escapers and move macro to oxiplate-derive crate

Fixed

  • use correct name for escaper group in message

Other

  • use an enum for escapers to reduce boilerplate

0.1.4 - 2024-12-30

Other

  • 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

Other

  • add writs doc
  • add "Getting started" doc

0.1.2 - 2024-12-23

Other

  • add start of book

0.1.1 - 2024-12-23

Other

  • add funding info
  • add release-plz for release management