Updated CHANGELOGS

This commit is contained in:
Fabio Berger
2018-04-18 18:36:11 +09:00
parent f6f2991a44
commit 85f28ade86
39 changed files with 366 additions and 149 deletions

View File

@@ -14,7 +14,8 @@
"note": "Improve type comment rendering",
"pr": 535
}
]
],
"timestamp": 1524044013
},
{
"timestamp": 1523462196,

View File

@@ -5,7 +5,13 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v0.0.7 - _April 11, 2018_
## 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 12, 2018_
* Dependencies updated
@@ -20,11 +26,11 @@ CHANGELOG
* 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_
## v0.0.3 - _March 18, 2018_
* Move TS typings from devDependencies to dependencies since they are needed by the package user.
## v0.0.2 - _March 17, 2018_
## v0.0.2 - _March 18, 2018_
* Move example out into a separate sub-package
* Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package (#452)