File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
# extract-react-types
2
2
3
+ ## 0.14.5
4
+
5
+ - Do not throw an error when prop types contain a generic spread
6
+ - Update generic converter to convert utility types - at this time only $Exact, with the intent to add more.
7
+ $Exact<T > is now converted to T directly to make object spreading
8
+ easier to work with as we do not care about exactness when spreading
9
+ from a prop documentation perspective.
10
+ - Gitignore vscode metadata
11
+ - Add referenceIdName to identifiers converted in type mode
12
+ This provides a name that can be used when wanting to print the name of
13
+ a generic or similar, which is what we're doing with the typeof node.
14
+ - Update typeof to use referenceIdName if name does not exist
15
+
16
+
3
17
## 0.14.4
4
18
- ` getProp ` recursive function now relies on ` resolveFromGeneric ` to escape from intersections, allowing for nested interrsections to find props.
5
19
You can’t perform that action at this time.
0 commit comments