All notable changes to the "jsPoweredSearch" extension will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Initial release.
- Fixed extension crash on load.
- When searching without a file or line matcher, return all files that match the patterns.
- When a search is complete, report how long it took in the Results pane.
- Added unit tests for scaffolding, searching, and showing results.
- Created a preliminary testing feature to ensure matchers work on one file before running them in parallel on all files.
- Added a
matchTestingTimeoutInSeconds
feature to the search settings. If the preliminary test takes longer than this, the user will see an error. - If the preliminary test fails for whatever reason, the user may still choose to continue the search.
- Fixed broken repo link in README.
- Added the "Export JSON" command, which exports all current search results to a JSON document in a new text editor window.
- Improve the seach template's usability and readability. Take JSPS out of preview.
- Improve the README.
Upgrade packages and extension tooling; add onlyShowFilesWithMatchingLines
option to search settings.
Update README with new Ko-fi sponsorship link.
License extension under CC-BY-SA 4.0.