v2.1.0 (2021-01-05)
New classes for XPath nodes
- Replaced named-tuple classes with a hierarchy of custom classes that bind instances (attribute nodes, text nodes, namespace nodes) with parent elements;
- Nodes are equal if they have also the same parent (same element instance).