Skip to content

Releases: styleguidist/react-docgen-typescript

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

v1.0.1

08 Sep 17:39
Compare
Choose a tag to compare
  • fixing issue #43
  • adding withDefaultConfig, withCustomConfig methods that should be used for importing parser.
  • default config extended for jsx: "React" option

v1.0.0

03 Aug 20:26
Compare
Choose a tag to compare

Complete rewrite by @RoystonS.