Skip to content

Releases: wxmlfile/eslint-plugin-wxml

v0.5.0

08 Nov 06:16
51b5634
Compare
Choose a tag to compare

[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

v0.4.1

04 Nov 09:30
f3effe7
Compare
Choose a tag to compare

[0.4.1] - 2021-11-04

Added

  • Add rule no-wx-if-string

0.4.0

02 Nov 12:00
e16233a
Compare
Choose a tag to compare

[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

v0.3.0

28 Oct 06:51
a152eee
Compare
Choose a tag to compare

[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

v0.2.1

23 Oct 16:17
05e789f
Compare
Choose a tag to compare

Changed

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

v0.2.0

23 Oct 03:02
3a54ace
Compare
Choose a tag to compare

Added

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

v0.1.0

22 Oct 03:06
700e0a8
Compare
Choose a tag to compare

Changed

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

v0.0.4

20 Oct 07:53
Compare
Choose a tag to compare
  • basic eslint-plugin-wxml feature