Skip to content

Releases: DivineOmega/ThisIsHowIRole

v2.1.7

27 Jan 00:02
28be296
Compare
Choose a tag to compare
  • Correct license in composer.json file.

v2.1.6

20 Mar 09:15
Compare
Choose a tag to compare
  • Fix Eloquent database driver new record creation.

v2.1.5

16 Mar 11:04
Compare
Choose a tag to compare
  • Added full PHP tags to Cache Drivers for consistency.

v2.1.4

14 Mar 11:05
Compare
Choose a tag to compare
  • Fix for objects that have no roles associated to them when using Laravel's built in caching.

v2.1.3

14 Mar 10:49
Compare
Choose a tag to compare
  • Improved caching to handle objects with no roles assigned.

v2.1.2

14 Mar 10:32
Compare
Choose a tag to compare
  • Do not update roles if there were no changes.
  • Store roles in alphabetical order.

v2.1.1

14 Mar 10:17
Compare
Choose a tag to compare
  • Remove composer.lock file from releases

v2.1.0

14 Mar 10:14
Compare
Choose a tag to compare
  • Added seamless caching of roles (#3), using either Laravel's Cache facade if available or RW File Cache.

v2.0.2

13 Mar 14:41
Compare
Choose a tag to compare
  • Refactored test mode setting to work with multiple database drivers

v2.0.1

13 Mar 14:06
Compare
Choose a tag to compare
  • Don't use timestamps for Eloquent model.