Releases: supabase-community/supa-mdx-lint
Releases · supabase-community/supa-mdx-lint
v0.1.7-alpha
What's Changed
- fix: publish action by @charislam in #50
- fix: add token for publish workflow by @charislam in #51
- ci: publish directly to public by @charislam in #52
- chore(deps): bump actions/cache from 4.1.2 to 4.2.0 by @dependabot in #57
- fix: ignore patterns (path canonicalization) by @charislam in #56
- fix: js wrapper bugs by @charislam in #55
- debug: publish workflow by @charislam in #53
- ci: run smoke tests to check published packages work by @charislam in #54
- chore: add script to bump all versions by @charislam in #58
- refactor: small cleanup by @charislam in #61
- docs: add docs on how to release new version by @charislam in #59
- chore: bump versions in preparation for v0.1.7-alpha release by @charislam in #60
Full Changelog: v0.1.6-alpha...v0.1.7-alpha
v0.1.6-alpha
What's Changed
- chore(deps): bump hashbrown from 0.15.0 to 0.15.2 by @dependabot in #44
- fix: formatting of pretty output by @charislam in #45
- feat: rule003 check spelling by @charislam in #40
- chore(deps): bump actions/cache from 4.1.2 to 4.2.0 by @dependabot in #46
- ci: build node packages by @charislam in #47
- ci: add publish action by @charislam in #48
- fix: bump optional dependencies for supa-mdx-lint by @charislam in #49
Full Changelog: v0.1.5-alpha...v0.1.6-alpha
v0.1.5-alpha
What's Changed
- fix(rule001): handle utf8 and emoji properly by @charislam in #41
- feat: rule002 by @charislam in #32
- check admonition types
- fix(rule001): numbered headings by @charislam in #42
- refactor: word iterator by @charislam in #43
Full Changelog: v0.1.4-alpha...v0.1.5-alpha
v0.1.4-alpha
What's Changed
- fix(rule001): index update error by @charislam in #39
Full Changelog: v0.1.3-alpha...v0.1.4-alpha
v0.1.3-alpha
What's Changed
- refactor: change document model to rope by @charislam in #36
- fix: delete merge location calculation by @charislam in #37
- feat: pretty formatter by @charislam in #38
Full Changelog: v0.1.2-alpha...v0.1.3-alpha
v0.1.2-alpha
What's Changed
- fix rule 001: account for numbered steps with colons, refactor out unnecessary string allocations by @charislam in #34
- fix(rule001): handle case where heading starts with numbers by @charislam in #35
Full Changelog: v0.1.1-alpha...v0.1.2-alpha
v0.1.1-alpha
What's Changed
- fix: pluralization of output messages by @charislam in #30
- miscellaneous fixes by @charislam in #31
- allow blank line between disable comment and disabled line
- do not return failure code on warnings
- feat: allow specifying multiple lint targets as positional arguments by @charislam in #33
Full Changelog: v0.1.0-alpha...v0.1.1-alpha
v0.1.0-alpha
What's Changed
- test: add wasm tests by @charislam in #1
- ci: run tests on pr and push to main by @charislam in #2
- fix(rule001): logic for checking first word by @charislam in #6
- chore(deps): bump actions/cache from 4.1.1 to 4.1.2 by @dependabot in #3
- chore(deps): bump actions/setup-node from 4.0.4 to 4.1.0 by @dependabot in #4
- chore: cleanup wasm vs non-wasm tests by @charislam in #7
- chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #5
- misc refactors + cleanup by @charislam in #8
- ci: cancel concurrent workflow runs by @charislam in #9
- refactor: remove unnecessary thread-safety for rules by @charislam in #10
- feat: js wrapper for linter by @charislam in #11
- chore: add eslint and prettier configs by @charislam in #12
- feat(rs): allow linting only a single rule at once by @charislam in #13
- fix: wasm build by @charislam in #14
- chore: remove unnecessary vitest plugins by @charislam in #15
- chore: update eslint config to support node globals by @charislam in #16
- feat: eslint adapter by @charislam in #17
- chore: remove eslint-supa-mdx by @charislam in #18
- feat: parse argments for cli by @charislam in #19
- feat: define output formats by @charislam in #20
- feat: allow subconfig files using includes by @charislam in #21
- feat: make cli actually lint things + tests by @charislam in #22
- feat: glob patterns as lint targets by @charislam in #23
- feat: ignored files by @charislam in #24
- feat: disable directives by @charislam in #25
- feat: error levels by @charislam in #26
- feat: autofixing by @charislam in #27
- fix/release-build by @charislam in #28
- docs: add readme by @charislam in #29
New Contributors
- @charislam made their first contribution in #1
- @dependabot made their first contribution in #3
Full Changelog: https://github.com/supabase-community/supa-mdx-lint/commits/v0.1.0-alpha