Skip to content

Releases: Oscabrera/laravel-json-api-format-paginate

v1.0.3

21 Jun 00:14
ff72f64
Compare
Choose a tag to compare

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

Full Changelog: v1.0.2...v1.0.3

v1.0.2

12 Jun 00:54
Compare
Choose a tag to compare

v1.0.2

🐛 Bug Fixes

use correct configuration file

Full Changelog: v1.0.1...v1.0.2

v1.0.1

11 Jun 15:08
Compare
Choose a tag to compare

v1.0.1

🐛 Bug Fixes

  • Create config file

Full Changelog: v1.0.0...v1.0.1

v1.0.0

09 Jun 17:45
Compare
Choose a tag to compare

🚀 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

07 Jun 02:18
Compare
Choose a tag to compare

v1.0.0-alpha.3

v1.0.0-alpha.2

07 Jun 02:00
Compare
Choose a tag to compare

v1.0.0-alpha.2

v1.0.0-alpha.1

06 Jun 21:58
Compare
Choose a tag to compare

v1.0.0-alpha.1