You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
title: Changelog
3
3
---
4
4
5
-
# Unreleased
5
+
##Unreleased
6
6
7
-
## Breaking Changes
7
+
###Breaking Changes
8
8
9
9
- Convert to ESM to enable easier use of ESM-only dependencies.
10
10
- Drop support for TypeScript <5.0, no longer supported by DefinitelyTyped
@@ -30,7 +30,7 @@ title: Changelog
30
30
will no longer be removed from the reflections they are present on. They are
31
31
skipped during rendering with the `notRenderedTags` option.
32
32
33
-
## Features
33
+
###Features
34
34
35
35
- Add support for TypeScript 5.7
36
36
- TypeDoc will now discover entry points from `package.json` exports if they
@@ -80,7 +80,7 @@ title: Changelog
80
80
together and will expand/collapse together, #2335.
81
81
- API: Introduced a new `app.outputs` object for defining new output strategies.
82
82
83
-
## Bug Fixes
83
+
###Bug Fixes
84
84
85
85
- TypeDoc now properly flags `readonly` index signatures.
86
86
- TypeDoc will now use the first signature's comment for later signatures in
@@ -108,7 +108,7 @@ title: Changelog
108
108
one package were incorrectly reported as unused when running with
109
109
entryPointStrategy set to packages.
110
110
111
-
## Thanks!
111
+
###Thanks!
112
112
113
113
-@Huxpro
114
114
-@mrfigg
@@ -301,7 +301,7 @@ title: Changelog
301
301
302
302
-@KNU-K
303
303
304
-
# v0.26.0 (2024-06-22)
304
+
##v0.26.0 (2024-06-22)
305
305
306
306
### Breaking Changes
307
307
@@ -643,7 +643,7 @@ title: Changelog
643
643
-@hrueger
644
644
-@typhonrt
645
645
646
-
# v0.25.0 (2023-08-25)
646
+
##v0.25.0 (2023-08-25)
647
647
648
648
### Breaking Changes
649
649
@@ -828,7 +828,7 @@ title: Changelog
828
828
- Improve detection for legacy JSDoc `@example` tags, #2222.
829
829
- The page footer will now appear at the bottom of the page even if the page is short, #2223.
830
830
831
-
# v0.24.0 (2023-04-08)
831
+
##v0.24.0 (2023-04-08)
832
832
833
833
### Breaking Changes
834
834
@@ -1291,7 +1291,7 @@ title: Changelog
1291
1291
1292
1292
- If a declaration has multiple comments associated with it, the last one should be used, #1961.
1293
1293
1294
-
# v0.23.0 (2022-06-26)
1294
+
##v0.23.0 (2022-06-26)
1295
1295
1296
1296
### Breaking Changes
1297
1297
@@ -1686,7 +1686,7 @@ title: Changelog
1686
1686
- Validation for non-exported symbols will now only produce one warning per symbol, instead of one warning per reference.
1687
1687
- Syntax highlighting when the preferred color scheme is dark but dark theme is not explicitly selected will now properly use the dark highlighting theme.
1688
1688
1689
-
# v0.22.0 (2021-09-10)
1689
+
## v0.22.0 (2021-09-10)
1690
1690
1691
1691
### Breaking Changes
1692
1692
@@ -1841,7 +1841,7 @@ title: Changelog
1841
1841
- `readme` could not be set to `none` in a config file, closes #1608
1842
1842
- Correctly handle minimatch excludes on Windows, closes #1610
1843
1843
1844
-
# v0.21.0 (2021-06-18)
1844
+
## v0.21.0 (2021-06-18)
1845
1845
1846
1846
### Breaking Changes
1847
1847
@@ -2211,7 +2211,7 @@ title: Changelog
2211
2211
2212
2212
- Initializers should only be included if "simple", closes #1288, #1224, #764
0 commit comments