Releases: Oscabrera/laravel-json-api-format-paginate
Releases · Oscabrera/laravel-json-api-format-paginate
v1.0.3
v1.0.3
🐛 Bug Fixes,
- Change model name to plural in Entity ResourceTransformer, This represents a bad practice and a bug.
What's Changed
- fix error with route use snake and plural in EntityResourceTransformer by @Oscabrera in #1
New Contributors
- @Oscabrera made their first contribution in #1
Full Changelog: v1.0.2...v1.0.3
v1.0.2
v1.0.1
v1.0.0
🚀 New Features
Advantages of JSON and Pagination JSON:API
is a specification for building APIs in JSON format that standardizes responses, facilitating interoperability between different systems. Some advantages include:
- Standardization: Consistent and predictable responses.
- Overload Reduction: Avoid duplication of data in responses.
- Ease of Use: Simplifies the consumption of the API from the client.
Pagination in JSON
allows you to handle large data sets efficiently, providing links to previous and next pages, as well as metadata about pagination.
🌐 More Information
For more information, visit the documentation.
v1.0.0-alpha.3
v1.0.0-alpha.3
v1.0.0-alpha.2
v1.0.0-alpha.2
v1.0.0-alpha.1
v1.0.0-alpha.1