Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

1.1.0

Compare
Choose a tag to compare
@Firehed Firehed released this 25 Oct 23:11
· 11 commits to master since this release
31535c6

What's Changed

  • PHP 7.0 and 7.1 support dropped. CI now covers 7.2 through 8.1 (RC)

  • Numerous interfaces added for core data objects:

    • RegistrationResponseInterface
    • RegistrationInterface
    • PublicKeyInterface
    • LoginResponseInterface
    • KeyHandleInterface
    • AttestationCertificateInterface
  • Server updated to typehint those interfaces instead of concrete classes

  • Improved type information; natively where possible, in docblocks where not

  • Update coding standards

  • Dropped support for mbstring.func_overload ini setting fixes.

New Contributors

Full Changelog: 1.0.1...1.1.0