13-10-2020
Bug fixes:
- Fixed support for optional chaining #92
24-09-2020
New Features:
- Allow more configuration of react-docgen #88
Dependencies:
- Bump acorn from 5.7.3 to 5.7.4 #89
- Bump yargs-parser from 13.1.1 to 13.1.2 #87
- Bump lodash from 4.17.15 to 4.17.19 #86
14-01-2020
New Features:
- Pass filename to React Docgen for better babel transpilation #81
03-01-2020
Breaking changes:
- Upgrade to
[email protected]
Maintenance:
- Overhaul tests to use jest instead of mocha
16-04-2019
New Features:
- Add support for custom React Docgen handlers #64, #65
27-03-2019
Breaking changes:
- Upgrade to
[email protected]
Bug fixes:
- Fixes #67 where
forwardRef
wrapped components are not detected - Upgrade to
[email protected]
to fix security vulnerability
29-01-2019
- Fixes #62 where
recast
is not in the right dependency tree
29-01-2019
- Updated to use release version of
react-docgen@^3.0.0
Breaking changes:
- Use
findAllExportedComponentDefinitions
by default to generate info for named exports - Default to not remove method info and changed
.babelrc
key toremoveMethods
Bug fixes:
- Fix for named export using incorrect local name in
export default ComponentName
PR38 - Relies on
react-docgen
for more React component detection functionalities PR54 - Fix crash on
name
PR58 - Upgraded to Babel 7 and react-docgen 3.0-rc.1 PR59
04-April-2018
- Use react-docgen 3.0-beta for enhanced Flow support
28-February-2018
- Add support for
module.exports = className
declaration PR47
14-January-2018
- Add support for stateless functional components declared as
function(){ }
PR41
24-September-2017
- Suppress errors caught during babel traversal PR37
24-September-2017
- Add support for custom resolvers
- Add option to keep method info from docgen PR35
11-August-2017
- Add support for Higher Order Components with arbitrary depth PR32
26-July-2017
- Add support for React.createElement PR31
06-June-2017
- Uses docgen 2.15.0 and babel-types 6.24.1
- Add support for components created with React.createClass or createReactClass PR27
03-January-2017
Add support for hypen propTypes.
03-November-2016
Fixes #19
01-November-2016
Handle multiple components in the same file by checking with exported classes. PR17
23-October-2016
- Restrict JSX lookup only for direct JSX returns. PR15
21-October-2016
Update the react-docgen
NPM module to the latest as they fixed the bug related to default values.
20-October-2016
- Use docgen version 2.11.0. PR11
- Rename DOC_GEN_GLOBAL to DOC_GEN_COLLECTION_NAME. PR12
- Update the README. PR13
20-October-2016
Initial public release.
20-October-2016
- Stateless component support
- Global object with all the component docs
__docgenInfo
is now an actual object instead of a JSON string