Releases: koala-labs/pouch
Releases · koala-labs/pouch
3.2.1
3.2
Added Laravel 9 support.
3.1.2
What's Changed
- Support HasManyThrough relationships by @jclarkkoala in #8
Full Changelog: 3.1.1...3.1.2
3.1.1
What's Changed
- Apply picked filter to appended and other model attributes after the query has been executed by @jclarkkoala
3.1: Add pick functionality (#5)
Adds the ability to pick
model attributes
Usage
https://api.yourdomain.com/1.0/users?pick=id,username,occupation
https://api.yourdomain.com/1.0/users?pick[]=id&pick[]=username&pick[]=occupation