Skip to content

Releases: flextype-components/arrays

3.0.1

24 Jul 14:55
Compare
Choose a tag to compare
v3.0.1

Arrays 3.0.1

3.0.0

24 Jul 14:35
Compare
Choose a tag to compare
v3.0.0

Arrays 3.0.0

1.2.8

25 Jun 16:40
Compare
Choose a tag to compare
  • Fix method sort()

1.2.7

25 Jun 16:07
Compare
Choose a tag to compare
  • New method dot()
  • New method undot()

1.2.6

11 Aug 08:28
Compare
Choose a tag to compare
  • Doctrine Coding Standard fixes

1.2.4

06 Jan 18:02
Compare
Choose a tag to compare
  • returned type for method createFromString() changed to array

1.2.3

31 May 13:56
Compare
Choose a tag to compare
  • method toJson() can take new parameters with predefined variables: int $options = 0, int $depth = 512
  • method createFromJson() can take new parameters with predefined variables: bool $assoc = true, int $depth = 512 , int $options = 0

1.2.2

30 Apr 13:35
Compare
Choose a tag to compare
  • New method reverse()
  • New method size()
  • New method average()
  • New method createFromString()
  • New method createFromJson()
  • New method toJson() instead of json()

1.2.1

25 Apr 23:11
Compare
Choose a tag to compare
  • New method sort() instead of subvalSort()

1.2.0

25 Apr 23:11
Compare
Choose a tag to compare
  • New method json() for converting an array to a JSON string
  • New method first() to return the first element of an array
  • New method last() to return the last element of an array