Releases: ryangjchandler/blade-cache-directive
Releases · ryangjchandler/blade-cache-directive
v1.0.0
v0.4.0
What's Changed
- feature: support disabling cache by @ryangjchandler in #10
Full Changelog: v0.3.2...v0.4.0
v0.3.2
What's Changed
- Updated README.md to reflect changes to the config by @bobclewell in #6
- chore: add support for Laravel 10 by @ryangjchandler in #8
New Contributors
- @bobclewell made their first contribution in #6
- @ryangjchandler made their first contribution in #8
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
What's Changed
- Add tests for cache directive by @yvesdaxmaz in #1
- Add support for Laravel 9 by @phpfour in #3
New Contributors
- @yvesdaxmaz made their first contribution in #1
- @phpfour made their first contribution in #3
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Fixed
- Removed debugging code so that contents aren't evaluated in all cases.