forked from subsquid/squid-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.json
216 lines (216 loc) · 5.85 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
{
"name": "@subsquid/commands",
"entries": [
{
"version": "2.3.1",
"tag": "@subsquid/commands_v2.3.1",
"date": "Fri, 01 Dec 2023 16:55:51 GMT",
"comments": {
"patch": [
{
"comment": "update dependencies"
}
],
"dependency": [
{
"comment": "Updating dependency \"@subsquid/logger\" from `^1.3.1` to `^1.3.2`"
},
{
"comment": "Updating dependency \"@subsquid/util-internal\" from `^2.5.2` to `^3.0.0`"
},
{
"comment": "Updating dependency \"@subsquid/util-internal-config\" from `^2.2.1` to `^2.2.2`"
}
]
}
},
{
"version": "2.3.0",
"tag": "@subsquid/commands_v2.3.0",
"date": "Thu, 28 Sep 2023 20:58:19 GMT",
"comments": {
"minor": [
{
"comment": "upgrade `glob` from `8.x` to `10.x` "
}
],
"patch": [
{
"comment": "compile with TypeScript 5"
}
],
"dependency": [
{
"comment": "Updating dependency \"@subsquid/logger\" from `^1.3.0` to `^1.3.1`"
},
{
"comment": "Updating dependency \"@subsquid/util-internal\" from `^2.5.1` to `^2.5.2`"
},
{
"comment": "Updating dependency \"@subsquid/util-internal-config\" from `^2.2.0` to `^2.2.1`"
}
]
}
},
{
"version": "2.2.0",
"tag": "@subsquid/commands_v2.2.0",
"date": "Sun, 11 Jun 2023 15:49:45 GMT",
"comments": {
"minor": [
{
"comment": "downgrade `TypeScript` to `4.9.5`"
}
],
"dependency": [
{
"comment": "Updating dependency \"@subsquid/logger\" from `^1.1.0` to `^1.2.0`"
},
{
"comment": "Updating dependency \"@subsquid/util-internal\" from `^2.2.0` to `^2.3.0`"
},
{
"comment": "Updating dependency \"@subsquid/util-internal-config\" from `^2.1.0` to `^2.2.0`"
}
]
}
},
{
"version": "2.1.0",
"tag": "@subsquid/commands_v2.1.0",
"date": "Sat, 10 Jun 2023 15:11:08 GMT",
"comments": {
"minor": [
{
"comment": "migrate to TypeScript 5 and update other dependencies"
}
],
"dependency": [
{
"comment": "Updating dependency \"@subsquid/logger\" from `^1.0.0` to `^1.1.0`"
},
{
"comment": "Updating dependency \"@subsquid/util-internal\" from `^2.1.0` to `^2.2.0`"
},
{
"comment": "Updating dependency \"@subsquid/util-internal-config\" from `^2.0.0` to `^2.1.0`"
}
]
}
},
{
"version": "2.0.0",
"tag": "@subsquid/commands_v2.0.0",
"date": "Mon, 01 May 2023 18:57:46 GMT",
"comments": {
"major": [
{
"comment": "Introduce ArrowSquid"
}
],
"dependency": [
{
"comment": "Updating dependency \"@subsquid/logger\" from `^0.3.1` to `^1.0.0`"
},
{
"comment": "Updating dependency \"@subsquid/util-internal\" from `^1.1.0` to `^2.0.0`"
},
{
"comment": "Updating dependency \"@subsquid/util-internal-config\" from `^1.0.1` to `^2.0.0`"
}
]
}
},
{
"version": "1.0.3",
"tag": "@subsquid/commands_v1.0.3",
"date": "Sun, 12 Feb 2023 12:16:19 GMT",
"comments": {
"patch": [
{
"comment": "write log record to delineate commands when TTY is not available (helps Aquarium not to get erroneous error messages)"
}
]
}
},
{
"version": "1.0.2",
"tag": "@subsquid/commands_v1.0.2",
"date": "Thu, 09 Feb 2023 15:10:00 GMT",
"comments": {
"patch": [
{
"comment": "README fix"
}
],
"dependency": [
{
"comment": "Updating dependency \"@subsquid/util-internal\" from `^1.0.0` to `^1.1.0`"
},
{
"comment": "Updating dependency \"@subsquid/util-internal-config\" from `^1.0.0` to `^1.0.1`"
}
]
}
},
{
"version": "1.0.1",
"tag": "@subsquid/commands_v1.0.1",
"date": "Wed, 25 Jan 2023 18:43:43 GMT",
"comments": {
"patch": [
{
"comment": "resolve globs relative to a working dir of a command"
}
]
}
},
{
"version": "1.0.0",
"tag": "@subsquid/commands_v1.0.0",
"date": "Tue, 24 Jan 2023 17:54:27 GMT",
"comments": {
"major": [
{
"comment": "allow to invoke command with additional arguments, but disallow invocation of multiple commands at once"
}
]
}
},
{
"version": "0.1.0",
"tag": "@subsquid/commands_v0.1.0",
"date": "Mon, 16 Jan 2023 13:32:25 GMT",
"comments": {
"minor": [
{
"comment": "forbid unknown properties in `commands.json` where they can potentially change semantics"
}
],
"dependency": [
{
"comment": "Updating dependency \"@subsquid/util-internal-config\" from `^0.0.1` to `^1.0.0`"
}
]
}
},
{
"version": "0.0.1",
"tag": "@subsquid/commands_v0.0.1",
"date": "Tue, 10 Jan 2023 10:43:13 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@subsquid/util-internal-config\" from `^0.0.0` to `^0.0.1`"
}
]
}
},
{
"version": "0.0.0",
"tag": "@subsquid/commands_v0.0.0",
"date": "Thu, 29 Dec 2022 19:19:37 GMT",
"comments": {}
}
]
}