File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file. This project adheres to
3
3
[ Semantic Versioning] ( http://semver.org/ ) and [ this changelog format] ( http://keepachangelog.com/ ) .
4
4
5
+ ## [ 1.0.0-rc.2] - 2019-02-05
6
+
7
+ ### Added
8
+ - [ #265 ] ( https://github.com/cloudcreativity/laravel-json-api/issues/265 )
9
+ Allow wildcard media type parameters when matching decodings. Allows ` multipart/form-data; boundary=* ` to
10
+ be accepted for decoding purposes.
11
+
5
12
## [ 1.0.0-rc.1] - 2019-01-30
6
13
7
14
### Added
Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ A demo application is available at [here](https://github.com/cloudcreativity/dem
60
60
61
61
| Laravel | This Package | EOL? |
62
62
| --- | --- | --- |
63
- | 5.7.* | ` 1.0.0-rc.1 ` | - |
64
- | 5.6.* | ` 1.0.0-rc.1 ` | - |
65
- | 5.5.* | ` 1.0.0-rc.1 ` | - |
63
+ | 5.7.* | ` 1.0.0-rc.2 ` | - |
64
+ | 5.6.* | ` 1.0.0-rc.2 ` | - |
65
+ | 5.5.* | ` 1.0.0-rc.2 ` | - |
66
66
| 5.4.* | ` 1.0.0-beta.3 ` | EOL |
67
67
68
68
Make sure you consult the [ Upgrade Guide] ( http://laravel-json-api.readthedocs.io/en/latest/upgrade/ )
Original file line number Diff line number Diff line change 3
3
Install using [ Composer] ( http://getcomposer.org ) :
4
4
5
5
``` bash
6
- $ composer require cloudcreativity/laravel-json-api:1.0.0-rc.1
7
- $ composer require --dev cloudcreativity/json-api-testing:1.0.0-rc.1
6
+ $ composer require cloudcreativity/laravel-json-api:1.0.0-rc.2
7
+ $ composer require --dev cloudcreativity/json-api-testing:1.0.0-rc.2
8
8
```
9
9
10
10
This package's service provider and facade will be automatically added using package discovery. You will
Original file line number Diff line number Diff line change 1
1
# Upgrade Guide
2
2
3
+ ### 1.0.0-rc.1 to 1.0.0-rc.2
4
+
5
+ No changes are required to upgrade.
6
+
3
7
## 1.0.0-beta.6 to 1.0.0-rc.1
4
8
5
9
### Config
You can’t perform that action at this time.
0 commit comments