All notable changes to options
will be documented in this file.
- Laravel 11.x Compatibility by @laravel-shift in #16
Full Changelog: https://github.com/spatie/laravel-options/compare/1.1.0...1.1.1
- Add support for a nullable value
- Add support for iterating over options
- Fix vendor:publish command by @rodrigopedra in #4
- Laravel 10.x Compatibility by @laravel-shift in #12
- @laravel-shift made their first contribution in #12
Full Changelog: https://github.com/spatie/laravel-options/compare/1.0.3...1.0.4
- allow to customize label and value array keys (#3)
- rename
create
toforProvider
- Add support for converting options to validation rules (#2)
- initial release
- prerelease