PHP Classes

File: CHANGELOG.md

Recommend this page to a friend!
  Classes of John Conde   PHP Password Validation Helper   CHANGELOG.md   Download  
File: CHANGELOG.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP Password Validation Helper
Generate and check a password according to rules
Author: By
Last change:
Date: 6 days ago
Size: 1,149 bytes
 

Contents

Class file image Download

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[3.0.0] - 2026-06-05

Added

  • New example file `examples/PasswordHelperExample.php` demonstrating password generation, validation, and strength checking

Changed

  • Updated codebase to support PHP 8.0
  • Improved password complexity logic
  • Updated test cases in `PolicyTest`, `ValidatorTest`, and `GeneratorTest` to match new class interfaces
  • Added getter methods for `minLength` and `maxLength` in the `Generator` class
  • Updated assertions in `GeneratorTest` to use PHPUnit 8.5 compatible methods
  • Adjusted test expectations in `ValidatorTest` to align with current validation logic
  • Updated README to reflect PHP 8.0 compatibility and requirements

[2.0.0] - 2024-06-07

Added

  • Added `__debugInfo()` to PHP 7+ for debugging purposes
  • Added PHP Documentor support
  • Converted `$this->` to `self::` for unit tests

[1.0.0] - 2020-06-10

Added

  • Initial release