Skip to content

Latest commit

 

History

History
106 lines (84 loc) · 2.39 KB

CHANGELOG.md

File metadata and controls

106 lines (84 loc) · 2.39 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.8.0] - 2024-04-20

Added

[0.7.5] - 2022-08-21

Changed

  • Add disableAttrs and skipAttrs config support for rule forbid-tags

[0.7.4] - 2022-07-30

Added

  • Add rule event-binding-style

Changed

  • Deprecated rule colon-style-event-binding

[0.7.3] - 2022-07-14

Added

  • Add rule forbid-attributes

[0.7.2] - 2022-05-22

Added

  • Add rule no-inconsistent-tagname

[0.7.1] - 2022-05-13

Added

  • Add rule omit-bool-attributes

[0.7.0] - 2022-03-24

Changed

  • Bump @wxml/parser version from v0.4.0

Added

  • Add ESLint 8 test suits
  • Add rule report-interpolation-error

[0.6.3] - 2022-02-09

Added

  • Add rule required-root-tag

[0.6.2] - 2022-02-09

Added

  • Add rule required-tags

[0.6.1] - 2022-01-15

Fixed

  • Bump @wxml/parser version from v0.3.0 to v0.3.2

[0.6.0] - 2021-11-15

Fixed

  • Bump @wxml/parser version to fix rule report-wxml-syntax-error

[0.5.0] - 2021-11-08

Changed

  • Improve rule no-unnecessary-block
  • Deprecate rule no-wx-for-with-wx-if

Added

  • Add rule no-wx-for-with-wx-else

[0.4.1] - 2021-11-04

Added

  • Add rule no-wx-if-string

[0.4.0] - 2021-11-02

Added

  • Add rule no-wx-for-with-wx-if

Fixed

  • Fix rule no-unnecessary-block for a edge case

[0.3.0] - 2021-10-28

Added

  • Add rule colon-style-event-binding
  • Add rule max-depth
  • Add rule max-len
  • Add rule max-lines
  • Add rule no-dynamic-wx-key
  • Add rule no-unnecessary-block
  • Add rule wx-key
  • Add rule wxs-module-prop
  • add eslint online repl for documentation
  • replace doc website domain esint-plugin-wxml.vercel.app with esint-plugin-wxml.js.org

[0.2.1] - 2021-10-24

Changed

  • rename rule empty-tag-must-be-self-closing to empty-tag-self-closing

[0.2.0] - 2021-10-23

Added

  • add rule no-inline-wxs
  • add rule wxs-must-be-top-level
  • add rule quotes

[0.1.0] - 2021-10-22

Changed

  • Bump @wxml/parser to v0.2.0
  • Add more unit test for rules

[0.0.4] - 2021-10-20

Added

  • Add basic feature