We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9a952 commit c58486eCopy full SHA for c58486e
CHANGELOG.md
@@ -3,6 +3,17 @@
3
All notable changes to this project will be documented in this file. This project adheres to
4
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
5
6
+## Unreleased (2.0)
7
+
8
+### Added
9
10
+- Package now supports PHP 8.1.
11
+- Upgraded to v2 of the `laravel-json-api/eloquent` dependency.
12
13
+### Changed
14
15
+- Added return types to internal methods to remove deprecation messages in PHP 8.1.
16
17
## [1.0.0] - 2021-07-21
18
19
Initial release. This brought in the code from `laravel-json-api/eloquent:1.0.0-beta.6`, with the only changes being new
0 commit comments