Releases: performant-software/resource-api
Releases · performant-software/resource-api
v0.5.12
v0.5.11
💥 Breaking Changes
None!
🚀 New Features
None!
🐛 Bug Fixes
- Fixes a bug with a query accidentally being executed in the
filterable
concern
v0.5.10
💥 Breaking Changes
None!
🚀 New Features
- Refactors the
filterable
concern to better handle relationships
🐛 Bug Fixes
None!
v0.5.9
💥 Breaking Changes
None!
🚀 New Features
None!
🐛 Bug Fixes
- Updates the
uploadable
concern to return model errors
v0.5.8
💥 Breaking Changes
None!
🚀 New Features
None!
🐛 Bug Fixes
- Fixes an issue with the
empty
andnot_empty
filter operators excluding empty string values
v0.5.7
💥 Breaking Changes
None!
🚀 New Features
- Adds the protected
find_record
method toresource_controller
to allow overriding default lookup by database ID
🐛 Bug Fixes
None!
v0.5.6
💥 Breaking Changes
None!
🚀 New Features
- Adds the
build_index_response
andbuild_show_response
methods toresource_controller
to allow overriding default payload structure
🐛 Bug Fixes
None!
v0.5.5
💥 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
💥 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 toresource_controller
. When called, the Pundit authorization via a policy will not be enforced
🐛 Bug Fixes
None!
v0.5.3
💥 Breaking Changes
None! Safe to upgrade.
🚀 New Features
None!
🐛 Bug Fixes
- Fixes a error that occurred when a controller specified no
search_attributes