# 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.1.3-alpha.7](https://github.com/ratnaraj7/origami-engine/compare/origami-engine-v0.1.3-alpha.6...origami-engine-v0.1.3-alpha.7) - 2024-10-10 ### Added - [**breaking**] add ability to add vis to comps ## [0.1.3-alpha.6](https://github.com/ratnaraj7/origami-engine/compare/origami-engine-v0.1.3-alpha.5...origami-engine-v0.1.3-alpha.6) - 2024-10-10 ### Fixed - [**breaking**] add semicolon for expr in attr ### Other - update benches - update tests - update docs ## [0.1.3-alpha.5](https://github.com/ratnaraj7/origami-engine/compare/origami-engine-v0.1.3-alpha.4...origami-engine-v0.1.3-alpha.5) - 2024-10-09 ### Other - Update tests - Update docs - Update tests ## [0.1.3-alpha.4](https://github.com/ratnaraj7/origami-engine/compare/origami-engine-v0.1.3-alpha.3...origami-engine-v0.1.3-alpha.4) - 2024-10-07 ### Other - Update docs - tests - tests ## [0.1.3-alpha.3](https://github.com/ratnaraj7/origami-engine/compare/origami-engine-v0.1.3-alpha.2...origami-engine-v0.1.3-alpha.3) - 2024-10-06 ### Other - update bench - update docs - update tests ## [0.1.3-alpha.2](https://github.com/ratnaraj7/origami-engine/compare/origami-engine-v0.1.3-alpha.1...origami-engine-v0.1.3-alpha.2) - 2024-10-02 ### Other - release ## [0.1.2](https://github.com/ratnaraj7/origami-engine/compare/origami-engine-v0.1.1...origami-engine-v0.1.2) - 2024-10-01 ### Added - implement `debug` and `clone` for `Origami` ### Other - add full page bench - Merge pull request [#19](https://github.com/ratnaraj7/origami-engine/pull/19) from ratnaraj7/dev - add bench - add `[[bench]]` and criterion for benchmarking ## [0.1.1](https://github.com/ratnaraj7/origami-engine/compare/origami-engine-v0.1.0-alpha.2...origami-engine-v0.1.1) - 2024-09-30 ### Other - updated the following local packages: origami-macros ## [0.1.0-alpha.2](https://github.com/ratnaraj7/origami-engine/compare/origami-engine-v0.1.0-alpha.1...origami-engine-v0.1.0-alpha.2) - 2024-09-29 ### Added - add `minify-html`, `minify_html` feature and reexport `minify-html` - add support for match expression - generate macros for components instead of structs - re-export html-escape for ease of use - add html-escape as optional dep ### Fixed - [**breaking**] change feature name html-escape to html_escape - repository url ### Other - update docs - update tests - add `#[doc(no_inline)]` for extern reexport crates - add license - update tests - update tests - update tests - update docs - update tests - add docs - update test - remove unused imports - add test for attributes - Merge pull request [#4](https://github.com/ratnaraj7/origami-engine/pull/4) from ratnaraj7/dev - update feature names ## [0.1.0-alpha.1](https://github.com/ratnaraj7/origami-engine/releases/tag/origami-engine-v0.1.0-alpha.1) - 2024-08-19 ### Other - add workflows - initial commit - add projects