v0.14.0
Automattic/harperv0.14.0Dec 31, 2024by elijah-potter
AI Summary
This release focuses on API accessibility, allowing users to retrieve lint descriptions programmatically, and improving the Obsidian plugin.
Key Highlights
- Added ability to access individual lint descriptions via `Linter.description()` and `Linter.getLintDescriptions()`.
- Added ability to toggle Web Worker usage in the Obsidian plugin.
- Fixed README links for language server integration.
New Features
- Access individual lint descriptions via API
- Toggle Web Worker usage in Obsidian plugin
Full Release Notes
## What's Changed This is a much smaller release, but there are some key changes. Rust and JavaScript consumers of Harper can now access individual lint descriptions via `Linter.description()` and [`Linter.getLintDescriptions()`](https://writewithharper.com/docs/harperjs/linting), respectively. We've also added the ability to toggle Web Worker usage in the Obsidian plugin. * docs: Fixup README links for language server integration by @claydugo in https://github.com/Automattic/harper/pull/342 ## New Contributors * @claydugo made their first contribution in https://github.com/Automattic/harper/pull/342 **Full Changelog**: https://github.com/Automattic/harper/compare/v0.13.0...v0.14.0