Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 948 Bytes

RELEASE_NOTES.md

File metadata and controls

27 lines (20 loc) · 948 Bytes

Release v1.0.1

Changes

  • Added support for absolute etree Path queries. An absolute path begins with / or // and begins its search from the element's document root.
  • Added GetPath and GetRelativePath functions to the Element type.

Breaking changes

  • A path starting with // is now interpreted as an absolute path. Previously, it was interpreted as a relative path starting from the element whose FindElement method was called. To remain compatible with this release, all paths prefixed with // should be prefixed with .// when called from any element other than the document's root.

Release v1.0.0

Initial release.