Releases: bluewing/sierra
Releases · bluewing/sierra
1.4.1
1.4.0
AllowsExpansion
trait has been significantly improved in handling expansion relation resolution, and determine if an expansion is valid at all. This requires the addition of aconfig.bluewing.relations.namespace
configuration setting which has been included inconfig.php
.- The
DELETED_AT
constant that references the column name that specifies when a model has been deleted has been included inModel
. - Unused trait
Tenant
has been removed.
1.3.1
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
Upgrade to Laravel 7.x. Changes affecting bluewing-shared-server:
- Date serialisation now takes place in ISO8601 format automatically. Remove the
SerializesDatesToIso8601
trait (Laravel upgrade guide). resolveRouteBinding
method now takes a second$field
parameter. UpdateModel
to include this parameter.getRoutes
method now returns aRouteCollectionInterface
. Update iteration of routes inApiEndpointGenerator
.- Include
laravel/ui
package for authentication scaffolding functionality. - Refactor
Bluewing\Auth
namespace.