Releases: spatie/laravel-schemaless-attributes
Releases · spatie/laravel-schemaless-attributes
2.5.0
2.4.0
What's Changed
- PHP 8.2 Build by @erikn69 in #99
- Refactor tests to Pest by @alexmanase in #100
- Laravel 10.x Support by @erikn69 in #101
New Contributors
- @alexmanase made their first contribution in #100
Full Changelog: 2.3.0...2.4.0
2.3.0
What's Changed
Full Changelog: 2.2.0...2.3.0
2.2.0
What's Changed
- add typehinting by @Nielsvanpach in #93
New Contributors
- @Nielsvanpach made their first contribution in #93
Full Changelog: 2.1.1...2.2.0
2.1.1
What's Changed
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed
Full Changelog: 2.0.1...2.1.0
2.0.1
What's Changed
- Update README.md by @markinigor in #82
- Document retrieving models via nested attributes by @EricBusch in #83
- Fix the wrong trait initializer in readme by @lava83 in #88
- Support json string on cast setter by @erikn69 in #90
New Contributors
- @markinigor made their first contribution in #82
- @EricBusch made their first contribution in #83
- @lava83 made their first contribution in #88
- @erikn69 made their first contribution in #90
Full Changelog: 2.0.0...2.0.1
2.0.0
- require PHP 8+
- use PHP 8 syntax where possible
- drop support for PHP 7
- drop support for Laravel 6
- implement
spatie/laravel-package-tools
- implement custom class attribute casting
1.8.3
- allow PHP 8.0
1.8.2
- improve behaviour for isset() and empty()