Releases: Naoray/blueprint-nova-addon
Releases · Naoray/blueprint-nova-addon
1.5.0
Added
- support for polymorphic relationships
MorphTo
, MorphOne
and MorphMany
1.3.1
Changed
- locked dependency version of
laravel-shift/blueprint
to ^1.15.0
(b03f570)
Fixed
1.2.0
Added
nova_blueprint
config 929feb6f
timestamps
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
1.1.1
Fixed
- duplicate
json
Field rules (c905027)
Changed
getNovaNamespace()
is now protected
instead of private
(#9)
1.1.0
Added
->nullable()
modifier is now added to nullable
relationship field (403439a)
- support for
belongsToMany
field (de56c0a)
1.0.0
The initial release which let's you generate Nova resources based on models
definitions of your draft.yaml
from Blueprint.