### Version 0.6.1 - Is now `#[no_std]`. Uses `core` and `alloc`. ### Version 0.6.0 - Globs can now be at the beginning of the line - Repos for all supporting crates have been merged into a workspace ### Version 0.5.2 - Wrapped functions are still available for testing ### Version 0.5.1 - Exported mimeograph_request::Request ### Version 0.5.0 Removed route![] added routes![] - To migrate, create `routes![]` and pass them into `mimeograph_router::router(request, routes)` ### Version 0.4.0 Return type of route![] changed to `RouterResult` ### Version 0.3.0 Return type of route![] changed from Option to Result where U is the request. Added special tokens for routes: `**` and `*` ### Version 0.2.1 Hid mimeograph_router_helpers::\* from documentation. ### Version 0.2.0 Restructured crate. Routes no longer receive a reference to a Request. Improved performance. ### Version 0.1.1 Fixed an issue with "/" routes being 'empty' ### Version 0.1.0 Initial Release