Skip to content

Releases: lint-md/lint-md

v2.4.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 16:37
cfe191e

What's Changed

Full Changelog: v2.3.2...v2.4.0

v2.3.2

Choose a tag to compare

@luojiyin1987 luojiyin1987 released this 10 Aug 07:39
3a787ee

Bug Fixes

  • Clear obsolete notAppliedFixes after a clean fix round. This prevents false conflict warnings in CLI consumers. (#255)

Package

v2.3.1

Choose a tag to compare

@luojiyin1987 luojiyin1987 released this 10 Aug 07:57
be1db6d

Chores

  • Update @lint-md/parser to 0.2.1. (#252)

Refactoring

  • Return reports, fixes, execution errors, and fallback metrics as one lint round result.
  • Normalize configured rules into one record for each rule ID.
  • Centralize report offsets, location fallback, and context extraction.
  • Replace the generic event emitter with typed selector dispatch.

Package

v2.3.0

Choose a tag to compare

@luojiyin1987 luojiyin1987 released this 30 Jul 11:20
9c88a15

What's Changed

Full Changelog: v2.2.1...v2.3.0

v2.2.1

Choose a tag to compare

@luojiyin1987 luojiyin1987 released this 29 Jul 04:28
75e72b8

What's Changed

Full Changelog: v2.1.6...v2.2.1

v2.1.6

Choose a tag to compare

@luojiyin1987 luojiyin1987 released this 19 Jul 02:25
e18f8f7

2.1.6 - 2026-07-19

Bug Fixes

  • text-scanner: use parser source maps for inline-code value ranges, correctly handling padding normalization and multi-backtick delimiters (#198)
  • deps: bump @lint-md/parser to ~0.2.0 (#198)