Releases: caffeinated/bonsai
Releases · caffeinated/bonsai
v5.2.0
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 <[email protected]>
v5.1.0
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.