File tree Expand file tree Collapse file tree 1 file changed +99
-0
lines changed Expand file tree Collapse file tree 1 file changed +99
-0
lines changed Original file line number Diff line number Diff line change 1
1
# News
2
2
3
+ ## 3.4.2 - 2025-08-26 {#version-3-4-2}
4
+
5
+ ### Improvement
6
+
7
+ * Improved performance.
8
+ * GH-244
9
+ * GH-245
10
+ * GH-246
11
+ * GH-249
12
+ * GH-256
13
+ * Patch by NAITOH Jun
14
+
15
+ * Raise appropriate exception when failing to match start tag in DOCTYPE
16
+ * GH-247
17
+ * Patch by NAITOH Jun
18
+
19
+ * Deprecate accepting array as an element in XPath.match, first and each
20
+ * GH-252
21
+ * Patch by tomoya ishida
22
+
23
+ * Don't call needless encoding_updated
24
+ * GH-259
25
+ * Patch by Sutou Kouhei
26
+
27
+ * Reuse XPath::match
28
+ * GH-263
29
+ * Patch by pboling
30
+
31
+ * Cache redundant calls for doctype
32
+ * GH-264
33
+ * Patch by pboling
34
+
35
+ * Use Safe Navigation (&.) from Ruby 2.3
36
+ * GH-265
37
+ * Patch by pboling
38
+
39
+ * Remove redundant return statements
40
+ * GH-266
41
+ * Patch by pboling
42
+
43
+ * Added XML declaration check & Source#skip_spaces method
44
+ * GH-282
45
+ * Patch by NAITOH Jun
46
+
47
+ ### Fixes
48
+
49
+ * Fix docs typo
50
+ * GH-248
51
+ * Patch by James Coleman
52
+
53
+ * Fix reverse sort in xpath_parser
54
+ * GH-251
55
+ * Patch by tomoya ishida
56
+
57
+ * Fix duplicate responses in XPath following, following-sibling, preceding, preceding-sibling
58
+ * GH-255
59
+ * Patch by NAITOH Jun
60
+
61
+ * Fix wrong Encoding resolution
62
+ * GH-258
63
+ * Patch by Sutou Kouhei
64
+
65
+ * Handle nil when parsing fragment
66
+ * GH-267
67
+ * GH-268
68
+ * Patch by pboling
69
+
70
+ * [ Documentation] Use # to reference instance methods
71
+ * GH-269
72
+ * GH-270
73
+ * Patch by pboling
74
+
75
+ * Fix & Deprecate REXML::Text#text_indent
76
+ * GH-273
77
+ * GH-275
78
+ * Patch by pboling
79
+
80
+ * remove bundler from dev deps
81
+ * GH-276
82
+ * GH-277
83
+ * Patch by pboling
84
+
85
+ * remove ostruct from dev deps
86
+ * GH-280
87
+ * GH-281
88
+ * Patch by pboling
89
+
90
+ ### Thanks
91
+
92
+ * NAITOH Jun
93
+
94
+ * tomoya ishida
95
+
96
+ * James Coleman
97
+
98
+ * pboling
99
+
100
+ * Sutou Kouhei
101
+
3
102
## 3.4.1 - 2025-02-16 {#version-3-4-1}
4
103
5
104
### Improvement
You can’t perform that action at this time.
0 commit comments