Skip to content

Releases: azeemhassni/envalid

1.0.2

09 Sep 19:54
Compare
Choose a tag to compare

What's new

There was an issue with Password rule. it was not validating strong passwords. So it is fixed now.

You can validate your passwords like

...

$v->validate($_POST, [ 'password' => 'password:strong' ]);

...

1.0.1

23 Aug 16:48
Compare
Choose a tag to compare

What's new

Bug fixes

1.0

08 Apr 16:30
Compare
Choose a tag to compare
1.0
Added docs link to README.md

0.1 Beta

01 Apr 22:29
Compare
Choose a tag to compare
0.1 Beta Pre-release
Pre-release

0.1 Beta

This is a pre release and may not be safe for production use, I'm working hard to make sure every aspec is complete before I release a stable version of it.