Skip to content

Releases: rogerthomas84/skinny

Auth changes

10 Feb 12:20
Compare
Choose a tag to compare
2.0.9

Adds case for handling array of roles in Auth::hasRole

Enhancements to Auth

10 Feb 12:00
Compare
Choose a tag to compare

You can now check the hasRole by either specifying a single role or an array of potential roles.

AlphaNumeric Validator

15 Dec 21:41
Compare
Choose a tag to compare
Merge pull request #24 from rogerthomas84/origin/dev

Merge pull request #23 from rogerthomas84/master

Authentication Service & Abstract Adapter

12 Dec 21:30
Compare
Choose a tag to compare
Merge pull request #18 from rogerthomas84/origin/dev

Authentication Service & AbstractAdapter

Same as 2.0.4

11 Dec 20:06
Compare
Choose a tag to compare
Merge pull request #17 from rogerthomas84/2-0-4-dev

2 0 4 dev

Better versioning, test coverage

11 Dec 20:04
Compare
Choose a tag to compare
Pre-release
Merge pull request #17 from rogerthomas84/2-0-4-dev

2 0 4 dev

92% test coverage / non breaking changes

05 Dec 08:48
Compare
Choose a tag to compare

This brings in further testing, and additions to Skinny\Auth to implement a getStorage and destroy method

Validator enhancement

03 Dec 11:01
Compare
Choose a tag to compare

Adds validation for 2 keys being identical.

Tests, Form Enhancements

29 Nov 23:08
Compare
Choose a tag to compare

You can now set the logical name of a field in the addElement method of \Skinny\Form

Version 1.7

04 Nov 08:28
Compare
Choose a tag to compare

Fixes bug with \Skinny\Auth where identity wasn't always an array.