Skip to content

Commit

Permalink
chore(release): v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Nov 12, 2023
1 parent ca33ef2 commit c27f50b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v0.2.6

[compare changes](https://github.com/schoero/unwritten/compare/v0.2.5...v0.2.6)

### Features

- Make rendering of table of contents optional ([ca33ef2](https://github.com/schoero/unwritten/commit/ca33ef2))

### Fixes

- Browser import ([c3dd914](https://github.com/schoero/unwritten/commit/c3dd914))

### ❤️ Contributors

- Roger Schönbächler

## v0.2.5

[compare changes](https://github.com/schoero/unwritten/compare/v0.2.3...v0.2.5)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.5",
"version": "0.2.6",
"type": "module",
"name": "unwritten",
"description": "unwritten is a cli tool that auto generates documentation from your JavaScript or TypeScript project by utilizing TSDoc or JSDoc comments.",
Expand Down
8 changes: 8 additions & 0 deletions schemas/renderer/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@
"description": "Defines whether the renderer should render links to the source code.",
"type": "boolean"
},
"renderTableOfContents": {
"description": "Defines whether the renderer should render the table of contents.",
"type": "boolean"
},
"sidebar": {
"description": "Renders the table of contents in an aside element and the documentation in a main element.",
"type": "boolean"
Expand Down Expand Up @@ -669,6 +673,10 @@
"description": "Defines whether the renderer should render links to the source code.",
"type": "boolean"
},
"renderTableOfContents": {
"description": "Defines whether the renderer should render the table of contents.",
"type": "boolean"
},
"sectionSeparator": {
"anyOf": [
{
Expand Down

0 comments on commit c27f50b

Please sign in to comment.