Skip to content

Releases: caffeinated/bonsai

v5.2.0

24 Mar 21:00
466603f
Compare
Choose a tag to compare
Laravel 8.x and Php 8.0 Support, fixes (#8)

* Laravel 8 Support, fixes

* Revert slash in link

* Php 8.0 support

* Reverse Blade Directive 'add'

* Fix PHP8 Required parameter $type follows optional parameter $assets

Co-authored-by: Erik Niebla <ep_niebla@hotmail.com>

v5.1.0

06 Dec 07:40
423cc86
Compare
Choose a tag to compare
Changed to use stripos instead of regex (#6)

While the regex is probably faster, I'll admit I'm no regex guru, and to me regexes have horrible readability.

I encountered an issue where if I had assets with something after `.js` or `.css` it wouldn't be registered with Bonsai.

This solves that issue.

v5.0.0

02 Apr 19:39
Compare
Choose a tag to compare

Please see CHANGELOG for details.

v4.2.0

06 Aug 17:39
Compare
Choose a tag to compare

Please see CHANGELOG for details.

v4.1.0

22 Apr 18:24
Compare
Choose a tag to compare

Please see CHANGELOG for details.

v4.0.0

10 Dec 19:57
Compare
Choose a tag to compare

Please see CHANGELOG for details.

v3.0.2

29 Dec 04:06
Compare
Choose a tag to compare
  • Removed each() call for PHP 7.2 support

v3.0.1

28 Feb 18:01
Compare
Choose a tag to compare
  • Laravel 5.4 support

v3.0

23 Aug 23:35
Compare
Choose a tag to compare
  • Added Laravel 5.3 support

v2.1.1

29 Feb 05:00
Compare
Choose a tag to compare
bindShared -> singleton