Releases: performant-software/user-defined-fields
Releases · performant-software/user-defined-fields
v0.1.13
v0.1.12
💥 Breaking Changes
None! Safe to upgrade
🚀 New Features
- Adds the
FuzzyDate
field type
🐛 Bug Fixes
None!
v0.1.11
💥 Breaking Changes
None! Safe to upgrade
🚀 New Features
- Adds
converter
module for converting user-defined field string values
🐛 Bug Fixes
None!
v0.1.10
💥 Breaking Changes
None! Safe to upgrade
🚀 New Features
- Adds the ability to filter
/user_defined_fields
API endpoint by required fields only
🐛 Bug Fixes
None!
v0.1.9
💥 Breaking Changes
None! Safe to upgrade
🚀 New Features
- Adds the ability to the
queryable
concern to accept a fielduuid
as thesort_by
parameter
🐛 Bug Fixes
None!
v0.1.8
💥 Breaking Changes
None! Safe to upgrade
🚀 New Features
- Updates the JSON storage keys for user defined fields to use a UUID value, instead of user entered text
🐛 Bug Fixes
- Fixes an issue that was happening when only user defined fields were included in the search
v0.1.7
💥 Breaking Changes
None! Safe to upgrade
🚀 New Features
None!
🐛 Bug Fixes
- Fixes an issue with table scoping in the
apply_user_defined_sort
andsearch_user_defined
methods of thequeryable
concern
v0.1.6
💥 Breaking Changes
None! Safe to upgrade
🚀 New Features
None!
🐛 Bug Fixes
- Updates the
queryable
concern to prefixuser_defined
column with table name for sorting and searching
v0.1.5
💥 Breaking Changes
None! Safe to upgrade
🚀 New Features
- Adds numeric validation to
order
field onuser_defined_fields
🐛 Bug Fixes
None!
v0.1.4
💥 Breaking Changes
None! Safe to upgrade
🚀 New Features
- Adds the
order
field to theuser_defined_fields
table and allows updating via the API
🐛 Bug Fixes
None!