Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

64 lines (48 loc) · 1.19 KB

php-html-form

Legend:

  • Add: Added.
  • Rem: Remove.
  • Enh: Enhancement.
  • Dep: Deprecated.
  • Fix: Fixed.

2.0.3 [2023-12-30]

  • Add: Supporting of PHP 8.3.

2.0.2 [2022-12-12]

  • Add: Support of PHP 8.2.
  • Enh: Reduce size of package.
  • Fix: Small fixes.

2.0.1 [2022-01-30]

  • Add: Support of PHP 8.0, 8.1.

2.0.0 [2020-02-11]

  • Rem: Supporting PHP 5.4 and 5.5.
  • Fix: Dependencies.
  • Add: Support PHP 7.3, 7.4.

1.0.1 [2017-11-04]

  • Add: Tests for PHP 7.2 and nightly. (TangRufus)

1.0.0 [2017-09-24]

  • 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 [2017-09-24]

  • 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.