Releases: yeonjuan/html-eslint
Releases · yeonjuan/html-eslint
v0.38.0
What's Changed
- feat: implement use-baseline by @yeonjuan in #311
- feat: add suggestion fixer in no-duplicate-attrs by @yeonjuan in #307
- chore: implement generate baseline script by @yeonjuan in #309
- fix: tagChildrenIndent does not work on script, style by @yeonjuan in #312
Full Changelog: v0.37.0...v0.38.0
v0.37.0
v0.36.0
v0.35.2
v0.35.1
v0.35.0
What's Changed
- feat: support eslint v9 by @yeonjuan in #281
- chore: add support parserOptions in playground by @yeonjuan in #282
- test: fix integration test errors by @yeonjuan in #285
- feat: check template indent by @yeonjuan in #283
- docs: fix typo in indent docs by @t11r in #287
- chore: edit landing page content and font sizes by @yeonjuan in #286
- fix: bugs in element-newline by @yeonjuan in #290
New Contributors
Full Changelog: v0.34.0...v0.35.0
v0.34.0
What's Changed
- docs: change logo by @yeonjuan in #273
- chore: add @stylistic/eslint-plugin by @yeonjuan in #275
- chore: add integration tests by @yeonjuan in #276
- chore: add ga and privacy policy by @yeonjuan in #277
- feat: support template engine syntax by @yeonjuan in #274
- fix: check case-insensitively in no-duplicate-attrs by @yeonjuan in #278
Full Changelog: v0.33.1...v0.34.0
v0.33.1
v0.33.0
What's Changed
- docs: add missing commas to no-restricted-attr-values.md by @fbasmaison-lucca in #259
- fix: prettier issue introduced in #259 by @RobertAKARobin in #260
- feat: add max-element-depth rule by @yeonjuan in #261
- fix(docs/rules/sort-attrs.md): fix typo by @ShayanTheNerd in #263
- fix: indentation rules for script and style tags by @FlorentinBouchendhomme in #265
- chore: fix lint & format error by @yeonjuan in #266
- feat: add require-explicit-size rule by @yeonjuan in #262
- docs: add developer guide by @yeonjuan in #267
- chore: set npmClient yarn & update lerna by @yeonjuan in #270
New Contributors
- @fbasmaison-lucca made their first contribution in #259
- @ShayanTheNerd made their first contribution in #263
- @FlorentinBouchendhomme made their first contribution in #265
Full Changelog: v0.32.0...v0.33.0
v0.32.0
What's Changed
- refactor: types by @yeonjuan in #249
- feat: implement tagChildrenIndent options in indent by @yeonjuan in #248
- feat: add prefer-https rule by @yeonjuan in #250
- feat: add require-input-label rule by @yeonjuan in #252
- feat: add require-form-method rule by @yeonjuan in #254
- docs: fix require-form-method docs by @yeonjuan in #255
- feat: add no-heading-inside-button rule by @yeonjuan in #256
- feat: add no-invalid-role rule by @yeonjuan in #257
- feat: add no-nested-interactive rule by @yeonjuan in #258
Full Changelog: v0.31.1...v0.32.0