What's Changed
- A false-positive for subordinating conjunctions was resolved.
- harper.js now properly reexports types from harper-wasm.
- harper.js now has an automatically generated API reference page.
- Some erroneous filtering of certain errors was creating false-negatives.
- Words containing numbers are less likely to throw false-positive spelling errors.
- A rule for variations of the word “your” was added.
- fix the nvim-lspconfig link by @wadsaek in #367
- docs: added Scoop instructions by @elijah-potter in #361
- Enable LTO and codegen-units = 1 in the Release profile by @zamazan4ik in #363
- feat(#331): Literate Haskell Support by @grantlemons in #344
- build(deps): bump dirs from 5.0.1 to 6.0.0 by @dependabot in #372
- build(deps): bump tokio from 1.42.0 to 1.43.0 by @dependabot in #371
- build(deps): bump thiserror from 2.0.9 to 2.0.11 by @dependabot in #369
- feat: Typst Language Support by @grantlemons in #302
- build(deps): bump serde_json from 1.0.134 to 1.0.135 by @dependabot in #368
- feat(core): create new linter for dollar sign placement by @elijah-potter in #376
- refactor: Harper-ls Error-Handling Improvements by @grantlemons in #349
- feat(#104): Markdown linter config for ignoring link titles by @grantlemons in #305
- feat(harper.js): added ability to configure the markup language by @elijah-potter in #379
- feat(vscode-plugin): Add Literate Haskell and Typst Support + some doc updates by @mcecode in #388
New Contributors
- @wadsaek made their first contribution in #367
- @elijah-potter made their first contribution in #361
- @zamazan4ik made their first contribution in #363
Full Changelog: v0.15.0...v0.16.0