Gitpedia
craftcms

craftcms/element-api

Create a JSON API/Feed for your elements in Craft.

3 Releases
Latest: 1y ago
4.2.0Latest
github-actions[bot]github-actions[bot]·1y ago·January 20, 2025
GitHub

📋 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
github-actions[bot]github-actions[bot]·2y ago·March 14, 2024
GitHub

📋 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
github-actions[bot]github-actions[bot]·2y ago·March 12, 2024
GitHub

📋 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))