diff options
Diffstat (limited to 'packages/react-docs/CHANGELOG.md')
-rw-r--r-- | packages/react-docs/CHANGELOG.md | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/packages/react-docs/CHANGELOG.md b/packages/react-docs/CHANGELOG.md index cb42bb307..8ce3ef68c 100644 --- a/packages/react-docs/CHANGELOG.md +++ b/packages/react-docs/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## v0.0.4 - _TBD_ + + * Handle `reflection` type rendering so that anonymous function type declarations render properly (#465) + * Rename `MethodSignature` to `Signature` and change it's props so that it can be used to render method and function signatures. (#465) + * Rename `MethodBlock` to `SignatureBlock` since it is not used to render method and function signature blocks. (#465) + * Add support for documenting exported functions. (#465) + ## v0.0.3 - _March 18, 2018_ * Move TS typings from devDependencies to dependencies since they are needed by the package user. @@ -8,7 +15,3 @@ * Move example out into a separate sub-package * Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package (#452) - * Handle `reflection` type rendering so that anonymous function type declarations render properly - * Rename `MethodSignature` to `Signature` and change it's props so that it can be used to render method and function signatures. - * Rename `MethodBlock` to `SignatureBlock` since it is not used to render method and function signature blocks. - * Add support for documenting exported functions. |