Skip to content

Releases: Weebly/laravel-mutate

1.2.1

10 Jan 16:26
Compare
Choose a tag to compare

Fix pluck on mutated attributes.

v1.2.0

18 Sep 22:09
4eda90f
Compare
Choose a tag to compare

Add support for laravel 6

v1.1.18: Merge pull request #23 from Weebly/where-not-in

04 May 22:20
fe6b1eb
Compare
Choose a tag to compare

v1.1.17

01 Dec 20:54
be43a35
Compare
Choose a tag to compare
Merge pull request #22 from Weebly/sync-bugfix

Sync bugfix

v1.1.16

24 Nov 19:46
1e918eb
Compare
Choose a tag to compare
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
2a58bf8
Compare
Choose a tag to compare
Merge pull request #20 from Weebly/new-record-assoc-bugfix

New record assoc bugfix

v1.1.14

09 Nov 01:58
9f969f2
Compare
Choose a tag to compare
Merge pull request #19 from Weebly/better-fix-for-double-serialize

Better fix for double serialize

v1.1.13

08 Nov 19:08
7a48754
Compare
Choose a tag to compare
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
c64718f
Compare
Choose a tag to compare

#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
52fe0b7
Compare
Choose a tag to compare

Fixes issue with inconsistent use of parseIds within eloquent belongsToMany code