Skip to content

Releases: tenantcloud/laravel-json-api

Added cursor pagination validation

04 Sep 16:13
39696c5
Compare
Choose a tag to compare
Merge pull request #38 from tenantcloud/validation

fix: Added cursor validation

Added cursor pagination support.

04 Sep 09:59
71d014b
Compare
Choose a tag to compare
Merge pull request #37 from tenantcloud/cursor-pagination

feature: Added integration of cursor pagination

v6.4.0

25 Apr 12:38
Compare
Choose a tag to compare

6.4.0 (2024-04-25)

Features

v6.3.0

15 Jan 15:06
Compare
Choose a tag to compare

6.3.0 (2024-01-15)

Features

v6.2.0

22 Nov 15:04
Compare
Choose a tag to compare

6.2.0 (2023-11-22)

Features

  • Added matchCurrentVersion function into json api base request class. (36a87a0)
  • Improve schema attribute definitions. (31d8a09)

v6.1.0

13 Nov 15:25
Compare
Choose a tag to compare

6.1.0 (2023-11-13)

Features

  • Upgrade api-versioning package version. (f4f4e52)

v6.0.1

01 Nov 13:29
Compare
Choose a tag to compare

What's Changed

  • fix: Used request input instead of request get to allow prepareForVal… by @chuchvara in #27

Full Changelog: v6.0...v6.0.1

Pass context to transformers instead of fields

20 Oct 10:44
Compare
Choose a tag to compare
chore(release): 5.5.2 [skip ci]

## [5.5.2](https://github.com/tenantcloud/laravel-json-api/compare/v5.5.1...v5.5.2) (2023-10-20)

### Bug Fixes

* Pass request context instead of fields to the transformer ([4e924db](https://github.com/tenantcloud/laravel-json-api/commit/4e924dbd1346836b91462053d9b8eedd153e2bf1))

Added ability to request meta resources

27 Jul 08:31
2bc1b63
Compare
Choose a tag to compare

v5.4.0

05 Jul 16:18
d768688
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.2.2...v5.4.0