Releases: nonamephp/php7-common
Releases · nonamephp/php7-common
1.0.0
Compare
Sorry, something went wrong.
No results found
cdtweb
released this
27 May 17:31
- Fixed bug when validating either a false or null value
- Requires PHP 7.1+
0.3.13
Compare
Sorry, something went wrong.
No results found
cdtweb
released this
28 Jun 07:44
Added validators for resource, stream, dir, and file
Updated Str::equals() to be binary safe
Compare
Sorry, something went wrong.
No results found
cdtweb
released this
13 Mar 20:10
Updated Str::equals() to be binary safe by using strcmp/strcasecmp
Add Str helper
Compare
Sorry, something went wrong.
No results found
cdtweb
released this
12 Mar 19:31
Collection::make()
Compare
Sorry, something went wrong.
No results found
cdtweb
released this
12 Mar 19:32
Added new make() method to \Noname\Common\Collection.
toJson() for Collection
Compare
Sorry, something went wrong.
No results found
cdtweb
released this
12 Mar 19:34
Add toJson() method to \Noname\Common\Collection that will return all items in a collection as a JSON string.
Arr::each()
Compare
Sorry, something went wrong.
No results found
cdtweb
released this
12 Mar 19:35
Add new Arr::each() method to \Noname\Common\Arr.
Arr::dot()
Compare
Sorry, something went wrong.
No results found
cdtweb
released this
12 Mar 19:39
Added new Arr::dot() method to \Noname\Common\Arr.
Add Arr helper
Compare
Sorry, something went wrong.
No results found
cdtweb
released this
12 Mar 19:41
Added \Noname\Common\Arr.
Validator improvements
Compare
Sorry, something went wrong.
No results found
cdtweb
released this
12 Mar 19:48
Add basic rule parameters for built-in Array validator type.
Fix bug with built-in DateTime validator type.
Add regex rule parameter for built-in String validator type.