Skip to content

Commit 743d269

Browse files
committed
Fix broken links
There were two causes of this: 1. Type replacement was done too late, the project shouldn't change after the RESOLVE_BEGIN event. 2. Types were created as children of the parent module, not children of the type alias. Resolves TypeStrong/typedoc#2808
1 parent d72a4cb commit 743d269

File tree

7 files changed

+348
-225
lines changed

7 files changed

+348
-225
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
### v1.3.1 (2024-12-14)
2+
3+
- Fixed broken links to type properties for types created with this plugin, TypeStrong/typedoc#2808.
4+
5+
### v1.3.0 (2024-11-24)
6+
7+
- Support TypeDoc 0.27.
8+
9+
### v1.2.1 (2024-08-18)
10+
11+
- Fix warnings about referenced but not present reflections in packages mode, #6.
12+
- Copy comments from schema object declaration to type alias, #7.
13+
14+
### v1.2.0 (2024-06-22)
15+
16+
- Support TypeDoc 0.26.
17+
18+
### v1.1.2 (2024-01-06)
19+
20+
- Added support for the `z.input` type, #3.
21+
22+
### v1.1.1 (2023-12-26)
23+
24+
- Fixed conversion of symbols where the same name is used for a type and variable, #2.
25+
26+
### v1.1.0 (2023-08-25)
27+
28+
- Add support for TypeDoc 0.25.x
29+
30+
### v1.0.2
31+
32+
- Update peer dependency to allow TypeDoc 0.24
33+
34+
### v1.0.1
35+
36+
- Add GitHub links to NPM package

README.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -19,35 +19,4 @@ See [an example](https://gerritbirkeland.com/typedoc-plugin-zod/types/Abc.html)
1919

2020
## Change Log
2121

22-
### v1.3.0 (2024-11-24)
23-
24-
- Support TypeDoc 0.27.
25-
26-
### v1.2.1 (2024-08-18)
27-
28-
- Fix warnings about referenced but not present reflections in packages mode, #6.
29-
- Copy comments from schema object declaration to type alias, #7.
30-
31-
### v1.2.0 (2024-06-22)
32-
33-
- Support TypeDoc 0.26.
34-
35-
### v1.1.2 (2024-01-06)
36-
37-
- Added support for the `z.input` type, #3.
38-
39-
### v1.1.1 (2023-12-26)
40-
41-
- Fixed conversion of symbols where the same name is used for a type and variable, #2.
42-
43-
### v1.1.0 (2023-08-25)
44-
45-
- Add support for TypeDoc 0.25.x
46-
47-
### v1.0.2
48-
49-
- Update peer dependency to allow TypeDoc 0.24
50-
51-
### v1.0.1
52-
53-
- Add GitHub links to NPM package
22+
See [CHANGELOG.md](./CHANGELOG.md)

0 commit comments

Comments
 (0)