You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/api-extractor/CHANGELOG.json
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,42 @@
1
1
{
2
2
"name": "@microsoft/api-extractor",
3
3
"entries": [
4
+
{
5
+
"version": "7.1.4",
6
+
"tag": "@microsoft/api-extractor_v7.1.4",
7
+
"date": "Mon, 06 May 2019 20:46:21 GMT",
8
+
"comments": {
9
+
"dependency": [
10
+
{
11
+
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.2.3` to `4.2.4`"
12
+
}
13
+
]
14
+
}
15
+
},
16
+
{
17
+
"version": "7.1.3",
18
+
"tag": "@microsoft/api-extractor_v7.1.3",
19
+
"date": "Mon, 06 May 2019 19:34:54 GMT",
20
+
"comments": {
21
+
"patch": [
22
+
{
23
+
"comment": "Add a new setting \"omitTrimmingComments\" to prevent extra comments from being emitted in the .d.ts rollup"
24
+
}
25
+
]
26
+
}
27
+
},
28
+
{
29
+
"version": "7.1.2",
30
+
"tag": "@microsoft/api-extractor_v7.1.2",
31
+
"date": "Mon, 06 May 2019 19:11:16 GMT",
32
+
"comments": {
33
+
"patch": [
34
+
{
35
+
"comment": "Fix an issue where ExtractorResult.warningCount was not incremented for messages handled by IExtractorInvokeOptions.messageCallback (GitHub #1258)"
0 commit comments