Skip to content

Releases: syntatis/utils-php

v2.1.0

14 Oct 18:37
c206e08
Compare
Choose a tag to compare

What's Changed

  • Add generic type to the Str utility methods by @tfirdaus in #62

Full Changelog: v2.0.2...v2.1.0

v2.0.2

08 Oct 16:42
8c28930
Compare
Choose a tag to compare

What's Changed

  • Fix type assertion in Arr::isList 8c28930

Full Changelog: v2.0.1...v2.0.2

v2.0.1

08 Oct 16:38
a8bbf05
Compare
Choose a tag to compare

What's Changed

  • Add type assertion in isList a8bbf05

Full Changelog: v2.0.0...v2.0.1

v2.0.0

30 Sep 16:44
51b0967
Compare
Choose a tag to compare

What's Changed

🚨 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 for UriInterface is dropped.

Full Changelog: v1.5.1...v2.0.0

v1.5.1

03 Aug 15:00
af4c591
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

31 Jul 16:10
c280b56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

28 Jul 09:04
f75475c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

28 Jul 04:44
42e3aa9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

18 Jul 15:47
95e199d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

03 Jul 17:38
5564534
Compare
Choose a tag to compare

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