- SmartObject: supports property deprecation
- Image: added support for AVIF
- Image: distinguishes between fatal errors and warnings
- Validators: isNumeric support string number '1.' (#276)
- Json: accepts native JSON_* constants #275
Arrays::isList()
usesarray_is_list()
is PHP 8.1
Deprecated properties are written as @property-deprecated
, no standard here exists. PhpStorm and static analysis tools do not see them, which is the intention.