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 8d01849 commit be03b18Copy full SHA for be03b18
CHANGELOG.md
@@ -3,6 +3,14 @@
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
7
+
8
+### Added
9
10
+- [#74](https://github.com/laravel-json-api/laravel/issues/74) Developers can now add default include paths to the query
11
+ request classes (e.g. `PostQuery` and `PostCollectionQuery`) via the `$defaultIncludePaths` property. These include
12
+ paths are used if the client does not provide any include paths.
13
14
## [1.0.0-beta.2] - 2021-04-20
15
16
### Added
0 commit comments