v1.4.0 (2020-09-21)
Added
- support for Laravel 8
v1.3.3 (2020-08-03)
Fixed
- compatibility with blueprint release 1.15.3 (https://github.com/Naoray/blueprint-nova-addon/commit/1bf468c588beab99b1c385ef9426873630cf117a, https://github.com/Naoray/blueprint-nova-addon/commit/d3f3cd79766034604e4279340d25d814d9b87f07)
v1.3.1 (2020-07-09)
Changed
- locked dependency version of
laravel-shift/blueprint
to^1.15.0
(https://github.com/Naoray/blueprint-nova-addon/commit/b03f57028333477acef7c8a2bdbfc96661c86601)
Fixed
- wrong README example (https://github.com/Naoray/blueprint-nova-addon/commit/537ab3b891e5947020a41dbac5f48eef73db75ea)
- make package compatible with version `larvel-shift/blueprint:^1.15.0 laravel-shift/blueprint#276 (https://github.com/Naoray/blueprint-nova-addon/commit/da2bf40cbb61af5b33d219b6254e6fa1d66631a3)
v1.3.0 (2020-06-05)
Added
- Support for Laravel 6 #14 (thanks to @jyrkidn)
v1.2.0 (2020-05-07)
Added
nova_blueprint
config 929feb6ftimestamps
config which enables turning off timestamp fields creation for all resources 929feb6f
Changed
- The service provider is now deferrable 887d3f4a
- Tasks which add fields to the nova resource are now bound to the
NovaGenerator
class 929feb6f6
v1.1.1 (2020-05-05)
Fixed
- duplicate
json
Field rules c9050271
Changed
getNovaNamespace()
is nowprotected
instead ofprivate
(Naoray#9)
v1.1.0 (2020-04-19)
Implemented enhancements:
- Add nullable to BelongsTo relations when column is nullable #4