Skip to content

Releases: Weebly/laravel-mutate

v1.7.3

16 Oct 19:57
04d6a1d
Compare
Choose a tag to compare

What's Changed

  • Properly unserialize getOriginal values by @kchung in #37

Full Changelog: 1.7.2...1.7.3

v1.7.2

23 Sep 19:46
7ceb9b6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.7.1...1.7.2

Laravel 8 support

10 Jan 20:46
7d53268
Compare
Choose a tag to compare

An additional change needed to support Laravel 8. Override getKeyForSelectQuery()

Laravel > 5 support

08 Sep 17:46
4d76556
Compare
Choose a tag to compare

Allows any Laravel app > 5.0 to support Laravel Mutate.

v1.6.0 - PHP 8.x Support

26 Aug 19:39
9260fb5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.6.0

v1.5.0 - Laravel 7 and Laravel 8 support

31 Aug 22:45
0f3f7ea
Compare
Choose a tag to compare

1.4.0: Merge pull request #31 from bmwong/pivot-has-mutators

27 Jul 18:59
815dda7
Compare
Choose a tag to compare

Full Laravel 6 Support

29 Oct 14:42
f91eb9d
Compare
Choose a tag to compare
  • Make custom BelongsToMany class compatible with Laravel 6.x (#30)
  • Fix whereIn() with subqueries in Laravel >=5.8 (#29)

Minimum Laravel version bumped to 6.x

1.2.3: Merge pull request #28 from Weebly/wherein-subquery

24 Jan 03:52
b96b860
Compare
Choose a tag to compare

1.2.2: Merge pull request #27 from Weebly/wherein-subquery

22 Jan 23:24
7b20796
Compare
Choose a tag to compare

Fix bug in wherein when used with a subquery