Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 671 Bytes

CHANGELOG.md

File metadata and controls

27 lines (20 loc) · 671 Bytes

Changelog

All Notable changes to Signa will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

Added

  • Project skeleton
  • Tests suite configuration
  • Initial classes for token generation + phpspec tests
  • Example within the README.md

Deprecated

  • Nothing

Fixed

  • Key name for composer autoload
  • When an odd value is given as the strength, the token length would be the odd value plus one
  • Not checking if the value is odd before setting the remainder value
  • Missing default value on TokenGeneratorInterface#secureToken parameters

Removed

  • Nothing

Security

  • Nothing `