Skip to content

Releases: nabeghe/stringer-php

v1.1.4

08 Nov 02:38

Choose a tag to compare

Check for empty string in len method to correctly handle null.

v1.1.3

27 Feb 16:49

Choose a tag to compare

Fix the sub method for new lines and consecutive spaces

v1.1.2

18 Dec 03:44

Choose a tag to compare

Resolve incompatibility with older PHP versions.

v1.1.0

17 Oct 21:43

Choose a tag to compare

  • Added the bool method to the Str class.
  • The Stringer class can access the methods of the Str class.
  • The constructor of the Stringer class uses Str::tryCast instead of strval.
  • The output type in some methods of the Str class that were string and false has been changed from false to null.
  • Data types were removed from the inputs and outputs.
  • Some methods have been documented.

v1.0.1

16 Oct 13:39

Choose a tag to compare

  • Added finish to Str.php
  • Fixed a little minor issues

v1.0.0

16 Oct 12:11

Choose a tag to compare

Initial commit