forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.json
53 lines (53 loc) · 1.31 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
{
"name": "@rushstack/lookup-by-path",
"entries": [
{
"version": "0.2.0",
"tag": "@rushstack/lookup-by-path_v0.2.0",
"date": "Tue, 27 Aug 2024 15:12:33 GMT",
"comments": {
"minor": [
{
"comment": "Return a linked list of matches in `findLongestPrefixMatch` in the event that multiple prefixes match. The head of the list is the most specific match."
}
]
}
},
{
"version": "0.1.2",
"tag": "@rushstack/lookup-by-path_v0.1.2",
"date": "Wed, 21 Aug 2024 05:43:04 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.67.0`"
}
]
}
},
{
"version": "0.1.1",
"tag": "@rushstack/lookup-by-path_v0.1.1",
"date": "Mon, 12 Aug 2024 22:16:04 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.66.26`"
}
]
}
},
{
"version": "0.1.0",
"tag": "@rushstack/lookup-by-path_v0.1.0",
"date": "Thu, 08 Aug 2024 22:08:25 GMT",
"comments": {
"minor": [
{
"comment": "Extract LookupByPath from @rushstack/rush-lib."
}
]
}
}
]
}