8000 Comparing v0.24.1...v0.25.0 · yeonjuan/html-eslint · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: yeonjuan/html-eslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.24.1
Choose a base ref
...
head repository: yeonjuan/html-eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.25.0
Choose a head ref
  • 6 commits
  • 20 files changed
  • 4 contributors

Commits on Apr 6, 2024

  1. chore: update yarn.lock

    yeonjuan committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    c9095f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. feat: better require-closing-tags support (#188)

    * add test case covering non-void self-closing tag when self-closing is enforced
    
    * don't close non-void elements
    
    * add test case covering math self close exception
    
    * clarify names
    
    * re-implement foreign context check
    
    * foreign context doesn't include the opening node itself
    
    * rewrite custom element checks to enforce the rule when possible
    
    * update custom tag tests
    
    * add custom tag test for children
    
    * replace custom tag check with regex + custom pattern option
    
    * add tests for custom pattern option
    
    * add test for preferred self closing custom tag with no children
    
    * Update require-closing-tags.md
    
    * add `mspace` to spellcheck
    
    https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mspace
    
    * prettier
    
    * `customPattern` string -> `customPatterns` string array
    
    * format
    
    * lint
    
    * Update docs/rules/require-closing-tags.md
    
    Co-authored-by: YeonJuan <yeonjuan93@naver.com>
    
    * update test to expect removal of closing tag when fixing
    
    * remove closing tag in fixed output
    
    * update fixes
    
    * update tests to reflect new independent options spec
    
    * replace `allowSelfClosingCustom` + `customPatterns` with independent `selfClosingCustomPatterns` option and update foreign context handling to compensate
    
    * Update require-closing-tags.md
    
    * format
    
    * update default to disallow self-closing custom tags
    
    * update docs
    
    * format
    
    ---------
    
    Co-authored-by: YeonJuan <yeonjuan93@naver.com>
    seleb and yeonjuan authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    9e968b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    4c9e5ed View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    821fd13 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. chore: clean deps (#195)

    * chore: bump up lerna to 8.1.4
    
    * chore: remove gh-pages
    yeonjuan authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8981286 View commit details
    Browse the repository at this point in the history
  2. v0.25.0

    yeonjuan committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    315631a View commit details
    Browse the repository at this point in the history
Loading
0