All Versions
27
Latest Version
Avg Release Cycle
59 days
Latest Release
2482 days ago

Changelog History
Page 3

  • v1.3.0 Changes

    December 16, 2013
    • 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
  • v1.2.2 Changes

    December 04, 2013
    • Updated create function to use late static binding
    • Added optional $replacement param to slugify
  • v1.2.1 Changes

    October 11, 2013
    • Cleaned up tests
    • Added homepage to composer.json
  • v1.2.0 Changes

    September 15, 2013
    • Fixed pad's use of InvalidArgumentException
    • Fixed replace(). It now correctly treats regex special chars as normal chars
    • Added additional Cyrillic letters to toAscii
    • Added $caseSensitive to contains() and count()
    • Added toLowerCase()
    • Added toUpperCase()
    • Added regexReplace()
  • v1.1.0 Changes

    August 31, 2013
    • Fix for collapseWhitespace()
    • Added isHexadecimal()
    • Added constructor to Stringy\Stringy
    • Added isSerialized()
    • Added isJson()
  • v1.0.0 Changes

    • 1.0.0 release
    • Added test coverage for Stringy::create and method chaining
    • Added tests for returned type
    • Fixed StaticStringy::replace(). It was returning a Stringy object instead of string
    • Renamed standardize() to the more appropriate toAscii()
    • Cleaned up comments and README
  • v1.0.0-rc.1 Changes

    July 28, 2013
    • Release candidate