Skip to content

Releases: hnhdigital-os/laravel-model-json

v1.5.0

20 Dec 23:44
092511d

Choose a tag to compare

Laravel 5.8 function scope change.

Use ~1.4.* for <= L5.7
Use ^1.5 for >= L5.8

v1.4.13

15 May 01:21

Choose a tag to compare

Merge branch 'master' of https://github.com/hnhdigital-os/laravel-mod…

v1.4.12

14 May 03:35

Choose a tag to compare

Check if the variable exists before using it

v1.4.11

14 May 02:55

Choose a tag to compare

Override fromJson to stop decoding attributes that are already arrays

v1.4.10

12 Sep 00:10

Choose a tag to compare

Fixes for L5.5

v1.4.9

05 Apr 00:56

Choose a tag to compare

Minor additions covering edge cases.

v1.4.8

26 Oct 04:58

Choose a tag to compare

Made assigning value to an array in the json column work again.

v1.4.7

14 Sep 12:15

Choose a tag to compare

Added saving event to ensure the JSON column values are in the correct format for the Model to do it's saving bit.

v1.4.6

25 Aug 03:28

Choose a tag to compare

Small change to stop this trait from allowing protected model variables being overridden.

Currently doesn't throw an exception, but will add that in the future.

v1.4.5

21 Jun 00:31

Choose a tag to compare

Remove json column from update when no values are dirty