All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities
- Added
exceptValuesandgetRandomItemsmethods
- Added
numericMultisortandensureHasmethods
- Updated documentation
- Tested up to PHP v8.4.
- Updated GitHub issue templates.
- Fixed depreciated bug in
querymethod
- Added support for PHP 8
- Fixed bug in
multisortmethod to preserve array order by adding theSORT_NUMERICflag.
- Added the
ordermethod.
-
Added the following methods:
getAnyValueshasAnyValueshasAllValues
- Added
renameKeysmethod.
- Corrected return type for
set()asvoid
- Initial release.