Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

49 lines (26 loc) · 1.13 KB

Changelog

All notable changes to options will be documented in this file.

1.1.1 - 2024-02-27

What's Changed

  • Laravel 11.x Compatibility by @laravel-shift in #16

Full Changelog: https://github.com/spatie/laravel-options/compare/1.1.0...1.1.1

1.1.0 - 2023-02-09

  • Add support for a nullable value
  • Add support for iterating over options

1.0.4 - 2023-02-02

What's Changed

  • Fix vendor:publish command by @rodrigopedra in #4
  • Laravel 10.x Compatibility by @laravel-shift in #12

New Contributors

  • @laravel-shift made their first contribution in #12

Full Changelog: https://github.com/spatie/laravel-options/compare/1.0.3...1.0.4

1.0.3 - 2022-07-29

  • allow to customize label and value array keys (#3)

1.0.2 - 2022-07-13

  • rename create to forProvider

1.0.1 - 2022-07-13

  • Add support for converting options to validation rules (#2)

1.0.0 - 2022-07-06

  • initial release

0.0.1 - 2022-07-06

  • prerelease