Skip to content

Releases: bmish/eslint-doc-generator

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

Release 0.25.0

21 Nov 04:10
Compare
Choose a tag to compare

🚀 Enhancement

Committers: 1

Release 0.24.0

19 Nov 23:23
Compare
Choose a tag to compare

💥 Breaking Change

  • #259 Add prefix to link name for readme config badge (@bmish)

📝 Documentation

🏠 Internal

  • #256 Add test for variation of scoped plugin name (@bmish)
  • #251 Add test that external rules are ignored (@bmish)
  • #249 Use TypeScript satisfies operator for option defaults (@bmish)
  • #241 Ensure tests are type-checked but not published (@bmish)

Committers: 1

Release 0.23.0

18 Nov 22:36
Compare
Choose a tag to compare

🚀 Enhancement

🏠 Internal

  • #239 Split up tests into multiple test files (@bmish)

Committers: 2