Skip to content

Releases: spatie/laravel-schemaless-attributes

2.5.0

29 Feb 08:18
f7b00a3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...2.5.0

2.4.0

14 Jan 20:59
ae19842
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.0...2.4.0

2.3.0

12 Jan 08:36
Compare
Choose a tag to compare

What's Changed

  • Update .gitattributes by @erikn69 in #95
  • Allow Laravel 9

Full Changelog: 2.2.0...2.3.0

2.2.0

06 Dec 14:05
c37289c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.1...2.2.0

2.1.1

09 Nov 07:53
c8f6b25
Compare
Choose a tag to compare

What's Changed

  • Avoid exceptions on invalid values, uses empty array instead by @erikn69 in #92

Full Changelog: 2.1.0...2.1.1

2.1.0

08 Nov 16:17
f731d35
Compare
Choose a tag to compare

What's Changed

  • Scope retrieving models with operator by @erikn69 in #89

Full Changelog: 2.0.1...2.1.0

2.0.1

06 Nov 17:52
6a27ac4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.0.1

2.0.0

09 Apr 20:58
Compare
Choose a tag to compare
  • 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

04 Nov 13:22
Compare
Choose a tag to compare
  • allow PHP 8.0

1.8.2

16 Sep 20:54
4699ca0
Compare
Choose a tag to compare
  • improve behaviour for isset() and empty()