Releases: hnhdigital-os/laravel-model-json
Releases · hnhdigital-os/laravel-model-json
v1.5.0
v1.4.13
Merge branch 'master' of https://github.com/hnhdigital-os/laravel-mod…
v1.4.12
Check if the variable exists before using it
v1.4.11
Override fromJson to stop decoding attributes that are already arrays
v1.4.10
Fixes for L5.5
v1.4.9
Minor additions covering edge cases.
v1.4.8
Made assigning value to an array in the json column work again.
v1.4.7
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
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
Remove json column from update when no values are dirty