August 2019 bugfixes
This release contains a number of bugfixes:
- Bugfix for selecting children of attribute selector. The bug meant that the selector context was reset to the documentElement when in a deeper query than selecting attribute values.
- Update DOM dependency fixing issue with iterators in tests. Iterating over HTMLCollections is only one method of working with HTMLCollections. Asking for the current() item would use the iterator but it would throw a RunTime exception if the iterator wasn't rewound.
- Expose other attribute selector types. There are many types of attribute selector. Now these types are defined as constants in the Translator.
- More descriptive variable names.