Skip to content

Releases: koala-labs/pouch

3.2.1

25 Apr 18:15
271eec7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2...3.2.1

3.2

23 Mar 15:44
460d7fe
Compare
Choose a tag to compare
3.2

Added Laravel 9 support.

3.1.2

07 Dec 19:33
4e35f68
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.1...3.1.2

3.1.1

16 Nov 23:05
Compare
Choose a tag to compare

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)

06 Oct 14:32
70564c4
Compare
Choose a tag to compare

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