All notable changes to laravel-blade-javascript
will be documented in this file.
- support PHP 8
- escape tags in strings (#52)
- Add support for Laravel 8
- Add support for Laravel 7
- Changed: Updated Laravel 6 compatibility for future versions
- Added: Laravel 6 compatibility
- drop support for L5.7 and below, PHP 7.1 and PHPUnit 7
- Added: Laravel 5.8 compatibility
- Added: Laravel 5.7 compatibility
- Added: a publishable view
- Rendering improvements
- Refactor the way the directive is registered
- Added: Laravel 5.6 compatibility
- Changed: Improve service provider internals
- Added: Laravel 5.5 compatibility
- Changed: Renamed config file from
laravel-blade-javascript
toblade-javascript
- Added: Laravel 5.4 compatibility
- Added: Laravel 5.3 compatibility
- Fixed: Bug where floats were casted to ints
- Removed: Type attribute on script tags
- Fixed: Bug where functions passed to the directive would cause an error
- Fixed: Improved handling of namespaces with special characters
- Fixed: Exporting of variables when no namespace has been set
- Initial release