Skip to content

Releases: hihaho/laravel-js-store

v5.0.0

03 Dec 08:31
aa4186f
Compare
Choose a tag to compare

What's Changed

  • [5.0.0] 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

Full Changelog: 4.0.0...5.0.0

v4.0.0

25 Mar 16:28
46d7be7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...4.0.0

v3.1.0

08 Jan 16:33
e42d428
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.1.0

v3.0.0

01 Mar 10:04
95cfdd1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...3.0.0

v2.1.0

08 Aug 07:43
b9d962c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.1.0

v2.0.1

01 Jul 11:18
90b5dc3
Compare
Choose a tag to compare
  • Fix PrepareStoreForNextOperation and update notes about Octane

v2.0.0

01 Jul 09:56
a9ecf95
Compare
Choose a tag to compare
  • Drop support for Laravel 6
  • Drop support for PHP 7.2 and 7.3
  • Add support for Laravel Octane

v1.2.1

02 Feb 20:26
aaed352
Compare
Choose a tag to compare
  • Update InvalidResponseException message

v1.2.0

02 Feb 16:33
da1bdc3
Compare
Choose a tag to compare
  • #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')

v1.1.2

25 Oct 11:50
Compare
Choose a tag to compare
  • Fix: Start collecting DataProviders only when the script is rendered
  • Fix: Updated namespacing