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.
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities
- Tested up to PHP v8.4.
- Updated GitHub issue templates.
- Fixed depreciated bug in
query
method
- Added support for PHP 8
- Fixed bug in
multisort
method to preserve array order by adding theSORT_NUMERIC
flag.
- Added the
order
method.
-
Added the following methods:
getAnyValues
hasAnyValues
hasAllValues
- Added
renameKeys
method.
- Corrected return type for
set()
asvoid
- Initial release.