Skip to content

Commit

Permalink
Update supported typedoc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
krisztianb committed Jan 10, 2021
1 parent fa39f9b commit 2cb0349
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.2] - 2021-01-05
## [0.3.2] - 2021-01-10
### Added
- Add support for TypeDoc 0.20.x
- Add support for newer TypeDoc versions: 0.20.14 and above (see: https://github.com/TypeStrong/typedoc/pull/1461)
- Add support for older TypeDoc versions: 0.17.x and 0.18.x

## [0.3.1] - 2020-12-22
### Added
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@ The plugin can then be installed using [npm](https://www.npmjs.com/package/typed
$ npm install --save-dev typedoc-umlclass
```

**Note:** This plugin requires [JAVA](https://www.java.com/) and [Graphviz](https://graphviz.org/) to be installed on
your system.
### Requirements

The plugin requires the following software to be installed on your system:

* [JAVA](https://www.java.com/)
* [Graphviz](https://graphviz.org/)
* [TypeDoc](https://typedoc.org/) version 0.17.x, 0.18.x, 0.19.x or 0.20.14 and above.

## Options

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"husky": "4.3.6",
"prettier": "2.2.1",
"rimraf": "3.0.2",
"typedoc": "0.20.12",
"typedoc": "0.20.14",
"typescript": "4.1.3"
},
"peerDependencies": {
"typedoc": "0.19.x || 0.20.x"
"typedoc": "^0.17.0 || ^0.18.0 || ^0.19.0 || ^0.20.14"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2cb0349

Please sign in to comment.