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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,13 @@
4
4
5
5
- Added support for TypeScript 4.7, #1935.
6
6
- Support enum-like objects with numeric literal values tagged with `@enum`, #1918.
7
+
- Enum member reflections will now have their `type` set to either a `LiteralType` with a string or numeric value or an `IntrinsicType` with type `number`, #1942.
8
+
Using `defaultValue` on `EnumMember` reflections is now deprecated, and will be broken in 0.23.
7
9
8
10
### Bug Fixes
9
11
10
12
- Fixed invalid type output in some uncommon edge cases, TypeDoc also now renders fewer superfluous parenthesis when creating types.
13
+
- TypeDoc is now more consistent about ordering with `enum-value-ascending` or `enum-value-descending` sort strategies in mixed string/number enums.
11
14
12
15
### Thanks!
13
16
@@ -844,7 +847,7 @@
844
847
- isExternal flag wasn't set properly
845
848
- JSON schema had incorrect value types, closes #1389
846
849
- Hidden module-namespaces, closes #1396
847
-
- Some issues with inheritence
850
+
- Some issues with inheritance
848
851
- We pick up all properties now
849
852
- Support for specify a directory as an entry point
850
853
- Lint
@@ -963,7 +966,7 @@
963
966
- Missed a test configuration update
964
967
- Rename external modules to modules, closes #109
965
968
- Check for compiler errors before converting
966
-
- Moved @types/minimatch dependency to devDepencencies (#1206)
969
+
- Moved @types/minimatch dependency to devDependencies (#1206)
967
970
- Plugin resolution for relative paths (#1194), closes #1188
0 commit comments