Releases: remotelyliving/doorkeeper
Releases · remotelyliving/doorkeeper
PHP 7.4 Syntax, New Interfaces
- Using PHP 7.4 specific syntax now like typed properties
- Standardized camel case variable naming
- Rely on interfaces over for main domain objects.
Upgrade CI Tools / Kill Docblocs
- Added phpstan, fixed reported errors
- Added composer require checker, fixed reported unknown symbols
- Removed lying docbloc
- Updated phpcs, phpunit, and migrated to php-coveralls
Allow for uuid as user id
1.4.0 allow for uuid user id, duh
Add RuntimeCallable rule type
1.3.1 Add RuntimeCallable rule for evaluation...loose and fast. Watch out
Fix possible rule factory global class name issue
The rule factory could allow for a class that exists that isn't a doorkeeper class to be created.
Json Serialize Some Things
Make feature sets, features, and rules more easily serialized. The structure is the same as the factory createFromArray()
methods usually accept so passing from back to frontend should be pretty painless with encoding, decoding and creating.
Add more requestor builder methods and type checking on rule factory
1.1.0 fix formatting issue, throw on invalid rule type in factory
Here's goes nothin
Initial for really real, Doorkeeper release.