Skip to content

Version 0.2.3

Latest
Compare
Choose a tag to compare
@allejo allejo released this 02 Mar 05:59
· 14 commits to master since this release
9d37428
  • Updates to the __::slug() function,
    • Optimized to be more performant when given plain, old ASCII text
    • Has a workaround for a bug in PHP 8.1 that would return an empty string
  • Added __::dropWhile, __::dropRight, and __::dropRightWhile
  • Fix error in __::mapKeys that affected PHP 5.5