Skip to content

Tags: squirrelphp/strings

Tags

v3.0

Toggle v3.0's commit message
Improve Regex return types + remove some of its options

v2.1

Toggle v2.1's commit message
Require PHP 8.4 and avoid PHP 8.5 deprecations

v2.0

Toggle v2.0's commit message
Project cleanup + fix bad class name

v1.1

Toggle v1.1's commit message
Upgrade dependencies + require PHP 8.1

v1.0

Toggle v1.0's commit message
First stable release

v0.11.1

Toggle v0.11.1's commit message
Add RemoveNonAlphabeticFilter

v0.11

Toggle v0.11's commit message
Bump dependency + improve attribute

- Use new squirrelphp/debug v2.x
- Make arguments for StringFilter attribute clearer
- Add PREG_UNMATCHED_AS_NULL to Regex::getMatches
- Add additional string filter attribute tests

v0.10.3

Toggle v0.10.3's commit message
Add regex wrapper

v0.10.2

Toggle v0.10.2's commit message
Documentation update + PHP 8.1 changes

- Add documentation for string testers
- Avoid strlen null deprecation message because a variable
  was not propery type checked
- Upgrade quality tools

v0.10.1

Toggle v0.10.1's commit message
Initialize model via reflection instead of new

Mandatory arguments lead to type errors so far because
the string filter extension tried to create a new class
via new instead of via reflection. Now with reflection
we ignore uninitialized properties of the class in our
string filter processor to be less error-prone.