Releases: bmish/eslint-doc-generator
Releases · bmish/eslint-doc-generator
Release 1.1.0
🚀 Enhancement
🐛 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
- Bryan Mishkin (@bmish)
Release 1.0.2
Release 1.0.1
🐛 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
- Bryan Mishkin (@bmish)
Release 1.0.0
Now considered stable and already successfully adopted in many of the top ESLint plugins.
Release 0.28.1
Release 0.28.0
Release 0.27.1
Release 0.27.0
Release 0.26.1
🐛 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
- #283 Add empty
prettier
config (@G-Rath) - #282 Harden CI workflows (@G-Rath)
- #281 Ensure TypeScript is checked by CodeQL (@G-Rath)
- #278 Enable unicode regexp flag (@G-Rath)
Committers: 2
Release 0.26.0
🚀 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
- Bryan Mishkin (@bmish)