Skip to content

3.0.0

Compare
Choose a tag to compare
@PHLAK PHLAK released this 20 Sep 15:37
· 138 commits to master since this release
85e988b

Added

  • Added Str::echo() method
  • Added Str::from() method
  • Added Str::matches() method
  • Added Str::strip() method

Changed

  • Twine now works with multi-byte strings
  • Replaced Str::urlencode() with Str::url()
  • Str::replace() can now replace multiple parts of a string at once
  • Str::repeat() can now take a glue string as the second parameter
  • Renamed InvalidConfigOptionException to ConfigException and all exceptions now extend a base TwineException class

Detailed changelog: 2.3.0...3.0.0