Releases: bupy7/php-html-form
Releases · bupy7/php-html-form
2.0.2
- Add: Support of PHP 8.2.
- Enh: Reduce size of package.
- Fix: Small fixes.
2.0.1
- Add: Support of PHP 8.0, 8.1.
2.0.0
- Rem: Supporting PHP 5.4 and 5.5.
- Fix: Dependencies.
- Add: Support PHP 7.3, 7.4.
1.0.1
- Add: Tests for PHP 7.2 and nightly. (TangRufus)
1.0.0
- Rem: Elements\Date element.
- Rem: Elements\DateTimeLocal element.
- Rem: FormServiceProvider.
- Rem: Facades\Form.
- Rem: OldInput\IlluminateOldInputProvider.
- Rem: FormBuilder::selectMonth().
- Add: Code fixer.
- Add: Docker.
- Enh: Refactoring.
0.10.0
- Dep: Elements\Date element.
- Dep: Elements\DateTimeLocal element.
- Dep: FormServiceProvider.
- Dep: Facades\Form.
- Dep: OldInput\IlluminateOldInputProvider.
- Dep: FormBuilder::selectMonth().
- Add: Prompt for select.
- Add: Custom attributes for option select.