All notable changes to laravel-view-models
will be documented in this file
- @erikn69 made their first contribution in #51
Full Changelog: https://github.com/spatie/laravel-view-models/compare/1.5.4...1.6.0
- Laravel 10.x Compatibility by @laravel-shift in #50
- @laravel-shift made their first contribution in #50
Full Changelog: https://github.com/spatie/laravel-view-models/compare/1.5.3...1.5.4
- Update README.md in #45
- Add PHP 8.2 Support by @patinthehat in #46
- Convert all tests to Pest by @alexmanase in #47
- Implement Snake Case Mapping for ViewModel Properties and Methods by @gjinali in #48
Full Changelog: https://github.com/spatie/laravel-view-models/compare/1.5.2...1.5.3
- Always use default ViewModels namespace as a prefix by @jdrieghe in #43
- @jdrieghe made their first contribution in #43
Full Changelog: https://github.com/spatie/laravel-view-models/compare/1.5.1...1.5.2
- Fix for Data Property duplication by @JamesFreeman in #41
Full Changelog: https://github.com/spatie/laravel-view-models/compare/1.5.0...1.5.1
- Fix for Data Property duplication (#41)
- Allow Laravel 9
- Allow $data to be passed to view (#39)
- add support for PHP 8
- Add support for Laravel 8
- Add support for Laravel 7
- Add support or Laravel 6
- Add support for Laravel 5.8
- Add a
make:view-model
command
- Properly ignore magic methods
- Fix JSON response being wrongly encoded
- initial release