All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Update the way we determine whether a site should be cached or not
- Dev mode now disables caching, regardless of the plugin's settings
- Fixed an issue where live preview requests weren't detected correctly, resulting in them being cached
- Fixed an issue with eager loaded elements not being serializable
- Require Craft ^5
- Require PHP ^8.2
- Require PHP ^8.0
- Improve code quality with phpstan and php cs fixer
- Update to Fractal ^0.20.1
- Defer registration of event handlers until Craft is initialized
- Update calls to deprecated Craft methods
- Reduce code smells and clean up
- Ignore cache when in CMS preview
- Craft 4 mayor release version
- Craft 3 requirement version
- Craft 3 support for minor version release
- Craft 4 only
- Craft 4 support
- Updated league/fractal package
- Initial release