forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.json
80 lines (80 loc) · 2.28 KB
/
CHANGELOG.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "@rushstack/heft-localization-typings-plugin",
"entries": [
{
"version": "0.2.0",
"tag": "@rushstack/heft-localization-typings-plugin_v0.2.0",
"date": "Mon, 26 Aug 2024 02:00:11 GMT",
"comments": {
"minor": [
{
"comment": "Add a `valueDocumentationComment` option to `exportAsDefault` that allows a documentation comment to be generated for the exported value."
},
{
"comment": "Rename the `documentationComment` property in the `exportAsDefault` value to `interfaceDocumentationComment`."
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.12.0`"
}
]
}
},
{
"version": "0.1.2",
"tag": "@rushstack/heft-localization-typings-plugin_v0.1.2",
"date": "Wed, 21 Aug 2024 16:24:51 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue where the `stringNamesToIgnore` option was ignored."
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.11.1`"
}
]
}
},
{
"version": "0.1.1",
"tag": "@rushstack/heft-localization-typings-plugin_v0.1.1",
"date": "Wed, 21 Aug 2024 06:52:07 GMT",
"comments": {
"patch": [
{
"comment": "Fix a misnamed property in the options schema."
}
]
}
},
{
"version": "0.1.0",
"tag": "@rushstack/heft-localization-typings-plugin_v0.1.0",
"date": "Wed, 21 Aug 2024 05:43:04 GMT",
"comments": {
"minor": [
{
"comment": "Initial release."
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.11.0`"
},
{
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.47.7`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.67.0`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" from `^0.66.26` to `0.67.0`"
}
]
}
}
]
}