-
feat:
exists()
method now respectsreturnObjects
option - returnsfalse
when accessing an object key withreturnObjects: false
, enabling detection of object vs string keys 2359Note: This is a potential behavior change. If you were previously calling
exists()
withreturnObjects: false
on object keys, those calls will now returnfalse
instead oftrue
. This enables developers to detect whether a key points to an object or string value.