Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.48 KB

ChangeLog.md

File metadata and controls

36 lines (30 loc) · 1.48 KB

0.6.0

  • Add split to SnString(#49)
  • Fixed wrong return type of SnList map function(#50)
  • Fixed distinct functions(#51)
  • Add union types on SnString and SnNumeric APIs to use raw value params(#52)

0.5.0

  • Fixed issue SnStringList::byStringArray not working
  • Added toStringArray to SnStringList

0.4.0

  • Fixed wrong PHPStan annotations of SnList(#44)
  • Fixed SnString exception text.(#43)
  • Implemented pregMatches and pregMatchAll on SnString(#42)

0.3.1

0.3.0

  • Add joinToString API to SnStringList(#33)
  • Add substring and take API to SnString(#32)

0.2.0

  • Fixed warning on PHP8.1(#29)
  • Fixed return type to static(#28)
  • Fixed composer.json(#30)

0.1.0

Initial release.