searchlight_parsedoc 0.2.2
searchlight_parsedoc: ^0.2.2 copied to clipboard
HTML and Markdown population helpers for Searchlight with VM file support.
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 companion-package wording from the docs.
- Updated the companion dependency range for
searchlight^0.2.2.
0.2.1 - 2026-03-30 #
Changed #
- Simplified companion-package documentation and removed extraneous wording from the package relationship notes.
- Updated the companion dependency range for
searchlight^0.2.1.
0.2.0 - 2026-03-30 #
Changed #
- Updated package docs to explain how
searchlight_parsedoccombines withsearchlight_highlightfor post-search snippets and highlighted matches. - Updated the companion dependency range for
searchlight^0.2.0. - Aligned the package family version with
searchlightandsearchlight_highlight.
0.1.0 - 2026-03-30 #
Added #
- Initial public release of
searchlight_parsedocas the HTML and Markdown companion package forsearchlight. - Parsed document and block models for additive Dart-focused parsing flows.
- Audited Orama-style helper surface:
defaultHtmlSchemaparseFile(data, fileType, options: ...)populate(db, data, fileType, options: ...)populateFromGlob(db, pattern, options: ...)
- Audited transform contract:
NodeContentTransformFnPopulateFnContext
- Searchlight-backed runtime population tests and glob tests.
Changed #
- Reworked the example app to use the public parity APIs rather than direct internal parser wiring.
- Clarified publish-facing docs and companion-package links for the
searchlight+searchlight_parsedocpackage pair.