File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file. This project adheres to
33[ Semantic Versioning] ( http://semver.org/ ) and [ this changelog format] ( http://keepachangelog.com/ ) .
44
5- ## Unreleased
5+ ## [ 2.0.0 ] - 2020-06-17
66
77### Added
88- Translation files can now be published using the ` vendor:publish ` Artisan command.
99
1010### Fixed
1111- [ #506 ] ( https://github.com/cloudcreativity/laravel-json-api/pull/506 )
1212Resolve model bindings correctly when substituting URL parameters.
13- - Updated type-hinting for ` Responses::errros () ` method and allowed a ` null ` default
13+ - Updated type-hinting for ` Responses::errors () ` method and allowed a ` null ` default
1414status code to be passed to ` Helpers::httpErrorStatus() ` method.
1515- [ #518 ] ( https://github.com/cloudcreativity/laravel-json-api/issues/518 )
1616Ensure empty ` sort ` and ` include ` query parameters pass validation.
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ A demo application is available at [here](https://github.com/cloudcreativity/dem
6262
6363| Laravel | This Package |
6464| --- | --- |
65- | ` ^7.0 ` | ` ^2.0 ` (currently ` beta ` releases) |
65+ | ` ^7.0 ` | ` ^2.0 ` |
6666| ` ^6.0 ` | ` ^1.7 ` |
6767| ` 5.8.* ` | ` ^1.7 ` |
6868| ` 5.7.* ` | ` ^1.0 ` |
You can’t perform that action at this time.
0 commit comments