aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs/CHANGELOG.md
blob: aa1c3c210cd2739af4d439ee10cc32f7d3227ccf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# CHANGELOG

## v0.0.2 - _TBD, 2018_

    * 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.