Releases: flextype-components/arrays
Releases · flextype-components/arrays
1.2.7
- New method dot()
- New method undot()
1.2.6
- Doctrine Coding Standard fixes
1.2.4
- returned type for method createFromString() changed to array
1.2.3
- 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
- New method reverse()
- New method size()
- New method average()
- New method createFromString()
- New method createFromJson()
- New method toJson() instead of json()
1.2.1
- New method sort() instead of subvalSort()
1.2.0
- 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