Skip to content

Releases: allebb/plexity

2.1.1

Choose a tag to compare

@allebb allebb released this 28 Dec 11:54

Adds official support for PHP 8.2.

2.1.0

Choose a tag to compare

@allebb allebb released this 14 Oct 23:45
0d27480

Adds new notHaving() method for inverse checks.

2.0.3

Choose a tag to compare

@allebb allebb released this 05 Jul 14:58

Bug fix for method name typo: #4

2.0.2

Choose a tag to compare

@allebb allebb released this 22 Jan 22:46

Support for PHP 8.1

2.0.1

Choose a tag to compare

@allebb allebb released this 23 Jun 22:13

Includes the hyphen character (-) in the default special character check array as requested in #3

2.0.0

Choose a tag to compare

@allebb allebb released this 23 Dec 11:20

Finalises support for PHP 8.0 and updated dev dependencies.

1.0.7

Choose a tag to compare

@allebb allebb released this 08 Feb 20:57

The $validator property visibility has been changed to public in order to enable greater flexibility if wanting to individually check the validation status of certain rules without needing to report them one by one until the rules have all been satisfied.

1.0.6

Choose a tag to compare

@allebb allebb released this 08 Feb 20:40

Adds functionality so that an implementation of an PasswordHistoryInterface can be passed to the nowIn() method in addition to an array of strings. General house keeping has been completed too - PHP DocBlocks have been checked and updated.

1.0.5

Choose a tag to compare

@allebb allebb released this 20 Oct 13:48

Minor release (updating composer dependencies)

1.0.4

Choose a tag to compare

@allebb allebb released this 13 Jun 09:25

Minor build config updates.