Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 807 Bytes

CHANGELOG.md

File metadata and controls

32 lines (25 loc) · 807 Bytes

Changelog

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.

[Unreleased]

[1.1.1] - 2024-06-24

Changed

  • Updated dependencies

[1.1.0] - 2022-05-27

Added

  • Implemented Display for Searcher
  • Implemented bookmark support
  • Defined type aliases Result and XTags
  • Documentation

[1.0.0] - 2022-05-16

Changed

  • AND now has higher precedence than OR
  • API is not compatible to prior version

Added

  • Search can now be precompiled and uses short-circuit evaluation
  • Allows renaming of tags with regex support
  • Supports != operator

[0.1.0] - 2022-05-10

Added

  • Initial functionality