-
Notifications
You must be signed in to change notification settings - Fork 681
Expand file tree
/
Copy pathCHANGELOG.json
More file actions
53 lines (53 loc) · 1.6 KB
/
CHANGELOG.json
File metadata and controls
53 lines (53 loc) · 1.6 KB
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
{
"name": "@rushstack/problem-matcher",
"entries": [
{
"version": "0.2.1",
"tag": "@rushstack/problem-matcher_v0.2.1",
"date": "Fri, 20 Feb 2026 00:15:04 GMT",
"comments": {
"patch": [
{
"comment": "Add `\"node\"` condition before `\"import\"` in the `\"exports\"` map so that Node.js uses the CJS output (which handles extensionless imports), while bundlers still use ESM via `\"import\"`. Fixes https://github.com/microsoft/rushstack/issues/5644."
}
]
}
},
{
"version": "0.2.0",
"tag": "@rushstack/problem-matcher_v0.2.0",
"date": "Thu, 19 Feb 2026 00:04:53 GMT",
"comments": {
"minor": [
{
"comment": "Normalize package layout. CommonJS is now under `lib-commonjs`, DTS is now under `lib-dts`, and ESM is now under `lib-esm`. Imports to `lib` still work as before, handled by the `\"exports\"` field in `package.json`."
}
]
}
},
{
"version": "0.1.1",
"tag": "@rushstack/problem-matcher_v0.1.1",
"date": "Tue, 30 Sep 2025 23:57:45 GMT",
"comments": {
"patch": [
{
"comment": "Fix multi-line looping problem matcher message parsing"
}
]
}
},
{
"version": "0.1.0",
"tag": "@rushstack/problem-matcher_v0.1.0",
"date": "Tue, 30 Sep 2025 20:33:51 GMT",
"comments": {
"minor": [
{
"comment": "Add @rushstack/problem-matcher library to parse and use VS Code style problem matchers"
}
]
}
}
]
}