Releases: awssat/str-helper
Releases · awssat/str-helper
2.1
- Use mbstring functions by default if installed.
- Now append, prepend, equal, and contains support multiple parameters like str('string')->contains($str1, $str2)..
2.0
- Multiple new methods like append, prepend, contains.
- Better detection of string location within function parameters.
- Decoupled from Laravel requirement.
- Better support for IDE auto-completion.
1.5
- Bugs fixes
- Doesn't rely on or require Laravel any more.
- Nested conditions.
1.4
Stable, more tests, improved Exceptions.
1.3
Convert numbers/objects to strings before processing
1.2
conditions, support for PHP built-in functions and more love 😍