Skip to content

Releases: tamedevelopers/support

v4.0.4

05 Dec 13:55

Choose a tag to compare

v4.0.3

13 Oct 03:48

Choose a tag to compare

update

v4.0.2

22 Aug 03:34

Choose a tag to compare

TameZip()->download("filename.zip") --- added

v4.0.1

28 Jul 04:56

Choose a tag to compare

update

v4.0

18 Jul 19:23

Choose a tag to compare

asset('path') name changed to tasset('path') "which stands for TameAsset)
  • Due to conflicts with that of Laravel

v3.0.14

04 Jul 02:47

Choose a tag to compare

Added new methods

Str::formatString('892892982982', 5) // 89289-29829-82

TameStr(); as method/function call
Added collect() // as a method

TameCollect([

]);

Must naming starts with Tame, should incase when using package with Laravel. To avoid name conflicts

v3.0.13

31 May 08:02

Choose a tag to compare

Support Array Data Error fixed

  • SortArray
  • SortMultipleArray

v3.0.12

09 May 04:25

Choose a tag to compare

update

v3.0.11

26 Feb 07:21

Choose a tag to compare

Str::convertCase() method update

v3.0.10

19 Jan 13:28

Choose a tag to compare

toArray Error Fix