Spatie String Versions Save

String handling evolved

3.0.0

3 years ago
  • Require PHP 8+
  • Drop support for all PHP 7.x versions
  • Use PHP 8 syntax where possible
  • Remove "Exception" suffix from exception classnames

2.2.3

3 years ago
  • add support for PHP 8

2.2.2

6 years ago
  • fix possesive output of it

2.2.1

7 years ago
  • fix error when using possisive on an empty string

2.2.0

7 years ago

add replaceFirst

2.1.0

8 years ago
  • Added contains function (alias for find)

2.0.1

8 years ago
  • Strings now have a more strict validation on instantiation

2.0.0

8 years ago
  • Add PHP7 compatibility

1.9.1

8 years ago

Changed

  • Removed replace function & test (already provided by Underscore)

1.9.0

8 years ago

Added

  • Add replace function