Skip to content

Releases: performant-software/user-defined-fields

v0.1.13

30 Jan 19:03
bacc279
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade

🚀 New Features

None!

🐛 Bug Fixes

  • Fixes an issue where boolean-type user defined fields were being incorrectly interpreted as strings

v0.1.12

11 Sep 18:21
5a71c96
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade

🚀 New Features

  • Adds the FuzzyDate field type

🐛 Bug Fixes

None!

v0.1.11

29 Aug 16:52
e7f9431
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade

🚀 New Features

  • Adds converter module for converting user-defined field string values

🐛 Bug Fixes

None!

v0.1.10

16 Jul 17:32
79b74e1
Compare
Choose a tag to compare

💥 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

14 May 17:53
91a3731
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade

🚀 New Features

  • Adds the ability to the queryable concern to accept a field uuid as the sort_by parameter

🐛 Bug Fixes

None!

v0.1.8

21 Sep 15:56
4872b3f
Compare
Choose a tag to compare

💥 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

23 Jun 09:48
18e14d2
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade

🚀 New Features

None!

🐛 Bug Fixes

  • Fixes an issue with table scoping in the apply_user_defined_sort and search_user_defined methods of the queryable concern

v0.1.6

23 May 15:05
9198bbf
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade

🚀 New Features

None!

🐛 Bug Fixes

  • Updates the queryable concern to prefix user_defined column with table name for sorting and searching

v0.1.5

04 May 15:01
8be734a
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade

🚀 New Features

  • Adds numeric validation to order field on user_defined_fields

🐛 Bug Fixes

None!

v0.1.4

26 Oct 20:52
3ee864c
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade

🚀 New Features

  • Adds the order field to the user_defined_fields table and allows updating via the API

🐛 Bug Fixes

None!