File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " quick-xml"
3
- version = " 0.27.1 "
3
+ version = " 0.28.0 "
4
4
description = " High performance xml reader and writer"
5
5
edition = " 2018"
6
6
Original file line number Diff line number Diff line change 12
12
13
13
### New Features
14
14
15
+ ### Bug Fixes
16
+
17
+ ### Misc Changes
18
+
19
+
20
+ ## 0.28.0 -- 2023-03-13
21
+
22
+ ### New Features
23
+
15
24
- [ #541 ] : (De)serialize specially named ` $text ` enum variant in [ externally tagged]
16
25
enums to / from textual content
17
26
- [ #556 ] : ` to_writer ` and ` to_string ` now accept ` ?Sized ` types
44
53
- [ #565 ] : Correctly set minimum required version of tokio dependency to 1.10
45
54
- [ #565 ] : Fix compilation error when build with serde <1.0.139
46
55
47
- ### Misc Changes
48
56
49
57
[ externally tagged ] : https://serde.rs/enum-representations.html#externally-tagged
50
58
[ #490 ] : https://github.com/tafia/quick-xml/pull/490
61
69
[ #571 ] : https://github.com/tafia/quick-xml/pull/571
62
70
[ #573 ] : https://github.com/tafia/quick-xml/pull/573
63
71
72
+
64
73
## 0.27.1 -- 2022-12-28
65
74
66
75
### Bug Fixes
72
81
73
82
[ #530 ] : https://github.com/tafia/quick-xml/pull/530
74
83
84
+
75
85
## 0.27.0 -- 2022-12-25
76
86
77
87
### New Features
145
155
[ XML name ] : https://www.w3.org/TR/xml11/#NT-Name
146
156
[ documentation ] : https://docs.rs/quick-xml/0.27.0/quick_xml/de/index.html#difference-between-text-and-value-special-names
147
157
158
+
148
159
## 0.26.0 -- 2022-10-23
149
160
150
161
### Misc Changes
157
168
[ #481 ] : https://github.com/tafia/quick-xml/pull/481
158
169
[ #489 ] : https://github.com/tafia/quick-xml/pull/489
159
170
171
+
160
172
## 0.25.0 -- 2022-09-10
161
173
162
174
### Bug Fixes
171
183
[ #468 ] : https://github.com/tafia/quick-xml/pull/468
172
184
[ #469 ] : https://github.com/tafia/quick-xml/issues/469
173
185
186
+
174
187
## 0.24.1 -- 2022-09-10
175
188
176
189
### Bug Fixes
179
192
180
193
[ #469 ] : https://github.com/tafia/quick-xml/issues/469
181
194
195
+
182
196
## 0.24.0 -- 2022-08-28
183
197
184
198
### New Features
418
432
[ #459 ] : https://github.com/tafia/quick-xml/pull/459
419
433
[ #467 ] : https://github.com/tafia/quick-xml/pull/467
420
434
435
+
421
436
## 0.23.1 -- 2022-09-11
422
437
423
438
### Bug Fixes
426
441
427
442
[ #469 ] : https://github.com/tafia/quick-xml/issues/469
428
443
444
+
429
445
## 0.23.0 -- 2022-05-08
430
446
431
447
- feat: add support for ` i128 ` / ` u128 ` in attributes or text/CDATA content
You can’t perform that action at this time.
0 commit comments