Skip to content

0.23.8

Latest
Compare
Choose a tag to compare
@kylef kylef released this 12 Jun 15:37
· 3 commits to master since this release

Enhancements

  • ArrayElement's contains method has been renamed to includes to be consistent with Array.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.