Skip to content

Commit 16ab51d

Browse files
author
Maximilian Wehrstedt
committed
prepared release v0.8.7
1 parent ce1cc54 commit 16ab51d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## Changelog
22

3+
# v0.8.7
4+
New features in this release:
5+
- New annotations: @callback, @template
6+
- The @return(s) annotation will no longer be omitted
7+
8+
Bugfixes:
9+
- Enums were not added to namespaces
10+
- Childrens of ignored or private members were not ignored
11+
- Annotations with no value will be skipped
12+
313
# v0.8.6
414
New features in this release:
515
- You can ignore private members by default by adding the property "ignorePrivateMembers"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otris/jsdoc-tsd",
3-
"version": "0.8.6",
3+
"version": "0.8.7",
44
"description": "JSDoc Template for generate typescript definition files from JSDoc comments",
55
"main": "src-out/core/publish.js",
66
"repository": {

0 commit comments

Comments
 (0)