Skip to content

Releases: bmish/eslint-doc-generator

Release 1.5.2

15 Oct 19:24
Compare
Choose a tag to compare

🐛 Bug Fix

  • #486 Include any mandatory sections when generating new rule docs with --init-rule-docs and --rule-doc-section-include (@bmish)
  • #485 Initialize rule doc options section when using --init-rule-docs (@bmish)

Committers: 1

Release 1.5.1

13 Oct 20:51
Compare
Choose a tag to compare

🐛 Bug Fix

  • #482 Sanitize newlines and pipes from markdown table cells (@bmish)
  • #484 Don't exit with failure about missing mention of rule option when rule option list was just generated (@bmish)
  • #483 Show rule option list "Default" column even with only a falsy value (@bmish)

Committers: 1

Release 1.5.0

12 Oct 00:15
Compare
Choose a tag to compare

🚀 Enhancement

  • #481 Support auto-generated rule options lists (@bmish)
  • #480 Support auto-generated config lists (@bmish)

Committers: 1

Release 1.4.3

04 Feb 18:48
Compare
Choose a tag to compare

🐛 Bug Fix

  • #409 Sort emojis before badges for configs in rules list for better aesthetics (@bmish)
  • #411 Fix loading of plugin with JSON entry point (@bmish)

Committers: 1

Release 1.4.2

10 Jan 15:57
Compare
Choose a tag to compare

🐛 Bug Fix

  • #388 Clarify error message when rule option is missing from rule doc (@bmish)

📝 Documentation

  • #379 Add column for default value to readme options table (@bmish)
  • #326 Mention markdownlint compatibility (@bmish)

Committers: 1

Release 1.4.1

27 Dec 17:29
Compare
Choose a tag to compare

🐛 Bug Fix

  • #375 Use concise relative paths for rule links (@bmish)

Committers: 1

Release 1.4.0

26 Dec 20:55
Compare
Choose a tag to compare

🚀 Enhancement

  • #369 Support a user-defined function for --url-rule-doc option (@bmish)

Committers: 1

Release 1.3.0

23 Dec 21:10
Compare
Choose a tag to compare

🐛 Bug Fix

Committers: 1

Release 1.2.1

22 Dec 01:26
Compare
Choose a tag to compare

🐛 Bug Fix

  • #367 Ensure correct link used for deprecated rule replacement link when replacement rule is from ESLint core or third-party plugin (@bmish)

Committers: 1

Release 1.2.0

21 Dec 01:32
Compare
Choose a tag to compare

🚀 Enhancement

  • #365 Support a user-defined function for --rule-list-split option (@bmish)
  • #351 Support splitting by multiple properties in --rule-list-split option (@bmish)

🐛 Bug Fix

  • #357 Ensure deprecated/schema properties are detected from deprecated, function-style rules (@bmish)
  • #355 Improve type for configEmoji option (@bmish)

🏠 Internal

  • #364 Refactor functions for generating and splitting the rules list (@bmish)
  • #356 Refactor how rules are passed around in codebase (@bmish)
  • #352 Better normalize pathRuleList option internally (@bmish)

Committers: 1