All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Flag
--exact
/-e
finds exact matches only if set. Examples:xt ./file.xsd elem
findselem
andparent/elem
.xt ./file.xsd elem --exact
findselem
only.
- Flag
--limit 0
now shows all found results.