summary refs log tree commit diff stats
path: root/changelog.md
Commit message (Expand)AuthorAgeFilesLines
...
* Use same defaults as JS for fetch options (#20783)Jake Leahy2022-11-091-1/+1
* Uri.isIpv6 exported (#20736)Juan Carlos2022-11-031-0/+1
* Improve dollar IpAddress (#20729)Juan Carlos2022-11-031-0/+3
* Improve dollar (#20672)Juan Carlos2022-10-311-1/+3
* removes channels_builtin when enabling `nimPreviewSlimSystem` (#20713)ringabout2022-10-311-0/+3
* put std/threads under the umbrella of nimPreviewSlimSystem (#20711)ringabout2022-10-311-0/+1
* openssl 3 support no longer opt in + some 1.0 support (#20668)metagn2022-10-271-4/+1
* Added openarray[char] overloads to std/unicode (#20648)Jason Beetham2022-10-271-0/+1
* add changelog for new modules (#20675)ringabout2022-10-271-2/+4
* Added 'openArray[char]' overloads to 'std/parseutils' (#20527)Jason Beetham2022-10-241-0/+1
* Add `safe` parameter to `base64.encodeMime` (#20559)Amjad Ben Hedhili2022-10-211-0/+1
* implemented strictCaseObjects (#20608)Andreas Rumpf2022-10-211-2/+6
* fixes #19162; enable `strictEffects` for v2 (#19380)ringabout2022-10-151-0/+3
* fixes changelog for oids (#20565)ringabout2022-10-141-2/+1
* Return error message in output of gorge/staticExec. (#18942)Dominik Picheta2022-10-121-0/+3
* 'lock levels' are deprecated, now a noop (#20539)ringabout2022-10-111-0/+2
* Automatic dereferencing is removed (#20531)ringabout2022-10-101-0/+2
* Remove unused `base64.encode` overload (#20369)Amjad Ben Hedhili2022-10-091-1/+3
* Add no-math-errno for GCC when build for Release (#20503)Juan Carlos2022-10-061-2/+4
* follow up #20109; remove `shallow` seqs/strings for ORC (#20502)ringabout2022-10-061-1/+1
* move widestrs out of system (#20462)metagn2022-10-011-0/+1
* Undeprecate isvalidfilename (#19643)Juan Carlos2022-09-291-0/+1
* Unicode Operators are no longer experimental (#20444)ringabout2022-09-281-1/+1
* moderate system cleanup & refactor (#20355)metagn2022-09-281-2/+28
* fixes changelog links (#20446)ringabout2022-09-281-1/+1
* store full definition AST for consts, fix noRewrite (#20115)metagn2022-09-281-0/+3
* fixes #20426; remove `maincommand` and `m` options since they are a no op sin...ringabout2022-09-261-0/+2
* add a changelog and update the document for ORC (#20415)ringabout2022-09-261-0/+3
* fixes #20285; prevent oid time overflow at year 2038 (#20338)ringabout2022-09-221-0/+2
* contentLength default to -1 if not present (#19835)Bung2022-09-211-0/+1
* RFC-460 implemented (#19771)Juan Carlos2022-09-211-0/+1
* turn nimIncrSeqV3 into deadcode (#20388)ringabout2022-09-201-1/+3
* clarify distinct pointer type `nil` change (#20376)metagn2022-09-201-1/+9
* Add missing proc to dom (#20378)Juan Carlos2022-09-191-1/+5
* Add missing symbols to regex (#20383)Juan Carlos2022-09-191-3/+4
* partial revert and redesign of #19814, changelog (#20341)metagn2022-09-141-0/+4
* overloadable enums no longer experimental (#20298)metagn2022-09-051-0/+3
* remove deprecated type pragma syntax, fix bugs that required it (#20199)metagn2022-09-031-0/+2
* support cstring in `case` (#20130)metagn2022-09-011-0/+4
* update changelog for #20242, #20091, #20087 (#20288)metagn2022-08-311-1/+9
* move formatfloat out of system (#20195)ringabout2022-08-241-2/+1
* new .redefine pragma for templates, warn on redefinition without it (#20211)metagn2022-08-231-0/+6
* remove some deprecated pre-1.0 stdlib modules (#20202)metagn2022-08-231-2/+5
* remove {.this.} pragma, deprecated since 0.19 (#20201)metagn2022-08-231-0/+1
* remove a special case in sigmatch; distinct pointer types no longer match `ni...ringabout2022-08-231-0/+2
* fixes #20149; fixes #16762; hintAsError and warningAsError now ignore foreign...ringabout2022-08-191-1/+1
* changelog fixes again (#20206)metagn2022-08-151-56/+56
* Revert "enable nimPreviewDotLikeOps" (#19919)ringabout2022-08-031-0/+2
* [Changelog] Add Wider Ascii Chars sets string formatting in strutils.nim (#20...Sultan Al Isaiee2022-08-021-0/+1
* remove shallowCopy for ARC/ORC (#20070)ringabout2022-07-261-0/+3
f01cf'>1170893 ^
1170893 ^






























bd71787 ^
1170893 ^











1170893 ^


bd71787 ^


1170893 ^
bd71787 ^

1170893 ^
bd71787 ^

























1170893 ^


























16c3f0a ^









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
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269