File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.0.0-beta14
2
+
3
+ * Highlight all Markdown, not just examples. Fixes #610
4
+ * Fix for ` --config ` only strip comments on json files (#611 )
5
+ * Merge inferred return type like we do for params. Refs #359 (#604 )
6
+ * Support webpack's System.import with nice handy babel plugin (#603 )
7
+ * Format optional types with ? instead of [ ] (#538 )
8
+ * Fix membership assignment for old-fashioned prototype members (#599 )
9
+ * Update Node API documentation to include only exposed API surface
10
+ * Add too-much-inference troubleshooting topic
11
+
1
12
## 4.0.0-beta13
2
13
3
14
* Fix linker null reference error
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " documentation" ,
3
3
"description" : " a documentation generator" ,
4
- "version" : " 4.0.0-beta13 " ,
4
+ "version" : " 4.0.0-beta14 " ,
5
5
"author" : " Tom MacWright" ,
6
6
"bin" : {
7
7
"documentation" : " ./bin/documentation.js"
You can’t perform that action at this time.
0 commit comments