- Added the
includeandexcludeendpoint config settings. (#42)
- Added the
cacheendpoint config setting.
- Added a JSON Feed V1 serializer.
- Added the
metaendpoint config setting. - Added the
serializerendpoint config setting. - Added the
jsonOptionsendpoint config setting. - Added the
prettyendpoint config setting.
- Updated Fractal to 0.16.
- Fixed a bug where pagination URLs contained an extra
patternquery param.
- Added support for a
resourceKeyendpoint config setting (default is'data').
- Fixed the changelog and download URLs.
- Fixed a PHP error that occurred when paginating results. (#36)
- Craft 3 Beta 8 compatibility.
- Craft 3 compatibility.
- It’s now possible to provide custom resource adapter classes, which could be associated with other things besides elements.
- Added
craft\elementapi\ResourceAdapterInterface. - Added
craft\elementapi\ElementResourceAdapter.
- Deprecated the
firstendpoint config setting. Useoneinstead.
- Added the
includeandexcludeendpoint config settings. (#41)
- Added the
cacheendpoint config setting.
- Fixed a bug where endpoint were sending JSON headers even if an exception occurred and the HTML error view was returned. (#39)
- Added a JSON Feed V1 serializer.
- Added the
metaendpoint config setting. - Added the
serializerendpoint config setting. - Added the
jsonOptionsendpoint config setting.
- Updated Fractal to 0.16.
- Added support for a
resourceKeyendpoint config setting (default is'data').
- Pagination URLs will now honor any existing query string parameters.
- Added the
elementApi.onBeforeSendDataevent.
- Updated to take advantage of new Craft 2.5 plugin features.
Initial release.