Skip to content

Commit

Permalink
Release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Oct 28, 2022
1 parent eed13a4 commit 8f78c44
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@






## v0.16.0 (2022-10-28)

#### :rocket: Enhancement
* [#180](https://github.com/bmish/eslint-doc-generator/pull/180) Indicate which configs warn for a rule ([@bmish](https://github.com/bmish))
* [#178](https://github.com/bmish/eslint-doc-generator/pull/178) Add option `--rule-doc-section-options` ([@bmish](https://github.com/bmish))

#### :bug: Bug Fix
* [#181](https://github.com/bmish/eslint-doc-generator/pull/181) Handle rule with no `meta` object ([@bmish](https://github.com/bmish))
* [#177](https://github.com/bmish/eslint-doc-generator/pull/177) Throw error when trying to use general configs emoji for a config when multiple configs are present ([@bmish](https://github.com/bmish))
* [#176](https://github.com/bmish/eslint-doc-generator/pull/176) Also check for escaped version of option name in rule doc for rules with options ([@bmish](https://github.com/bmish))
* [#175](https://github.com/bmish/eslint-doc-generator/pull/175) Use correct rule doc title format fallback when rule missing description ([@bmish](https://github.com/bmish))
* [#172](https://github.com/bmish/eslint-doc-generator/pull/172) Use actual nbsp character instead of HTML entity when avoiding wrapping rule names in rules list ([@bmish](https://github.com/bmish))

#### Committers: 1
- Bryan Mishkin ([@bmish](https://github.com/bmish))


## v0.15.0 (2022-10-26)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-doc-generator",
"version": "0.15.0",
"version": "0.16.0",
"description": "Automatic documentation generator for ESLint plugins and rules.",
"keywords": [
"doc",
Expand Down

0 comments on commit 8f78c44

Please sign in to comment.