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.
- Updated dependencies
- Implemented Display for Searcher
- Implemented bookmark support
- Defined type aliases Result and XTags
- Documentation
- AND now has higher precedence than OR
- API is not compatible to prior version
- Search can now be precompiled and uses short-circuit evaluation
- Allows renaming of tags with regex support
- Supports != operator
- Initial functionality