Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Dec 1, 2022
1 parent f8cb4e8 commit b14b63b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,25 @@






## v1.0.1 (2022-12-01)

#### :bug: Bug Fix
* [#317](https://github.com/bmish/eslint-doc-generator/pull/317) More robust handling of boolean-equivalent strings for parsing boolean CLI options and boolean properties in `--rule-list-split` ([@bmish](https://github.com/bmish))
* [#314](https://github.com/bmish/eslint-doc-generator/pull/314) Handle additional types of variable casing when creating sub-list headers with `--rule-list-split` ([@bmish](https://github.com/bmish))
* [#309](https://github.com/bmish/eslint-doc-generator/pull/309) Fully utilize `readonly` modifier for nested array types ([@bmish](https://github.com/bmish))

#### :memo: Documentation
* [#312](https://github.com/bmish/eslint-doc-generator/pull/312) Add semantic versioning policy ([@bmish](https://github.com/bmish))

#### :house: Internal
* [#316](https://github.com/bmish/eslint-doc-generator/pull/316) Use external library to retrieve an arbitrary property from a rule ([@bmish](https://github.com/bmish))
* [#313](https://github.com/bmish/eslint-doc-generator/pull/313) Avoid recreating `readonly` array when passing to markdown-table ([@bmish](https://github.com/bmish))

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


## v1.0.0 (2022-11-28)
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": "1.0.0",
"version": "1.0.1",
"description": "Automatic documentation generator for ESLint plugins and rules.",
"keywords": [
"doc",
Expand Down

0 comments on commit b14b63b

Please sign in to comment.