Skip to content

Releases: ishanvyas22/cakephp-inertiajs

[3.0.0] CakePHP 5.x support

21 Dec 11:51
3.0.0
bf2c7fd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.0...3.0.0

[2.3.0] New features & improved compatibility with CakePHP 4.5

26 Jul 04:55
2.3.0
ca58a35
Compare
Choose a tag to compare

What's Changed

  • Set variables for CakePHP and Inertia components by @toggenation in #20
  • Improve compatibility with CakePHP 4.5 and PHP 8.2 by @markstory in #21

Full Changelog: 2.2.0...2.3.0

[2.2.0] Bump CakePHP version to 4.4

07 Apr 08:53
2.2.0
94cc7e5
Compare
Choose a tag to compare

What's Changed

  • Update template override URL, change app.ctp to app.php by @toggenation in #19
  • dealerdirect/phpcodesniffer-composer-installer package to allow-plugins config in composer
  • [Docs] Added version map in docs/Installation.md
  • Bump CakePHP version to 4.4, PHPUnit version to 8.5.23, and AssetMix plugin version 1.4
  • [CI] Run unit tests on latest, lower, and dev package versions

New Contributors

Full Changelog: 2.1.0...2.2.0

[2.1.0] Bump CakePHP version to 4.3

21 Jan 18:43
1f0e531
Compare
Choose a tag to compare

What's changed

Updated

  • CakePHP dependency to 4.3, in order to remove deprecation warnings in routes.php file (#18) Thanks @Andream98

New Contributors

Full Changelog: 2.0.1...2.1.0

Released 2.0.1

15 Nov 15:57
Compare
Choose a tag to compare

Added

  • More type hints & simplify the setup docs (#13) Thanks @markstory

Changed

  • CakePHP badge to use CakePHP 4.x (b73bb99)
  • Move CI to github actions

Fixed

  • Example code in the docs/ServerSideSetup.md file (#14) Thanks @ADmad

Released 1.3.1

15 Nov 16:23
Compare
Choose a tag to compare

Changed

  • Move CI to github actions (f4c77dd)
  • Improve docs (#15)

Fixed

  • Example code in docs (#16)

Released 2.0.0 🍓

05 Nov 18:25
0b4c723
Compare
Choose a tag to compare

Added

🎉 Support for CakePHP 4.x (#12). Thanks @markstory

Released 1.3.0

25 Oct 11:08
Compare
Choose a tag to compare

Added

  • Sets _csrfToken field value by default so it can be used by front-end to pass this value while making form request to prevent CSRF (#11)

Changed

  • Only first flash message will be set into flash key (aefdd75)
  • Replace / with - in flash.element array, and lowercase whole element string (c21beb8)

Fixed

  • PHP notice when no flash message is set by returning empty flash array if flash data is not set into the session (a75f9ef)

Released 1.2.0

25 Oct 07:25
Compare
Choose a tag to compare

Added

  • Set flash data automatically into view variables (#9)
  • Lazy evaluate props (#10)

Released 1.1.3

21 Oct 18:19
Compare
Choose a tag to compare

Fixed

  • Do not set InertiaJsonView when status is 404 or 500 (#8)