Skip to content

Releases: Naoray/blueprint-nova-addon

2.0.0

17 Dec 08:15
f6cc611
Compare
Choose a tag to compare

Added

  • support for blueprint v2

1.5.0

25 Nov 16:24
aaea079
Compare
Choose a tag to compare

Added

  • support for polymorphic relationships MorphTo, MorphOne and MorphMany

1.4.0

21 Sep 12:54
Compare
Choose a tag to compare

Added

  • support for Laravel 8

1.3.3

03 Aug 10:25
5a90c2d
Compare
Choose a tag to compare

Fixed

1.3.1

09 Jul 11:26
Compare
Choose a tag to compare

Changed

  • locked dependency version of laravel-shift/blueprint to ^1.15.0 (b03f570)

Fixed

1.3.0

05 Jun 19:35
fe6adbf
Compare
Choose a tag to compare

Added

1.2.0

07 May 16:12
0021c9b
Compare
Choose a tag to compare

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

05 May 13:22
Compare
Choose a tag to compare

Fixed

  • duplicate json Field rules (c905027)

Changed

  • getNovaNamespace() is now protected instead of private (#9)

1.1.0

17 Apr 07:52
e5827b6
Compare
Choose a tag to compare

Added

  • ->nullable() modifier is now added to nullable relationship field (403439a)
  • support for belongsToMany field (de56c0a)

1.0.0

19 Apr 15:17
Compare
Choose a tag to compare

The initial release which let's you generate Nova resources based on models definitions of your draft.yaml from Blueprint.