Skip to content

Releases: awssat/str-helper

2.1

13 Mar 17:09
3e12549
Compare
Choose a tag to compare
  • Use mbstring functions by default if installed.
  • Now append, prepend, equal, and contains support multiple parameters like str('string')->contains($str1, $str2)..

2.0

12 Mar 18:05
9b831cd
Compare
Choose a tag to compare
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

17 Dec 05:00
8f836b9
Compare
Choose a tag to compare
1.5
  • Bugs fixes
  • Doesn't rely on or require Laravel any more.
  • Nested conditions.

1.4

23 Nov 06:51
Compare
Choose a tag to compare
1.4

Stable, more tests, improved Exceptions.

1.3

22 Nov 05:01
a15ef1a
Compare
Choose a tag to compare
1.3

Convert numbers/objects to strings before processing

1.2

21 Nov 06:03
ca1b060
Compare
Choose a tag to compare
1.2

conditions, support for PHP built-in functions and more love 😍

1.1

20 Nov 18:37
a3e7b91
Compare
Choose a tag to compare
1.1
  • New methods: tap + do

1.0

19 Nov 20:52
Compare
Choose a tag to compare
1.0
fix