File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file. This project adheres to
4
4
[ Semantic Versioning] ( http://semver.org/ ) and [ this changelog format] ( http://keepachangelog.com/ ) .
5
5
6
+ ## [ 2.3.0] - 2022-04-11
7
+
8
+ ### Added
9
+
10
+ - Added Spanish and Brazilian Portuguese translations for specification and validation error messages.
11
+
6
12
## [ 2.2.0] - 2022-04-10
7
13
8
14
### Added
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ When upgrading you typically want to upgrade this package and all our related pa
119
119
``` bash
120
120
composer require laravel-json-api/laravel --no-update
121
121
composer require laravel-json-api/testing --dev --no-update
122
- composer up laravel-json-api/* cloudcreativity/json-api-testing
122
+ composer up " laravel-json-api/*" cloudcreativity/json-api-testing
123
123
```
124
124
125
125
## Example Application
Original file line number Diff line number Diff line change 29
29
"laravel-json-api/eloquent" : " ^2.1.1" ,
30
30
"laravel-json-api/encoder-neomerx" : " ^2.0" ,
31
31
"laravel-json-api/exceptions" : " ^1.1" ,
32
- "laravel-json-api/spec" : " ^1.1.1 " ,
33
- "laravel-json-api/validation" : " ^2.0 " ,
32
+ "laravel-json-api/spec" : " ^1.2 " ,
33
+ "laravel-json-api/validation" : " ^2.1 " ,
34
34
"laravel/framework" : " ^8.76|^9.0"
35
35
},
36
36
"require-dev" : {
You can’t perform that action at this time.
0 commit comments