This release refines some constructs in the XPath and DOM API for ease of use.
Some of the changes made include:
- new/additional filters easily accessible from
DOMFilter
such asPIFilter
- for selecting processing instructions. - performance improvements in the
DOM
andDOMFilter
APIs XNodeSet
andXDataCType
of the XPath API are now generic types that can be made more specific depending on the use-case.
This release is available on npm:
npm install @ziord/robin