Skip to content

Releases: styleguidist/react-docgen-typescript

v1.3.1

25 Apr 14:59
1c4fc16
Compare
Choose a tag to compare
  • default props doesn't work if they are not defined in place (thanks to @argshook for his PR #80)

v1.3.0

17 Apr 20:13
d5eddc5
Compare
Choose a tag to compare
  • extracting default props from stateless components (thanks to @ asilgag for his PR #78)

v1.2.6

12 Mar 18:34
78a2a42
Compare
Choose a tag to compare

Type information added to package.json

v1.2.5

03 Mar 18:39
46adc35
Compare
Choose a tag to compare

Correct name for stateless components.

Thanks to @skeate and his #76 PR. This release closes issue about wrong names for stateless components #74.

v1.2.4

21 Feb 19:39
f135d4e
Compare
Choose a tag to compare

Custom tsconfig.json can include comments.

Thanks to @eps1lon and his PR #75, the parsing of tsconfig.json uses the same code as the typescript itself. This enables to use whatever is allowed in typescript configuration as comments for example.

v1.2.3

22 Jan 18:13
0bedde7
Compare
Choose a tag to compare

Default values as numbers are not parsed.

Fix for #62

v1.2.2

20 Jan 20:03
d2e4dbd
Compare
Choose a tag to compare

Parser Options introduced

  • skipping undocumented properties
  • skipping particular properties
  • custom filter

Thanks to @dotcs and his PR #63.

v1.2.0

02 Jan 20:39
fd7f4d3
Compare
Choose a tag to compare

Added support for default exports (#47 fixed).

v1.1.0

10 Nov 20:08
cf90374
Compare
Choose a tag to compare

Support default props via defaultProps or JSDoc (fixed issue #37 with PR #53)

All credits to Brett Jurgens (@brettjurgens)

v1.0.2

09 Sep 08:27
Compare
Choose a tag to compare

#22 Props cannot extend from an interface using Pick