Releases: Weebly/laravel-mutate
Releases · Weebly/laravel-mutate
1.2.1
10 Jan 16:26
Compare
Sorry, something went wrong.
No results found
Fix pluck
on mutated attributes.
v1.2.0
18 Sep 22:09
Compare
Sorry, something went wrong.
No results found
Add support for laravel 6
v1.1.18: Merge pull request #23 from Weebly/where-not-in
04 May 22:20
Compare
Sorry, something went wrong.
No results found
v1.1.17
01 Dec 20:54
Compare
Sorry, something went wrong.
No results found
Merge pull request #22 from Weebly/sync-bugfix
Sync bugfix
v1.1.16
24 Nov 19:46
Compare
Sorry, something went wrong.
No results found
Merge pull request #21 from dlett/set-attribute-on-nullable-column
Only attempt to serialize the attribute if it is not null.
v1.1.15
13 Nov 20:55
Compare
Sorry, something went wrong.
No results found
Merge pull request #20 from Weebly/new-record-assoc-bugfix
New record assoc bugfix
v1.1.14
09 Nov 01:58
Compare
Sorry, something went wrong.
No results found
Merge pull request #19 from Weebly/better-fix-for-double-serialize
Better fix for double serialize
v1.1.13
08 Nov 19:08
Compare
Sorry, something went wrong.
No results found
Merge pull request #18 from dlett/where-failing-on-null-type
Fixed where trying to mutate a non-existent value on null type clauses
v1.1.12
07 Nov 00:40
Compare
Sorry, something went wrong.
No results found
#16 Fixed a bug with find() from eloquent builder not being able to use mutator on appropriate fields for array of IDs.
v1.1.11
05 Nov 20:04
Compare
Sorry, something went wrong.
No results found
Fixes issue with inconsistent use of parseIds within eloquent belongsToMany code