Skip to content

Releases: bluewing/sierra

1.4.1

02 Sep 21:51
Compare
Choose a tag to compare
  • Fix: The correct object is now checked for the presence of an expansion relation. Previously, the Eloquent model itself was checked. This was incorrect.

1.4.0

31 Aug 09:40
Compare
Choose a tag to compare
  • 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 a config.bluewing.relations.namespace configuration setting which has been included in config.php.
  • The DELETED_AT constant that references the column name that specifies when a model has been deleted has been included in Model.
  • Unused trait Tenant has been removed.

1.3.1

20 Aug 23:27
Compare
Choose a tag to compare
  • Custom ResetsPasswords trait that extends default trait.
  • ForgotPasswordController and ResetPasswordController migrated.

1.3.0

19 Aug 23:39
Compare
Choose a tag to compare
  • Support for password resets

1.2.0

22 Apr 09:43
Compare
Choose a tag to compare
  • Rename package from bluewing-shared-server to bluewing/sierra and update documentation references.

1.1.2

12 Apr 23:04
Compare
Choose a tag to compare

Remove non-existent →getUser() method off Authenticatable trait.

1.1.1

12 Apr 21:50
Compare
Choose a tag to compare

Fix service provider binding failures for JwtManager and RefreshTokenManager due to change in namespaces.

1.1.0

12 Apr 08:12
Compare
Choose a tag to compare

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. Update Model to include this parameter.
  • getRoutes method now returns a RouteCollectionInterface. Update iteration of routes in ApiEndpointGenerator.
  • Include laravel/ui package for authentication scaffolding functionality.
  • Refactor Bluewing\Auth namespace.

1.0.1

09 Apr 09:33
Compare
Choose a tag to compare

Fixes bug caused by incorrect namespace of Bluewing\Http\Requests\LoginRequest in BluewingAuthenticatesUsers.php.

1.0.0

08 Apr 00:27
Compare
Choose a tag to compare
refactor: composer.json needs to be a top-level file