Skip to content

Commit

Permalink
[Build] Update encoder dependency
Browse files Browse the repository at this point in the history
Closes #25
  • Loading branch information
lindyhopchris committed Feb 12, 2021
1 parent fa557b0 commit decc259
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ All notable changes to this project will be documented in this file. This projec

- Optional parameters to generator commands that require values now work correctly. Previously these were incorrectly
set up as optional parameters that expected no values.
- [#25](https://github.com/laravel-json-api/laravel/issues/25) The encoder now correctly handles conditional fields when
iterating over a resource's relationships.

## [1.0.0-alpha.3] - 2021-02-09

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ext-json": "*",
"laravel-json-api/core": "^1.0.0-alpha.4",
"laravel-json-api/eloquent": "^1.0.0-alpha.4",
"laravel-json-api/encoder-neomerx": "^1.0.0-alpha.3",
"laravel-json-api/encoder-neomerx": "^1.0.0-alpha.4",
"laravel-json-api/exceptions": "^1.0.0-alpha.2",
"laravel-json-api/spec": "^1.0.0-alpha.3",
"laravel-json-api/validation": "^1.0.0-alpha.3",
Expand Down

0 comments on commit decc259

Please sign in to comment.