Skip to content

Commit c62e71a

Browse files
committed
0.14.5 changelog
1 parent 51c4ba0 commit c62e71a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# extract-react-types
22

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+
317
## 0.14.4
418
- `getProp` recursive function now relies on `resolveFromGeneric` to escape from intersections, allowing for nested interrsections to find props.
519

0 commit comments

Comments
 (0)