Skip to content

Releases: remotelyliving/doorkeeper

PHP 7.4 Syntax, New Interfaces

02 May 22:45
9f84115
Compare
Choose a tag to compare
  • 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

24 Jul 12:25
Compare
Choose a tag to compare
  • 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

18 Jan 00:10
Compare
Choose a tag to compare
1.4.0

allow for uuid user id, duh

Add RuntimeCallable rule type

17 Jan 00:11
Compare
Choose a tag to compare
1.3.1

Add RuntimeCallable rule for evaluation...loose and fast. Watch out

Fix possible rule factory global class name issue

15 Nov 19:53
Compare
Choose a tag to compare

The rule factory could allow for a class that exists that isn't a doorkeeper class to be created.

Json Serialize Some Things

08 Nov 01:28
Compare
Choose a tag to compare

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

06 Nov 18:44
Compare
Choose a tag to compare
1.1.0

fix formatting issue, throw on invalid rule type in factory

Here's goes nothin

09 Oct 23:35
Compare
Choose a tag to compare

Initial for really real, Doorkeeper release.