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(tumugin#49)
  • Fixed wrong return type of SnList map function(tumugin#50)
  • Fixed distinct functions(tumugin#51)
  • Add union types on SnString and SnNumeric APIs to use raw value params(tumugin#52)

0.5.0

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

0.4.0

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

0.3.1

0.3.0

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

0.2.0

0.1.0

Initial release.