# Changelog All notable changes to this project will be documented in this file. ## [0.1.13] - 2024-09-26 ### 🐛 Bug Fixes - Wrong HTTP method type for `OPTIONS` ## [0.1.12] - 2024-09-03 ### 🐛 Bug Fixes - Expose `layer` and `route_layer` ## [0.1.11] - 2024-08-30 ### 🚀 Features - Add `any` and `any_of` helpers ### Example - Add examples for `any` and `any_of` features ## [0.1.10] - 2024-08-16 ### 🚀 Features - *(injectable instance)* Instance can now be injected ### Example - *(injected instance)* Add examples of injected instance ## [0.1.9] - 2024-05-25 ### 🚀 Features - Implemented `from` raw router into router wrapper ### Example - Add from raw router example ## [0.1.8] - 2024-05-25 ### 🚀 Features - Add the ability to nest routers ### Example - Add an example for nesting routers ## [0.1.7] - 2024-05-25 ### 🚀 Features - Add `no name` version for all the verbs ### Example - Split `noname` for readability - Add an example for the new `verb_x` methods ## [0.1.6] - 2024-05-21 ### 🐛 Bug Fixes - Fix typos in the examples ## [0.1.5] - 2024-05-21 ### 🚀 Features - Add middleware support ### 🐛 Bug Fixes - Fix typos ### Example - Add middleware examples ## [0.1.4] - 2024-04-27 ### 🐛 Bug Fixes - Typos and wrong wordings 🤦‍♂️ ## [0.1.3] - 2024-04-26 ### 🚀 Features - Add `name_route` method ## [0.1.2] - 2024-04-26 ### 🚀 Features - Add the ability to merge routers ### Example - Add examples for `merge` and `noname` routes ## [0.1.1] - 2024-04-26 ### 🐛 Bug Fixes - Fix wrong repo path in `Cargo.toml` file ## [0.1.0] - 2024-04-26 ### 🚀 Features - Implement filling the parts values 🚀 - Create crate