8000 [Docs] Update changelog and bump version · CodingSeo/laravel-json-api@d5cbcc6 · GitHub
[go: up one dir, main page]

Skip to content

Commit d5cbcc6

Browse files
committed
[Docs] Update changelog and bump version
1 parent f6796cc commit d5cbcc6

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All 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+
## [1.0.0] - 2019-02-28
66

77
### Added
88
- Package now supports Laravel 5.8.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ A demo application is available at [here](https://github.com/cloudcreativity/dem
6060

6161
| Laravel | This Package | EOL? |
6262
| --- | --- | --- |
63-
| 5.8.* | `dev-laravel-5.8` | - |
64-
| 5.7.* | `1.0.0-rc.2` | - |
65-
| 5.6.* | `1.0.0-rc.2` | - |
66-
| 5.5.* | `1.0.0-rc.2` | - |
63+
| 5.8.* | `^1.0` | - |
64+
| 5.7.* | `^1.0` | - |
65+
| 5.6.* | `^1.0` | - |
66+
| 5.5.* | `^1.0` | - |
6767
| 5.4.* | `1.0.0-beta.3` | EOL |
6868

6969
Make sure you consult the [Upgrade Guide](http://laravel-json-api.readthedocs.io/en/latest/upgrade/)

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Install using [Composer](http://getcomposer.org):
44

55
``` bash
6-
$ composer require cloudcreativity/laravel-json-api:1.0.0-rc.2
7-
$ composer require --dev cloudcreativity/json-api-testing:1.0.0-rc.1
6+
$ composer require cloudcreativity/laravel-json-api
7+
$ composer require --dev cloudcreativity/json-api-testing
88
```
99

1010
This package's service provider and facade will be automatically added using package discovery. You will

docs/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Upgrade Guide
22

3-
## 1.0.0-rc.1 to 1.0.0-rc.2
3+
## 1.0.0-rc.* to ^1.0
44

55
No changes are required to upgrade.
66

src/Codec/Decoding.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
use CloudCreativity\LaravelJsonApi\Contracts\Decoder\DecoderInterface;
2121
use CloudCreativity\LaravelJsonApi\Decoder\JsonApiDecoder;
2222
use CloudCreativity\LaravelJsonApi\Exceptions\RuntimeException;
23-
use Illuminate\Support\Collection;
2423
use Neomerx\JsonApi\Contracts\Http\Headers\MediaTypeInterface;
2524
use Neomerx\JsonApi\Http\Headers\MediaType;
2625

0 commit comments

Comments
 (0)
0