# Changelog All notable changes to this project will be documented in this file. ## [0.2.7](https://github.com/YoloDev/rstml-component/compare/0.2.6..0.2.7) - 2024-05-16 ### ⬆️ Dependencies - Update rust crate axum to 0.7.5 ([#25](https://github.com/YoloDev/rstml-component/pull/25)) - ([eea3503](https://github.com/YoloDev/rstml-component/commit/eea35038a8565fa82dd374c6baffc2cfb1da74b6)) ### 🔨 Chore - Update rust crate tokio to 1.37.0 ([#32](https://github.com/YoloDev/rstml-component/pull/32)) - ([1297014](https://github.com/YoloDev/rstml-component/commit/1297014a6a013940494c2cda4285a9a8a15f4e0a)) ## [0.2.6](https://github.com/YoloDev/rstml-component/compare/0.2.5..0.2.6) - 2024-01-30 ### 🔨 Chore - Updated the following local packages: rstml-component - ([N/A](https://github.com/YoloDev/rstml-component/commit/N/A)) ## [0.2.5](https://github.com/YoloDev/rstml-component/compare/0.2.2..0.2.5) - 2024-01-18 ### ✨ Features - Component macro ([#15](https://github.com/YoloDev/rstml-component/pull/15)) - ([af19586](https://github.com/YoloDev/rstml-component/commit/af19586a86e0e760b0269d130962b72d904d5a75)) # Changelog * The following workspace dependencies were updated * dependencies * rstml-component bumped from 0.1.1 to 0.1.2 * The following workspace dependencies were updated * dependencies * rstml-component bumped from 0.1.3 to 0.2.0 * The following workspace dependencies were updated * dependencies * rstml-component bumped from 0.2.0 to 0.2.1 ## [0.2.2](https://github.com/YoloDev/rstml-component/compare/rstml-component-axum-v0.2.1...rstml-component-axum-v0.2.2) (2023-08-17) ### Features * dynamic attributes ([2d0da18](https://github.com/YoloDev/rstml-component/commit/2d0da18727dc7adf43a8bc21f012853deec242e8)) ### Dependencies * The following workspace dependencies were updated * dependencies * rstml-component bumped from 0.1.2 to 0.1.3 ## [0.2.0](https://github.com/YoloDev/rstml-component/compare/rstml-component-axum-v0.1.1...rstml-component-axum-v0.2.0) (2023-08-06) ### ⚠ BREAKING CHANGES * re-exports of rstml-component are removed, as the macros doesn't properly work when re-exported. ### Features * add helper method from_fn to Html ([e9c4934](https://github.com/YoloDev/rstml-component/commit/e9c4934d6a1b2f309d5eaf7df9343fa2307a34e0)) ## [0.1.1](https://github.com/YoloDev/rstml-component/compare/rstml-component-axum-v0.1.0...rstml-component-axum-v0.1.1) (2023-08-06) ### Features * add RawText ([0034e71](https://github.com/YoloDev/rstml-component/commit/0034e716fc0871a689b72b27a03acf88c982a476)) * re-export Sanitized and SanitizeConfig from axum package ([a48384e](https://github.com/YoloDev/rstml-component/commit/a48384e3689c1b296906be60ac3f204068214a18)) ### Dependencies * The following workspace dependencies were updated * dependencies * rstml-component bumped from 0.1.0 to 0.1.1 ## 0.1.0 (2023-08-06) ### Features * initial release ([9ef453a](https://github.com/YoloDev/rstml-component/commit/9ef453a6ec51e1093828cfccd6de43d21da7e9e0)) ### Dependencies * The following workspace dependencies were updated * dependencies * rstml-component bumped from 0.0.0 to 0.1.0