All notable changes to this project will be documented in this file.
- Handle passing in
ElementQuery
's andCollection
's (#32)
- Add
allow-plugins
tocomposer.json
to allow CI tests to work
- Fixed an issue with the short syntax type declarations ([#31]#31)
- Initial Craft CMS 4 release
- Initial Craft CMS 4 compatibility
- Code cleanup
- Updated README.md with native Craft examples
- Fixed deprecation errors from Craft CMS 3 RC13
- Renamed the composer package name to
craft-eagerbeaver
- Updated to require craftcms/cms
^3.0.0-RC1
- Switched to
Craft::$app->view->registerTwigExtension
to register the Twig extension
- Initial release