Skip to content

Released 1.0.0

Compare
Choose a tag to compare
@ishanvyas22 ishanvyas22 released this 29 Aug 09:47
· 109 commits to master since this release

Added

  • Added tests (#1)
  • Added .editorconfig file (3ebed1b)
  • Added cakephp/cakephp-codesniffer as a dev dependency (#2)
  • Added phpstan as a dev dependency (#2)
  • Added .travis.yml for travis CI (#2)
  • Set Vary, X-Inertia headers in response when when returning json response (a0cbe5d, 7a2397d)
  • Added AssetMix plugin as a dependency (75505fb, ee74e89)
  • Added CHANGELOG.md file (52aabd4)

Changed

  • Changed package name from inertia-cakephp to cakephp/inertiajs (363d215)
  • Renamed InertiaResponse to InertiaResponseTrait (#2)
  • Changed LICENSE file (8ac849d)

Removed

  • Remove webpack.mix.js file (581f8cc)
  • Drop unused InertiaComponent (c4f7f9b)