File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ All notable changes to this project will be documented in this file. This projec
10
10
- [ #110 ] ( https://github.com/laravel-json-api/laravel/issues/110 ) For requests that modify a relationship, it is now
11
11
possible to get the model or models referenced in the request JSON using the ` toOne() ` or ` toMany() ` methods on the
12
12
resource request class.
13
+ - [ #113 ] ( https://github.com/laravel-json-api/laravel/issues/113 ) The Eloquent ` Number ` field can now be configured to
14
+ accept numeric strings by calling the ` acceptStrings() ` method on the field.
13
15
14
16
## [ 2.0.0] - 2022-02-09
15
17
Original file line number Diff line number Diff line change 25
25
"require" : {
26
26
"php" : " ^7.4|^8.0" ,
27
27
"ext-json" : " *" ,
28
- "laravel-json-api/core" : " ^2.0 " ,
29
- "laravel-json-api/eloquent" : " ^2.0 " ,
28
+ "laravel-json-api/core" : " ^2.1 " ,
29
+ "laravel-json-api/eloquent" : " ^2.1 " ,
30
30
"laravel-json-api/encoder-neomerx" : " ^2.0" ,
31
31
"laravel-json-api/exceptions" : " ^1.1" ,
32
32
"laravel-json-api/spec" : " ^1.1" ,
65
65
]
66
66
}
67
67
},
68
- "minimum-stability" : " stable " ,
68
+ "minimum-stability" : " dev " ,
69
69
"prefer-stable" : true ,
70
70
"config" : {
71
71
"sort-packages" : true
You can’t perform that action at this time.
0 commit comments