Skip to content

Commit 05d307b

Browse files
committed
Merge tag 'v1.0.0-beta.1' into develop
Countable relations, encodable ids and non-Eloquent resources. Refer to changelog for details.
2 parents d8b0bba + fd7498b commit 05d307b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file. This project adheres to
44
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
55

6-
## Unreleased
6+
## [1.0.0-beta.1] - 2021-03-30
77

88
### Added
99

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"laravel/framework": "^8.0"
3535
},
3636
"require-dev": {
37-
"laravel-json-api/hashids": "dev-develop",
38-
"laravel-json-api/testing": "^1.0.0-alpha.1",
37+
"laravel-json-api/hashids": "^1.0.0-beta.1",
38+
"laravel-json-api/testing": "^1.0.0-beta.1",
3939
"orchestra/testbench": "^6.9",
4040
"phpunit/phpunit": "^9.5"
4141
},

Diff for: src/Console/MakeQuery.php

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
namespace LaravelJsonApi\Laravel\Console;
2121

22-
use Illuminate\Support\Str;
2322
use LaravelJsonApi\Core\Query\Custom\ExtendedQueryParameters;
2423
use Symfony\Component\Console\Input\InputOption;
2524

0 commit comments

Comments
 (0)