Skip to content

Releases: danielstjules/Stringy

Version 1.3.0

17 Dec 02:06

Choose a tag to compare

  • Additional Bulgarian support for toAscii
  • str property made private
  • Constructor casts first argument to string
  • Constructor throws an InvalidArgumentException when given an array
  • Constructor throws an InvalidArgumentException when given an object without
    a __toString method

Version 1.2.2

05 Dec 04:39

Choose a tag to compare

  • Updated create function to use late static binding
  • Added optional $replacement param to slugify