Skip to content

Releases: performant-software/resource-api

v0.5.12

25 Sep 18:38
dd731cd
Compare
Choose a tag to compare

💥 Breaking Changes

None!

🚀 New Features

  • Adds the overflow attribute to pagy installer to prevent errors when a page out of scope is requested

🐛 Bug Fixes

None!

v0.5.11

01 Aug 17:21
888a2b1
Compare
Choose a tag to compare

💥 Breaking Changes

None!

🚀 New Features

None!

🐛 Bug Fixes

  • Fixes a bug with a query accidentally being executed in the filterable concern

v0.5.10

01 Aug 16:45
e06b0a0
Compare
Choose a tag to compare

💥 Breaking Changes

None!

🚀 New Features

  • Refactors the filterable concern to better handle relationships

🐛 Bug Fixes

None!

v0.5.9

16 Jul 17:30
29bb30e
Compare
Choose a tag to compare

💥 Breaking Changes

None!

🚀 New Features

None!

🐛 Bug Fixes

  • Updates the uploadable concern to return model errors

v0.5.8

29 Jan 15:17
4fba94a
Compare
Choose a tag to compare

💥 Breaking Changes

None!

🚀 New Features

None!

🐛 Bug Fixes

  • Fixes an issue with the empty and not_empty filter operators excluding empty string values

v0.5.7

03 Jan 19:53
1e4ff21
Compare
Choose a tag to compare

💥 Breaking Changes

None!

🚀 New Features

  • Adds the protected find_record method to resource_controller to allow overriding default lookup by database ID

🐛 Bug Fixes

None!

v0.5.6

19 Dec 17:32
4ebb021
Compare
Choose a tag to compare

💥 Breaking Changes

None!

🚀 New Features

  • Adds the build_index_response and build_show_response methods to resource_controller to allow overriding default payload structure

🐛 Bug Fixes

None!

v0.5.5

13 Dec 11:33
c71d89a
Compare
Choose a tag to compare

💥 Breaking Changes

None!

🚀 New Features

None!

🐛 Bug Fixes

  • Fixes a bug in the BaseSerializer that prevents a serializer from being used for a given field that is not a relationship

v0.5.4

12 Dec 21:21
f2a4956
Compare
Choose a tag to compare

💥 Breaking Changes

  • Updates the base_serializer#render_index method to accept an array of items and return an array of items. Any consumer that calls with method directly and expects and single object will need to make adjustments.

🚀 New Features

  • Adds the bypass_authorization method to resource_controller. When called, the Pundit authorization via a policy will not be enforced

🐛 Bug Fixes

None!

v0.5.3

21 Sep 14:39
f109273
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade.

🚀 New Features

None!

🐛 Bug Fixes

  • Fixes a error that occurred when a controller specified no search_attributes