Skip to content

Releases: kimmelsg/cj-transmit

Returning a JsonResponse for respondWithNoContent() which makes it consistent with other response types.

23 May 20:57
Compare
Choose a tag to compare
The respondWithNoContent method should return a JsonResponse as well.…

… (instead of a standard Http response)

Error response trait

01 Aug 00:14
Compare
Choose a tag to compare

Error responses have been separated from the base controller and moved into a trait. This allows them to be used in the global error handler or in middleware.

This change does introduce a minor backwards compatibility break. If you were using errorArray please note that it can now take a second argument which is the status code. Previously it had 422 hardcoded as the status it would return. The idea was that this method would mock the validation response from Laravel but this made it very inflexible.

Fixing a bug with eager loads and hasOne/belongsTo relationships

30 Jun 15:54
Compare
Choose a tag to compare
0.7.2

Merge branch 'master' of github.com:navjobs/transmit

Fixing test coverage.

25 Jun 14:01
Compare
Choose a tag to compare
Adding test coverage for returning an item or collection without a re…

…source key.

Removing gateways

25 Jun 13:38
Compare
Choose a tag to compare
0.7.0

Updating Readme.

Removing an unneeded type hint.

14 Jun 19:44
Compare
Choose a tag to compare
0.6.1

Remove the typehint.

Improving Pagination

14 Jun 16:14
Compare
Choose a tag to compare
0.6

Making pagination more efficient.

Removing error codes and adding custom error response.

12 Apr 20:07
Compare
Choose a tag to compare
0.5

Adding a custom error response.

0.4.1: Merge pull request #2 from navjobs/feature/add-field-error

08 Apr 18:42
Compare
Choose a tag to compare

0.4.0

03 Mar 19:49
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/NavJobs/laravel-api