Skip to content

Releases: sfneal/users

1.3.1

07 Sep 19:36
8cacb7f
Compare
Choose a tag to compare
  • bump min sfneal/models packages version to v2.8.1
  • add assertions to UserListQueryTest now that issues with Sqlite concat & if statements has been resolved

1.3.0

03 Sep 18:27
ae27ca1
Compare
Choose a tag to compare
  • fix issues with use of invalidateCache() methods not properly clearing cache
  • add assertions methods UserRolesQueryTest to confirm cache was properly cleared
  • bump sfneal/caching min version to v2.1.2 to support latest implementations of cache invalidation

1.2.0

02 Sep 18:57
3b4b3c5
Compare
Choose a tag to compare
  • bump sfneal/address & sfneal/models to latest versions to support use of Address accessor traits
  • add use of AddressAccessors trait in User model for providing access to related Address model attributes
  • add accessors_are_accessible() test method to UserTest for testing attribute accessors
  • fix composer package constraints to be more explicit

1.1.5

31 Aug 21:46
7eb298f
Compare
Choose a tag to compare
  • add support for sfneal/caching v2.0
  • fix use of '#' cache key id suffix delimiter with ':'

1.1.4

18 Aug 16:54
0332bd0
Compare
Choose a tag to compare
  • fix sfneal/address min version to v1.2 since broken v1.2.0 & v1.2.1 versions have been removed

1.1.3

04 Aug 18:26
0fce55d
Compare
Choose a tag to compare
  • bump sfneal/mock-models min dev requirements to v0.9
  • refactor import of ModelAttributeAssertions to AssertModelAttributes

1.1.2

03 Aug 20:03
2003887
Compare
Choose a tag to compare
  • fix min sfneal/address version to v1.2.2 to fix issues with previously fixed AddressFactory issue

1.1.1

28 Jul 18:26
cefb91a
Compare
Choose a tag to compare
  • optimize database factory & seeder autoloading
  • optimize testing seeders to be autoloaded to Database\Seeders namespace

1.1.0

19 Jul 15:56
7612f19
Compare
Choose a tag to compare
  • cut User model's 'password' attribute mutator that was causing already hashed passwords to be hashed again

1.0.2

29 Jun 16:24
d2a5868
Compare
Choose a tag to compare
  • fix issue with User & Role models declarations of static boot() methods