Skip to content

Releases: styleguidist/react-docgen-typescript

v1.16.4

25 Apr 17:22
b9ba10d
Compare
Choose a tag to compare

Lot of fixes by @hipstersmoothie!

Fixed
#158 Intersection types are not documented
#57 Support for Union types
#243 Default props are null when functional component is a declaration
#246 Can't parse union type of component when exported as default
#245 typescript added as peer dependency

Partially fixed
#68 Union types cannot be documented

v1.16.3

11 Mar 11:20
a44eabe
Compare
Choose a tag to compare

v1.16.2

01 Jan 17:03
4b045a7
Compare
Choose a tag to compare
  • fix for #179 Problem with export default and pure styled-components - thanks to @Lazyuki PR #234

v1.16.1

28 Nov 22:10
868faa6
Compare
Choose a tag to compare

Fix @default jsdoc annotation with no description being ignored (#73) thanks to @squah-u and his PR #230

v1.16.0

25 Nov 21:43
21db57c
Compare
Choose a tag to compare

v1.15.1

23 Oct 20:16
844590c
Compare
Choose a tag to compare

v1.15.0

25 Sep 18:56
ced7687
Compare
Choose a tag to compare
  • fix: the default params are parsed properly - thanks to @evless and his PR #210
    The minor version has been change as this can be seen also as a new feature.

v1.14.1

12 Sep 18:56
91da436
Compare
Choose a tag to compare
  • fix: props which values are defined in defaultProps are marked as required anyway - thanks to @hipstersmoothie and his PR #205

v1.14.0

29 Aug 18:25
0ad0a4e
Compare
Choose a tag to compare
  • extract literal values from enums (PR #201 thanks to @nekitk)

v1.13.0

25 Aug 17:18
891cb8c
Compare
Choose a tag to compare

fix: Docgen of defaulted properties in a SFC #154 - thanks to @nekitk and his PR #200