Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 3.04 KB

CHANGELOG.md

File metadata and controls

51 lines (34 loc) · 3.04 KB

Changelog

v1.4.0 (2020-09-21)

Added

  • support for Laravel 8

v1.3.3 (2020-08-03)

Fixed

v1.3.1 (2020-07-09)

Changed

Fixed

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 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

v1.1.1 (2020-05-05)

Fixed

Changed

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

v1.1.0 (2020-04-19)

Full Changelog

Implemented enhancements:

  • Add nullable to BelongsTo relations when column is nullable #4

v1.0.0 (2020-04-17)

Full Changelog