We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9548e commit e545af7Copy full SHA for e545af7
NEWS.md
@@ -1,5 +1,42 @@
1
# News
2
3
+## 3.1.1 - 2024-12-12
4
+
5
+### Improvements
6
7
+ * Added `StringScanner#scan_byte`
8
+ * GH-89
9
10
+ * Added `StringScanner#peek_byte`
11
12
13
+ * Added support for `String` pattern by the following methods:
14
+ * `StringScanner#exist?`
15
+ * `StringScanner#scan_until`
16
+ * `StringScanner#skip_until`
17
+ * `StringScanner#check_until`
18
+ * `StringScanner#search_full`
19
+ * GH-106
20
+ * Patch by NAITOH Jun
21
22
+ * Improved performance.
23
+ * GH-108
24
+ * GH-109
25
+ * GH-110
26
27
28
29
+ * GH-117
30
31
+ * Added `StringScanner#scan_integer`
32
+ * GH-113
33
+ * GH-115
34
+ * GH-116
35
36
+### Thanks
37
38
+ * NAITOH Jun
39
40
## 3.1.0 - 2024-02-04
41
42
### Fixes
0 commit comments