2.0.0
Added
- Added
Str::startsWith()
,Str::endsWith()
andStr::contains()
methods - Added a slew of method aliases
Changed
- Bumped minimum required PHP version to 7.0
- Updated
Str::crypt()
method to always require a salt - Split config options into separate classes and refactored the way they are validated
- Modifed
Str::md5()
,Str::sha1()
,Str::sha256()
methods to accept a mode flag
Detailed changelog: 1.0.0...2.0.0