Releases: syntatis/utils-php
Releases · syntatis/utils-php
v2.1.0
v2.0.2
v2.0.1
v2.0.0
What's Changed
- Update phpstan/phpstan requirement from ^1.11 to ^1.12 by @dependabot in #55
- v2 by @tfirdaus in #60
- Remove
UriInterface
by @tfirdaus in #61
🚨 Breaking changes
- Removed deprecated functions e.g.
is_email
,is_uuid
,is_blank
,
etc. - Removed inflector type of functions and methods e.g.
Str::pluralize
,
etc. These functions requires heavy dependencies and mostly unused in a
distributed WordPress plugin. Val::isURL
now only support string to pass as argument. Support forUriInterface
is dropped.
Full Changelog: v1.5.1...v2.0.0
v1.5.1
v1.5.0
v1.4.0
v1.3.0
What's Changed
- Update syntatis/coding-standard requirement from ^1.2 to ^1.3 by @dependabot in #42
- Add
Str
helper class by @tfirdaus in #46
Full Changelog: v1.2.1...v1.3.0
v1.2.1
v1.2.0
What's Changed
- Update symfony/validator requirement from >=5.4.39 to >=5.4.40 by @dependabot in #25
- Update symfony/var-dumper requirement from >=5.4.39 to >=5.4.40 by @dependabot in #26
- Update phpstan/extension-installer requirement from ^1.3 to ^1.4 by @dependabot in #27
- Update syntatis/coding-standard requirement from ^1.1 to ^1.2 by @dependabot in #29
- Update composer/installers requirement from ^2.2 to ^2.3 by @dependabot in #33
- Update symfony/validator requirement from >=5.4.40 to >=5.4.41 by @dependabot in #34
- Reorganize
tests
directory by @tfirdaus in #30 - Remove PHPStan annotation by @tfirdaus in #35
Full Changelog: v1.1.0...v1.2.0