Enhancements
ArrayElement'scontainsmethod has been renamed toincludesto be consistent withArray.includes.ArrayElement.containshas 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.