Skip to content

Releases: sfneal/users

0.9.0

01 Apr 19:13
7772c9a
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release
  • bump sfneal/currency dependency to 2.0

0.8.6

31 Mar 21:51
Compare
Choose a tag to compare
0.8.6 Pre-release
Pre-release
  • cut use of AbstractService extensions

0.8.5

17 Mar 15:25
Compare
Choose a tag to compare
0.8.5 Pre-release
Pre-release
  • refactor whereNotUser() method to whereUserNot()
  • add whereUserNotIn() method to UserBuilder.

0.8.4

17 Mar 15:17
Compare
Choose a tag to compare
0.8.4 Pre-release
Pre-release
  • add new methods to UserBuilder & RoleBuilder for scoping query results with 'role' clauses

0.8.3

17 Mar 14:53
Compare
Choose a tag to compare
0.8.3 Pre-release
Pre-release
  • add whereNotRole(), whereRoleIn(), whereRoleNotIn(), whereRole() & orWhereRole() methods to UserBuilder
  • addwhereName() method to RoleBuilder

0.8.2

01 Mar 16:00
Compare
Choose a tag to compare
0.8.2 Pre-release
Pre-release
  • add isWebDeveloper() method to User model for checking User roles
  • fix isAdmin() method to return true if the user has a 'web developer' role

0.8.1

18 Feb 18:03
Compare
Choose a tag to compare
0.8.1 Pre-release
Pre-release
  • add 'email_footer' attribute accessor to User model for retrieving a custom email footer for any User
  • cut 'plan_management_buckets' attribute from fillables.

0.8.0

18 Feb 17:09
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release
  • bump sfneal/datum package min version to 1.0 (initial production release)
  • make ServiceProvider that publishes a config file with organization constants
  • make OrganizationService for accessing org constants (name, address, phone, etc)
  • add config tests to the test suite
  • cut autoloading of auth.php helper functions

0.7.0

15 Feb 16:33
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release
  • bump sfneal/datum package min version to 0.11
  • refactor implementations of Query interface to extensions of abstract Query class
  • add implementations of protected builder() method in Query extensions

0.6.1

11 Feb 16:23
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release
  • bump sfneal/datum package min version to 0.8
  • extensions of AbstractQuery to implementations of Query interface.