forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.json
85 lines (85 loc) · 2.32 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
81
82
83
84
85
{
"name": "@rushstack/webpack-workspace-resolve-plugin",
"entries": [
{
"version": "0.3.1",
"tag": "@rushstack/webpack-workspace-resolve-plugin_v0.3.1",
"date": "Thu, 29 Aug 2024 00:11:32 GMT",
"comments": {
"patch": [
{
"comment": "Fix description file resolution after cross-package import."
}
]
}
},
{
"version": "0.3.0",
"tag": "@rushstack/webpack-workspace-resolve-plugin_v0.3.0",
"date": "Wed, 28 Aug 2024 00:11:41 GMT",
"comments": {
"minor": [
{
"comment": "Expect the base path to be part of the resolver cache file."
}
]
}
},
{
"version": "0.2.0",
"tag": "@rushstack/webpack-workspace-resolve-plugin_v0.2.0",
"date": "Tue, 27 Aug 2024 15:12:33 GMT",
"comments": {
"minor": [
{
"comment": "Support hierarchical `node_modules` folders."
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/lookup-by-path\" to `0.2.0`"
}
]
}
},
{
"version": "0.1.2",
"tag": "@rushstack/webpack-workspace-resolve-plugin_v0.1.2",
"date": "Mon, 26 Aug 2024 02:00:11 GMT",
"comments": {
"patch": [
{
"comment": "Fix bug caused by mutating resolver request object."
}
]
}
},
{
"version": "0.1.1",
"tag": "@rushstack/webpack-workspace-resolve-plugin_v0.1.1",
"date": "Wed, 21 Aug 2024 05:43:04 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/lookup-by-path\" to `0.1.2`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.67.0`"
}
]
}
},
{
"version": "0.1.0",
"tag": "@rushstack/webpack-workspace-resolve-plugin_v0.1.0",
"date": "Fri, 16 Aug 2024 00:11:49 GMT",
"comments": {
"minor": [
{
"comment": "Add plugin for more efficient import resolution in a monorepo with known structure. Optimizes lookup of the relevant `package.json` for a given path, and lookup of npm dependencies of the containing package."
}
]
}
}
]
}