searchlight_highlight 0.2.2
searchlight_highlight: ^0.2.2 copied to clipboard
A pure Dart reimplementation of Orama's standalone highlight package.
Changelog #
All notable changes to this project will be documented in this file.
[Unreleased] #
0.2.2 - 2026-03-30 #
Changed #
- Removed a final round of extraneous package-relationship wording from the docs.
- Updated the example app dependency alignment to
searchlightandsearchlight_parsedoc^0.2.2.
0.2.1 - 2026-03-30 #
Added #
- Initial public release of
searchlight_highlightas the standalone highlighting companion package for Searchlight.
Changed #
- Simplified package-role documentation and removed extraneous relationship details.
- Finalized the example app dependency alignment with
searchlightandsearchlight_parsedoc^0.2.1.
0.2.0 - 2026-03-30 #
Added #
- Initial public release of
searchlight_highlightas the standalone highlighting companion package for Searchlight. - Orama-parity
Highlight,highlightStrategy,HighlightOptions,HighlightStrategy, andPositionAPIs. - HTML output, inclusive positions, stateful trimming behavior, and a Flutter validation example app.
Changed #
- Clarified package-role docs for the
searchlight,searchlight_parsedoc, andsearchlight_highlightpackage stack. - Aligned the package family version with
searchlightandsearchlight_parsedoc.