craftcms/element-api
Create a JSON API/Feed for your elements in Craft.
3 Releases
Latest: 1y ago
4.2.0Latest
📋 Changes
- Endpoint configs are now merged into the `defaults` array recursively, making it possible to specify default criteria params. ([#195](https://github.com/craftcms/element-api/issues/195))
- Fixed an error that occurred if no cache tags were registered by an endpoint’s element query. ([#196](https://github.com/craftcms/element-api/issues/196))
4.1.0
📋 Changes
- Element API now requires Craft 4.3.0+ or 5.0.0+.
- Endpoints are no longer cached beyond the lowest expiry date in the results. ([#187](https://github.com/craftcms/element-api/issues/187))
4.0.0
📋 Changes
- Added Craft 5 compatibility. ([#186](https://github.com/craftcms/element-api/pull/186))
- Updated Fractal to 0.20. ([#183](https://github.com/craftcms/element-api/pull/183))