1.5 KiB
1.5 KiB
CHANGELOG
v0.0.12 - May 22, 2018
* Dependencies updated
v0.0.11 - May 4, 2018
* Dependencies updated
v0.0.10 - May 4, 2018
* Dependencies updated
v0.0.9 - May 4, 2018
* Dependencies updated
v0.0.8 - April 18, 2018
* Added support for rendering default param values (#519)
* Added support for rendering nested function types within interface types (#519)
* Improve type comment rendering (#535)
v0.0.7 - April 11, 2018
* Dependencies updated
v0.0.6 - April 2, 2018
* Dependencies updated
v0.0.5 - April 2, 2018
* 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 17, 2018
* Move TS typings from devDependencies to dependencies since they are needed by the package user.
v0.0.2 - March 17, 2018
* Move example out into a separate sub-package
* Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package (#452)