Skip to content

Commit

Permalink
Strings 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Jun 2, 2022
1 parent 875cd03 commit 2df0e61
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 2 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,52 @@
<a name="4.4.0"></a>
# [4.4.0](https://github.com/glowyphp/strings) (2022-07-02)
* Added is() method.
* Added isNot() method.
* Added isNotHexColor() method.
* Added isNotAffirmative() method.
* Added isNotDate() method.
* Added isNotEmail() method.
* Added isNotUrl() method.
* Added isNotEmpty() method.
* Added isNotAscii() method.
* Added isNotAlphanumeric() method.
* Added isNotAlpha() method.
* Added isNotBlank() method.
* Added isNotNumeric() method.
* Added isNotDigit() method.
* Added isNotLower() method.
* Added isNotUpper() method.
* Added isNotHexadecimal() method.
* Added isNotPrintable() method.
* Added isNotPunctuation() method.
* Added isNotSerialized() method.
* Added isNotJson() method.
* Added isNotBase64() method.
* Added isNotSimilar() method.
* Added isNotEqual() method.
* Added isNotIP() method.
* Added isNotMAC() method.
* Added isNotHTML() method.
* Added isNotInteger() method.
* Added isNotFloat() method.
* Added isNotNull() method.
* Added isNotBoolean() method.
* Added isNotTrue() method.
* Added isNotFalse() method.
* Added isNotUuid() method.
* Added when() method.
* Added unless() method.
* Added whenContains() method.
* Added whenEqual() method.
* Added whenIs() method.
* Added whenIsAscii() method.
* Added whenStartsWith() method.
* Added whenIsUuid() method.
* Added wrap() method.
* Added dump() method.
* Added dd() method.
* Added newLine() method.

<a name="4.3.1"></a>
# [4.3.1](https://github.com/glowyphp/strings) (2022-05-08)
* Fix toNull() method.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"authors": [
{
"name": "Sergey Romanenko",
"email": "[email protected]",
"email": "[email protected]",
"homepage": "https://github.com/Awilum"
}
],
Expand Down
1 change: 0 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./app</directory>
<directory suffix=".php">./src</directory>
</whitelist>
</filter>
Expand Down

0 comments on commit 2df0e61

Please sign in to comment.