- Initial release
- Add icon to plugin and more information in the readme.
- Add more information to the readme. Change Changelog format
- Change composer package name to my real repo name.
- Change API endpoints from
/<version>/api/controlername
to/<version>/api/queryApi/controlername
. - Cache duration is now the default craft cache duration defined in
/config/general.php
. - Update readme
- Fix formatting issues in all php files.
- Fix missing title field in matrix transformer.
- Minimize json response data by deleting metadata that is not really useful.
- Fix a bug of the entry transformer when entries without section get queried.
- Add support for level, sectionId and type for entry queries.
- Add
EVENT_REGISTER_FIELD_TRANSFORMERS
for defining custom field transformer. - Update Readme Typo
- Add support for search query.
- Add
EVENT_REGISTER_ELEMENT_TYPES
for defining custom element types. - Add settings for cache duration and exclude Field Classes.
- Change file and class name of
FieldTransformerEvent
toRegisterFieldTransformersEvent
.