Skip to content

Releases: bmish/eslint-doc-generator

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

Release 1.1.0

17 Dec 00:00
Compare
Choose a tag to compare

🚀 Enhancement

  • #350 Add rule doc notice type for rule description (@bmish)

🐛 Bug Fix

  • #349 Improve detection of named options to be mentioned in rule docs (@bmish)
  • #344 Hide stack trace when throwing exception (@bmish)

📝 Documentation

  • #342 Add table of contents to readme (@bmish)
  • #336 Add table documenting types of notices and columns (@bmish)
  • #332 Mention complementary rule eslint-plugin/require-meta-docs-url (@bmish)

🏠 Internal

Committers: 1

Release 1.0.2

01 Dec 21:31
Compare
Choose a tag to compare

🐛 Bug Fix

  • #322 Use string union types instead of enums for better TypeScript compatibility with public config file type (@bmish)

Committers: 1

Release 1.0.1

01 Dec 18:16
Compare
Choose a tag to compare

🐛 Bug Fix

  • #317 More robust handling of boolean-equivalent strings for parsing boolean CLI options and boolean properties in --rule-list-split (@bmish)
  • #314 Handle additional types of variable casing when creating sub-list headers with --rule-list-split (@bmish)
  • #309 Fully utilize readonly modifier for nested array types (@bmish)

📝 Documentation

🏠 Internal

  • #316 Use external library to retrieve an arbitrary property from a rule (@bmish)
  • #313 Avoid recreating readonly array when passing to markdown-table (@bmish)

Committers: 1