Skip to content

Releases: bmish/eslint-doc-generator

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

Release 1.0.0

28 Nov 16:57
Compare
Choose a tag to compare

Now considered stable and already successfully adopted in many of the top ESLint plugins.

Release 0.28.1

28 Nov 16:51
Compare
Choose a tag to compare

🐛 Bug Fix

  • #303 Use TypeScript readonly modifier for external/array types (@bmish)

📝 Documentation

Committers: 1

Release 0.28.0

27 Nov 22:06
Compare
Choose a tag to compare

💥 Breaking Change

  • #301 Rename --split-by option to --rule-list-split (@bmish)
  • #300 Use arrays instead of CSV strings for config file types (@bmish)

📝 Documentation

  • #299 Add JSDocs for exported GenerateOptions type (@bmish)

Committers: 1

Release 0.27.1

27 Nov 12:54
Compare
Choose a tag to compare

🐛 Bug Fix

Committers: 1

Release 0.27.0

27 Nov 03:02
Compare
Choose a tag to compare

🚀 Enhancement

  • #285 Add postprocess config file option (useful for applying prettier formatting) (@G-Rath)
  • #296 Always display plugin prefix in deprecated rule replacement rule name (@bmish)

🐛 Bug Fix

  • #286 Remove extra closing quote from error message (@G-Rath)

🏠 Internal

Committers: 2

Release 0.26.1

25 Nov 20:56
Compare
Choose a tag to compare

🐛 Bug Fix

  • #279 Ensure deprecated rule replacement link respects --path-rule-doc (@bmish)
  • #280 Fix default rules list path of README.md (@bmish)
  • #275 Fix rule links when specifying a rule list file in a subdirectory with --path-rule-list (@bmish)

🏠 Internal

Committers: 2

Release 0.26.0

23 Nov 21:27
Compare
Choose a tag to compare

🚀 Enhancement

  • #271 Use correct header level when splitting rules list into sub-lists with --split-by (@bmish)
  • #270 Allow specifying multiple rules lists with --path-rule-list (@bmish)
  • #269 Allow content above rule doc title (@bmish)
  • #264 Export type for config file (@bmish)

🏠 Internal

Committers: 1