# Changelog All notable changes to this project will be documented in this file. ## [0.1.2] - 2024-05-30 ### Documentation - Include readme into crates documentation ([#100](https://github.com/DDtKey/protect-endpoints/pull/100)) ## [0.1.1] - 2024-04-10 ### Refactor - Rename `axum-grants` to `protect-axum` ([#93](https://github.com/DDtKey/protect-endpoints/pull/93)) ## [0.1.0] - 2024-03-31 ### Bug Fixes - Reference in README.md - Url typos in README.md ### Documentation - Add base documentation - Fix typos and add some examples to README - Update description - Update example and README.md - Add example using httpauth + JWT - Add downloads badge - Add a description of the 403 response through Guards ([#9](https://github.com/DDtKey/protect-endpoints/pull/9)) - Example of custom fallback endpoint for Scope with Guard - Update readme structure - Add 'how to use' section ([#18](https://github.com/DDtKey/protect-endpoints/pull/18)) - Update links to the repo ([#47](https://github.com/DDtKey/protect-endpoints/pull/47)) - Add links to images in readme ([#49](https://github.com/DDtKey/protect-endpoints/pull/49)) ### Features - Minimal ready version - Add guard option for validate authorities - Support custom types for permissions/roles ([#25](https://github.com/DDtKey/protect-endpoints/pull/25)) - Introduce core crate with tower implementation ([#82](https://github.com/DDtKey/protect-endpoints/pull/82)) - Initial `axum` support ([#83](https://github.com/DDtKey/protect-endpoints/pull/83)) ### Miscellaneous Tasks - Upd README.md - Add build cache - Add logo - Merge `rocket-grants` into the repo ### Refactor - [**breaking**] Remove using of Arc in extractors ([#1](https://github.com/DDtKey/protect-endpoints/pull/1)) - [**breaking**] Change `authoritites` to `permissions` everywhere for more clarity - Move impl of `GrantsLayer` to core crate ([#84](https://github.com/DDtKey/protect-endpoints/pull/84)) ### Build - Switch to workspace ([#43](https://github.com/DDtKey/protect-endpoints/pull/43))