β¨ Features
- π Version bump to **1.0.5**.
- π Added download badge to `README` for better visibility of package popularity.
- π Updated `README.md` to enhance structure and add usage examples for Starlette.
- π Added new Starlette example with `RequestDurationMiddleware` and removed outdated examples.
π Refactor
- π§ Refactored decorators to use `Callable` type hints for improved precision and readability.
- π§ Refactored test fixtures to improve middleware configuration and add new test cases.
- π§ Refactored tests to use `TestClass` for header name and precision validation.
π Fixes
- βοΈ Updated pytest configuration to enable verbose output and set asyncio mode for better test behavior.
- βοΈ Improved formatting and example configuration in `README`.
π Notes
- π Updated Starlette dependency for compatibility.