Skip to content

Releases: glowyphp/strings

5.0.1

Choose a tag to compare

@Awilum Awilum released this 03 Jul 16:18
  • Dependencies fixes.

5.0.0

Choose a tag to compare

@Awilum Awilum released this 03 Jul 16:18
  • All Helpers functions are placed into the Glowy/Strings namespace.
  • Use union types.
  • Moving to PHP 8.1

4.4.0

Choose a tag to compare

@Awilum Awilum released this 02 Jun 13:31
  • 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.

4.3.1

Choose a tag to compare

@Awilum Awilum released this 09 May 05:02
v4.3.1

4.3.0

Choose a tag to compare

@Awilum Awilum released this 09 May 05:02
v4.3.0

4.2.0

Choose a tag to compare

@Awilum Awilum released this 01 Jan 19:39
  • Added isHexColor() method.
  • Added isAffirmative() method.
  • Added isDate() method.

4.1.0

Choose a tag to compare

@Awilum Awilum released this 30 Dec 06:22
  • Added headline() method.
  • Added replaceSubstr() method.
  • Added mask() method.
  • Added sponge() method.
  • Added swap() method.

4.0.0

Choose a tag to compare

@Awilum Awilum released this 22 Dec 19:28
  • Released under Glowy PHP Organization
  • Add PHP 8.1 support
  • Updated dependencies.

3.0.2

Choose a tag to compare

@Awilum Awilum released this 13 Apr 15:25
  • fix snake() method

3.0.1

Choose a tag to compare

@Awilum Awilum released this 19 Feb 14:40
  • fix dependencies.