Skip to content

Version 2.2.0

Compare
Choose a tag to compare
@vjik vjik released this 20 Sep 06:27
· 24 commits to 2.x since this release
2.2.0
0a2bc53
  • New #102, #106: Add CombinedRegexp class (@xepozz, @vjik)
  • New #103: Add MemoizedCombinedRegexp decorator that caches results of CombinedRegexp (@xepozz)
  • New #104: Add methods StringHelper::trim(), StringHelper::ltrim(), StringHelper::rtrim() (@olegbaturin)
  • Enh #103: Raise required PHP version to ^8.0 (@xepozz)
  • Enh #106: Using fully-qualified function calls to improve performance (@vjik)
  • Enh #111: Minor refactoring (@Tigrov)
  • Enh #83: Make minor refactoring with Rector help (@vjik)
  • Enh #92: Add $strict parameter to Inflector::toSnakeCase() method (@arogachev)