Releases: bayfrontmedia/php-array-helpers
Releases · bayfrontmedia/php-array-helpers
Version 2.2.0
Added
- Added
exceptValuesandgetRandomItemsmethods
Version 2.1.0
Added
- Added
numericMultisortandensureHasmethods
Changed
- Updated documentation
Version 2.0.2
Added
- Tested up to PHP v8.4.
- Updated GitHub issue templates.
Version 2.0.1
Fixed
- Fixed depreciated bug in
querymethod
Version 2.0.0
Added
- Added support for PHP 8
Version 1.3.1
Fixed
- Fixed bug in
multisortmethod to preserve array order by adding theSORT_NUMERICflag.
Version 1.3.0
Added
- Added the
ordermethod.
Version 1.2.0
Added
-
Added the following methods:
getAnyValueshasAnyValueshasAllValues
Version 1.1.0
Added
- Added
renameKeysmethod.
Version 1.0.1
- Corrected return type for
set()asvoid