All notable changes to laravel-js-store
will be documented in this file
- Add support for PHP 8.4 by @SanderMuller in #12
- Add support for PHP 8.4
- Drop support for PHP 8.1
- Fixed some typo's
- Corrected the Copyright owner in the LICENSE file
- Update supported Laravel versions to exclude versions with a known CVE
- Introduce Pint and automatic changelogs by @RobertBoes in #13
- Add support for Laravel 11
- Add support for PHP 8.3
- Drop support for Laravel 9
- Drop support for PHP 8.0
- Render store data in the DOM using the @json blade directive
- Add support for Laravel 10
- Add support for PHP 8.2
- Drop support for Laravel 7 and 8
- Drop support for PHP 7.4
- Add support for Laravel 9
- Fix PrepareStoreForNextOperation and update notes about Octane
- Drop support for Laravel 6
- Drop support for PHP 7.2 and 7.3
- Add support for Laravel Octane
- #2 Parse JSON client-side using
JSON.parse()
instead of outputting the object directly - #3 Added support for Laravel 8
- #3 Dropped support for older Laravel en PHP versions (Laravel 5.8 and PHP 7.1)
- #4 Added View and Response macro -
view('index')->js('key', 'value')
- Fix: Start collecting DataProviders only when the script is rendered
- Fix: Updated namespacing
- Fix: Loading correct config
- Fix: script view didn't render json correctly
- Fix: View composer was bound to all views, it will now only be attached to
laravel-js-store::script
- initial release