All notable changes to laravel-pjax
will be documented in this file
- @askdkc made their first contribution in #51
Full Changelog: https://github.com/spatie/laravel-pjax/compare/2.3.0...2.4.0
- @patinthehat made their first contribution in #49
- @laravel-shift made their first contribution in #50
Full Changelog: https://github.com/spatie/laravel-pjax/compare/2.2.2...2.3.0
- Fix Response constructor by @imacrayon in #48
- @imacrayon made their first contribution in #48
Full Changelog: https://github.com/spatie/laravel-pjax/compare/2.2.1...2.2.2
- allow Laravel 9
- Support PHP 8
- Support Laravel 8
- add support for Laravel 7
- change param to BaseResponse (#38)
- allow symfony 5 components
- response type fix (#33)
- Now requires PHP 7.2
- Laravel 6 support
- allow symfony 4
- Fix a bug where the version header would be sent whenever any meta http-equiv tag was set
- Added a check on title
- Fix capitalization of header name, the sequel
- Fix capitalization of header name
- Added pjax version header
- Add compatibility for symfony 3.0 components
- Fix tests
- Initial release