Skip to content

Releases: zigai/oxlint-rules

v0.4.3

Choose a tag to compare

@zigai zigai released this 11 Sep 09:02

Changelog

Bug Fixes

  • 28e994f fix(blank-lines): compact loop exits
  • 229bd89 fix(blank-lines): relate destructured control flow
  • fb1bdee fix(blank-lines): add default switch spacing
  • f0d6cf3 fix(blank-lines): compact related statements

Other Changes

  • a1ed40d docs(blank-lines): document default case spacing
  • 063257a test(blank-lines): cover compact loop exits
  • 69ab021 test(blank-lines): cover destructured guards
  • c07d578 test(blank-lines): cover default switch spacing
  • 9da099b docs(blank-lines): document compaction options
  • 03399f0 test(blank-lines): cover related compaction
  • 046ea72 docs: add AGENTS.md for rule additions and documentation
  • 3664d71 docs(readme): remove version requirements

Detailed Changes: v0.4.2...v0.4.3

v0.4.2

Choose a tag to compare

@zigai zigai released this 10 Sep 21:48

Changelog

Bug Fixes

  • 42ef9b6 fix(blank-lines): refine statement and switch-case spacing

Other Changes

  • 933a960 docs(readme): clarify setup guidance
  • 19e1f6d test(docs): validate rule examples
  • 9a24a46 docs(rules): split rule reference guides
  • 451e301 docs(blank-lines): shorten the long-case description
  • 146e2e0 test(blank-lines): name cases and expand code fixtures
  • 87b4fd9 refactor(blank-lines): simplify helpers and trim comments

Detailed Changes: v0.4.1...v0.4.2

v0.4.1

Choose a tag to compare

@zigai zigai released this 07 Sep 23:39

Changelog

Bug Fixes

  • db20b66 fix(blank-lines): compact reference type aliases

Other Changes

  • 0ec6450 docs(blank-lines): clarify declaration spacing
  • fb73536 test(blank-lines): cover compact type aliases

Detailed Changes: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@zigai zigai released this 07 Sep 22:42

Changelog

Features

  • d2a0eb5 feat(blank-lines): refine semantic grouping

Other Changes

  • e36cbe2 docs(blank-lines): document semantic spacing
  • 109ea9b test(blank-lines): cover semantic spacing

Detailed Changes: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@zigai zigai released this 07 Sep 18:59

Changelog

Features

  • fc3e50e feat(blank-lines): add whitespace lint rules

Bug Fixes

  • 3f21545 fix(blank-lines): stabilize layout autofixes
  • 6ce7c18 fix(checks): parse npm pack manifests

Other Changes

  • 3ffa2ce docs(blank-lines): document spacing behavior
  • c24d6d5 test(blank-lines): cover spacing edge cases
  • f360eb3 ci: allow compatibility package install
  • db3caad docs(rules): expand configuration guide
  • b26e74c test(blank-lines): verify packaged preset
  • ddcb391 docs(license): consolidate upstream notice
  • 3e101ed docs(blank-lines): document whitespace rules
  • e2d3aac test(blank-lines): cover whitespace formatting
  • b205e27 docs: add npm and license badges to readme

Detailed Changes: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@zigai zigai released this 21 Aug 14:31

Changelog

Features

  • 4d9ef0a feat(antislop): support boundary parser opt-outs

Other Changes

  • 68ed969 docs(antislop): document parser boundary options
  • 714261b test(antislop): cover parser boundary contracts

Detailed Changes: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@zigai zigai released this 20 Aug 13:15

Initial release.