Releases: OnrampLab/laravel-custom-fields
Releases · OnrampLab/laravel-custom-fields
v1.2.0
What's Changed
- feat(customizable): add autoTransform functionality to parseValue methods by @river0825 in #20
New Contributors
- @river0825 made their first contribution in #20
Full Changelog: v1.1.4...v1.2.0
v1.1.4
What's Changed
- when value set to null should delete custom field value record by @FishChen1202 in #18
Full Changelog: v1.1.3...v1.1.4
v1.1.3 fix null value cause type check error
What's Changed
- 16 fix not require field cant store with null value by @FishChen1202 in #17
New Contributors
- @FishChen1202 made their first contribution in #17
Full Changelog: v1.1.2...v1.1.3
v1.1.2
v1.1.1
What's Changed
- fix: unable to store custom data more than 255 characters. #13 by @chenghung in #14
New Contributors
- @chenghung made their first contribution in #14
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Setup models migrations factories by @moon-brillar in #2
- Support validate custom fields and save custom field values by @moon-brillar in #4
- Fix get custom fields query bug by @moon-brillar in #6
- Support parsing custom field values and attach to model during retrieval by @moon-brillar in #8
- Fix custom fields conflict with standard columns by @moon-brillar in #11
New Contributors
- @moon-brillar made their first contribution in #2
Full Changelog: https://github.com/OnrampLab/laravel-custom-fields/commits/v1.0.0