All notable changes to the "vale" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file. This project does not adhere to Semantic Versioning!
- Support multi-root workspaces, see https://github.com/lunaryorn/vscode-vale/issues/4
- Increase buffer size for
vale
processes to handle large results, see https://github.com/lunaryorn/vscode-vale/issues/3
- Require vscode 1.15 or newer
- Change license from GPL-3 to MIT
- Show status bar message while linting the entire workspace with vale, see https://github.com/lunaryorn/vscode-vale/issues/2.
- Add
Vale: Lint workspace
command to run vale on all files in the current workspace, see https://github.com/lunaryorn/vscode-vale/issues/1.
- Require Vale version 0.7.2 or newer. Older vale releases do not lint all files given as arguments, see errata-ai/vale#46.
- Use normal logo in Marketplace as it fits better in the overview page.
- Use a proper marketplace description.
This is the first release.
- Run vale on Markdown documents.