Skip to content

Commit

Permalink
Merge branch 'typedoc-0.25'
Browse files Browse the repository at this point in the history
  • Loading branch information
krisztianb committed Sep 1, 2023
2 parents aafca69 + d476c40 commit b422285
Show file tree
Hide file tree
Showing 4 changed files with 396 additions and 438 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,12 @@
"@typescript-eslint/explicit-member-accessibility": ["error"],
"@typescript-eslint/no-confusing-non-null-assertion": ["error"],
"@typescript-eslint/no-extraneous-class": ["error"],
"@typescript-eslint/no-implicit-any-catch": ["error"],
"@typescript-eslint/no-invalid-void-type": ["error"],
"@typescript-eslint/no-parameter-properties": ["error"],
"@typescript-eslint/no-unnecessary-boolean-literal-compare": ["error"],
"@typescript-eslint/no-unnecessary-condition": ["error"],
"@typescript-eslint/no-unnecessary-qualifier": ["error"],
"@typescript-eslint/no-unnecessary-type-arguments": ["error"],
"@typescript-eslint/parameter-properties": ["error"],
"@typescript-eslint/prefer-enum-initializers": ["error"],
"@typescript-eslint/prefer-for-of": ["error"],
"@typescript-eslint/prefer-literal-enum-member": ["error"],
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.0] - 2023-09-01
### Added
- Added support for latest TypeDoc version 0.25.x.

## [3.1.0] - 2023-07-16
### Added
- The plugin now includes typings for its configuation that you can use in your TypeDoc config. (see Issue #6 on GH)
Expand Down Expand Up @@ -34,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.0.0] - 2022-04-07
First release

[unreleased]: https://github.com/krisztianb/typedoc-plugin-replace-text/compare/v3.1.0...HEAD
[unreleased]: https://github.com/krisztianb/typedoc-plugin-replace-text/compare/v3.2.0...HEAD
[3.2.0]: https://github.com/krisztianb/typedoc-plugin-replace-text/releases/tag/v3.2.0
[3.1.0]: https://github.com/krisztianb/typedoc-plugin-replace-text/releases/tag/v3.1.0
[3.0.0]: https://github.com/krisztianb/typedoc-plugin-replace-text/releases/tag/v3.0.0
[2.2.0]: https://github.com/krisztianb/typedoc-plugin-replace-text/releases/tag/v2.2.0
Expand Down

0 comments on commit b422285

Please sign in to comment.