All notable changes to browner12/helpers
will be documented in this file.
Updates should follow the Keep a CHANGELOG principles.
3.4.0 - 2022-02-09
- support for Laravel 9
3.3.0 - 2020-12-08
- support for PHP 8
3.2.0 - 2020-09-09
- support for Laravel 8
3.1.0 - 2020-03-03
- support for Laravel 7
3.0.0 - 2019-09-08
- support for Laravel 6
- support for Laravel 5
2.1.4 - 2019-02-26
- support for Laravel 5.8 #29
2.1.3 - 2018-09-11
- support for Laravel 5.7 #21
2.1.2 - 2018-02-08
- support for Laravel 5.6 #18
2.1.1 - 2018-01-03
- added default empty array when config value is not set. 3c1c1c4
2.1.0 - 2017-10-30
- dropped support for older PHP, Laravel, and PHPUnit versions.
2.0.0 - 2017-07-31
- added note about Laravel package discovery in setup notes 3691e3a
- bumped PHP minimum version to 5.6.0 4367c03
- updated the money helper to use the MoneyPHP Package 3e1c5df
- removed helpers that return HTML. these are better handled by components. ec22a5f
1.1.1 - 2017-07-16
1.1.0 - 2017-06-06
- support for Laravel auto-discovery (#10)
1.0.4 - 2017-06-06
- ensure only one leading slash (#8)
- removed HHVM travis check, and added PHP 7.1 (#9)
1.0.3 - 2016-10-21
- added
tabindex="0"
to make certain buttons "focusable"
1.0.2 - 2016-10-02
- dropped PHP version requirement to 5.5.9 (but please still use >= 5.6)
1.0.1 - 2016-08-30
- take into account
null
values fordatetime
anddatetimeSpan
methods
- new helpers package