Enhancements
ArrayElement
'scontains
method has been renamed toincludes
to be consistent withArray.includes
.ArrayElement.contains
has been deprecated, and remains for compatibility.
Bug Fixes
- Prevent throwing an error when calling
toValue()
on an element with a key value pair which does not have a value.