Skip to content

Releases: sfneal/users

1.0.1

19 May 14:03
0cdef92
Compare
Choose a tag to compare
  • fix issue with DatabaseSeeder causing ambiguous class resolutions
  • refactor all the seeders to tests namespace except RoleSeeder which can be used in production- fix issue with DatabaseSeeder causing ambiguous class resolutions
  • refactor all the seeders to tests namespace except RoleSeeder which can be used in production

1.0.0

05 May 16:35
d61b3b9
Compare
Choose a tag to compare
  • initial production release
  • bump sfneal/post-office min version to v1.0
  • fix issues with HelpersTest::isAdminOrActiveUser() test method

0.11.4

04 May 20:27
8b4a0ce
Compare
Choose a tag to compare
0.11.4 Pre-release
Pre-release
  • bump sfneal/laravel-helpers min version to v2.0 to enable use of AppInfo when installing using '--prefer-lowest' flag
  • bump sfneal/post-office min version to v0.8
  • refactor import of Sfneal\PostOffice\Notifications AbstractNotification to Notification

0.11.3

03 May 17:49
7f9e325
Compare
Choose a tag to compare
0.11.3 Pre-release
Pre-release
  • fix user migration's 'role_id' column to be nullable to allow use of UserFactory with creating a 'role' relationship

0.11.2

03 May 16:27
7a6d6ba
Compare
Choose a tag to compare
0.11.2 Pre-release
Pre-release
  • fix 'user' table migration 'bio' column definition to use mediumText() instead of text()
  • add phpunit min version

0.11.1

29 Apr 19:24
e6a5a69
Compare
Choose a tag to compare
0.11.1 Pre-release
Pre-release
  • fix issue with UserBuilder::allWithInactive() methods return type hinting
  • addallWithInactive() test method to UserBuilderTest

0.11.0

29 Apr 17:43
384d2be
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release
  • add test suite for testing builders, factories, queries, config, migrations, helper functions, etc
  • bump sfneal/datum min version to v1.4.1
  • bump sfneal/mock-models min version to v0.5

0.10.1

07 Apr 19:19
c3754f0
Compare
Choose a tag to compare
0.10.1 Pre-release
Pre-release
  • bump sfneal/models min version to v2.1
  • refactor use of Authenticatable to AuthModel

0.10.0

07 Apr 16:47
9650f63
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release
  • bump sfneal/models min version to v2.0
  • bump sfneal/caching to latest the version to avoid dependency conflicts

0.9.1

06 Apr 19:45
e951f31
Compare
Choose a tag to compare
0.9.1 Pre-release
Pre-release
  • fix sfneal/models version constraint (^1.0)
  • fix sfneal/address version constraint (^1.1.0)