Skip to content

Releases: nabeghe/stringer-php

v1.1.2

18 Dec 03:44
Compare
Choose a tag to compare

Resolve incompatibility with older PHP versions.

v1.1.0

17 Oct 21:43
Compare
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
Compare
Choose a tag to compare
  • Added finish to Str.php
  • Fixed a little minor issues

v1.0.0

16 Oct 12:11
Compare
Choose a tag to compare
Initial commit