Releases: bmish/eslint-doc-generator
Releases · bmish/eslint-doc-generator
Release 1.4.3
Release 1.4.2
Release 1.4.1
Release 1.4.0
Release 1.3.0
Release 1.2.1
Release 1.2.0
🚀 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
- Bryan Mishkin (@bmish)
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)