Skip to content

Latest commit

 

History

History
149 lines (84 loc) · 2.24 KB

File metadata and controls

149 lines (84 loc) · 2.24 KB

Changelog

All notable changes to authorization will be documented in this file.

1.0.0 - 2021-02-11

  • initial release
  • migrations loaded via package

1.0.1 - 2021-02-11

  • allow publishable migration from true source

2.0.0 - 2021-02-27

  • user model
  • default roles
  • package permissions
  • add factories
  • add policies
  • register policies
  • add nova resources
  • register nova resources

2.0.1 - 2021-02-27

  • fix class name

2.1.0 - 2021-03-01

  • base permissions migration
  • update user model

2.1.1 - 2021-03-01

  • extend tipoff/test-support

2.2.0 - 2021-03-02

  • change name fields of user
  • add laravel socialite

2.2.1 - 2021-03-02

  • add tests for user migration

2.2.2 - 2021-03-02

  • new version of base permissions migration
  • updated user permissions migration

2.2.3 - 2021-03-03

  • fix user database migration

2.3.0 - 2021-03-04

  • username
  • alternate user emails

2.3.1 - 2021-03-05

  • update nova resources
  • nova testing

2.3.2 - 2021-03-07

  • function to add permissions to role

2.4.0 - 2021-03-08

  • nullable user fields

2.5.0 - 2021-03-08

  • new base permissions migration

2.5.1 - 2021-03-11

  • optimize speed of package permissions migrations

2.5.2 - 2021-03-12

  • role policy
  • permission policy
  • migrate permissions
  • grant permissions to roles

2.5.3 - 2021-03-12

  • register permissions nova tools
  • override viewnova gate with permission based access

2.5.4 - 2021-03-12

  • fix dependency

2.5.5 - 2021-03-12

  • add chargeable interface to user model

2.6.0 - 2021-03-21

  • email addresses

2.6.1 - 2021-03-21

  • improve email addresses

2.6.2 - 2021-03-22

  • enforce access admin permission during testing

2.7.0 - 2021-03-24

  • drop email & verified field from user
  • user implements email address model

2.7.1 - 2021-03-26

  • authenticatable email address

2.8.0 - 2021-04-09

  • bump support dependencies

2.8.1 - 2021-04-14

  • register email address nova resource

2.8.2 - 2021-04-15

  • helper trait to resolve email address for auth guards

2.8.3 - 2021-04-16

  • factory states for adding user roles

2.8.4 - 2021-04-16

  • routes, controllers & views for login

2.8.5 - 2021-04-16

  • authorizable email address

2.8.6 - 2021-04-20

  • email address contract