@quenty/string 3.3.6-canary.635.9651b09.0 → 3.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -93
- package/package.json +2 -2
- package/src/Shared/String.lua +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,176 +3,103 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [3.3.
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
10
|
-
|
|
11
|
-
* Fix dependency installation process for pnpm ([9651b09](https://github.com/Quenty/NevermoreEngine/commit/9651b09af34f252ef3f9c7c539793cc878dd8cba))
|
|
6
|
+
## [3.3.7](https://github.com/Quenty/NevermoreEngine/compare/@quenty/string@3.3.6...@quenty/string@3.3.7) (2026-05-30)
|
|
12
7
|
|
|
8
|
+
**Note:** Version bump only for package @quenty/string
|
|
13
9
|
|
|
10
|
+
## [3.3.6](https://github.com/Quenty/NevermoreEngine/compare/@quenty/string@3.3.5...@quenty/string@3.3.6) (2026-01-12)
|
|
14
11
|
|
|
12
|
+
### Bug Fixes
|
|
15
13
|
|
|
14
|
+
- Fix dependency installation process for pnpm ([9651b09](https://github.com/Quenty/NevermoreEngine/commit/9651b09af34f252ef3f9c7c539793cc878dd8cba))
|
|
16
15
|
|
|
17
16
|
## [3.3.5](https://github.com/Quenty/NevermoreEngine/compare/@quenty/string@3.3.4...@quenty/string@3.3.5) (2026-01-10)
|
|
18
17
|
|
|
19
18
|
**Note:** Version bump only for package @quenty/string
|
|
20
19
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
20
|
## [3.3.4](https://github.com/Quenty/NevermoreEngine/compare/@quenty/string@3.3.3...@quenty/string@3.3.4) (2026-01-03)
|
|
26
21
|
|
|
27
22
|
**Note:** Version bump only for package @quenty/string
|
|
28
23
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
24
|
## [3.3.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/string@3.3.1...@quenty/string@3.3.3) (2025-04-07)
|
|
34
25
|
|
|
35
|
-
|
|
36
26
|
### Bug Fixes
|
|
37
27
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
28
|
+
- Add types to packages ([2374fb2](https://github.com/Quenty/NevermoreEngine/commit/2374fb2b043cfbe0e9b507b3316eec46a4e353a0))
|
|
29
|
+
- Bump package versions for republishing ([ba47c62](https://github.com/Quenty/NevermoreEngine/commit/ba47c62e32170bf74377b0c658c60b84306dc294))
|
|
44
30
|
|
|
45
31
|
## [3.3.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/string@3.3.1...@quenty/string@3.3.2) (2025-04-07)
|
|
46
32
|
|
|
47
|
-
|
|
48
33
|
### Bug Fixes
|
|
49
34
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
35
|
+
- Add types to packages ([2374fb2](https://github.com/Quenty/NevermoreEngine/commit/2374fb2b043cfbe0e9b507b3316eec46a4e353a0))
|
|
55
36
|
|
|
56
37
|
## [3.3.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/string@3.3.0...@quenty/string@3.3.1) (2025-03-21)
|
|
57
38
|
|
|
58
39
|
**Note:** Version bump only for package @quenty/string
|
|
59
40
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
41
|
# [3.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/string@3.2.0...@quenty/string@3.3.0) (2024-09-25)
|
|
65
42
|
|
|
66
|
-
|
|
67
43
|
### Bug Fixes
|
|
68
44
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
45
|
+
- Rename `:gsub()` to `string.gsub` ([9a730cb](https://github.com/Quenty/NevermoreEngine/commit/9a730cbd7001706787c5e5db0efe2306b2234b3a))
|
|
46
|
+
- Rename `:sub()` to `string.sub` ([6874e06](https://github.com/Quenty/NevermoreEngine/commit/6874e06e456d7094a2d7f25a3a7b24a40d77fe3c))
|
|
47
|
+
- Rename `:upper()` to `string.upper` ([2df557a](https://github.com/Quenty/NevermoreEngine/commit/2df557a9a5463c2c7beb257ff9f7786ac8ad746a))
|
|
76
48
|
|
|
77
49
|
# [3.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/string@3.1.0...@quenty/string@3.2.0) (2024-05-09)
|
|
78
50
|
|
|
79
|
-
|
|
80
51
|
### Bug Fixes
|
|
81
52
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
53
|
+
- Fix .package-lock.json replicating in packages ([75d0efe](https://github.com/Quenty/NevermoreEngine/commit/75d0efeef239f221d93352af71a5b3e930ec23c5))
|
|
87
54
|
|
|
88
55
|
# [3.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/string@3.0.0...@quenty/string@3.1.0) (2023-02-21)
|
|
89
56
|
|
|
90
57
|
**Note:** Version bump only for package @quenty/string
|
|
91
58
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
59
|
# [3.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/string@2.3.0...@quenty/string@3.0.0) (2022-08-14)
|
|
97
60
|
|
|
98
|
-
|
|
99
61
|
### Features
|
|
100
62
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
63
|
+
- Add seperator parameter to String library which allows comma seperator to be specified ([4bd70ae](https://github.com/Quenty/NevermoreEngine/commit/4bd70aefd30fb06447f0175a8ff94745bb1444c4))
|
|
106
64
|
|
|
107
65
|
# [2.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/string@2.2.1...@quenty/string@2.3.0) (2022-03-27)
|
|
108
66
|
|
|
109
|
-
|
|
110
67
|
### Bug Fixes
|
|
111
68
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
69
|
+
- Add types to core libraries ([6e685b3](https://github.com/Quenty/NevermoreEngine/commit/6e685b3cfbcd3816d15962769a4310a1ec57fb7e))
|
|
117
70
|
|
|
118
71
|
## [2.2.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/string@2.2.0...@quenty/string@2.2.1) (2021-12-30)
|
|
119
72
|
|
|
120
73
|
**Note:** Version bump only for package @quenty/string
|
|
121
74
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
75
|
# [2.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/string@2.1.0...@quenty/string@2.2.0) (2021-11-10)
|
|
127
76
|
|
|
128
|
-
|
|
129
77
|
### Features
|
|
130
78
|
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
79
|
+
- Add string.startsWith ([eb51da1](https://github.com/Quenty/NevermoreEngine/commit/eb51da1907f28bda5a843d7fa39fe4d9d9ce9938))
|
|
136
80
|
|
|
137
81
|
# [2.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/string@2.0.0...@quenty/string@2.1.0) (2021-09-22)
|
|
138
82
|
|
|
139
|
-
|
|
140
83
|
### Bug Fixes
|
|
141
84
|
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
85
|
+
- Add new string feature ([fc8d68c](https://github.com/Quenty/NevermoreEngine/commit/fc8d68c11b6cd7fc5dacc86f3229e81f481452f6))
|
|
147
86
|
|
|
148
87
|
# [2.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/string@1.2.0...@quenty/string@2.0.0) (2021-09-05)
|
|
149
88
|
|
|
150
|
-
|
|
151
89
|
### Bug Fixes
|
|
152
90
|
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
91
|
+
- Remove peer dependencies. This is because lerna doesn't really support peer dependencies being linked and getting a new version on build, which is unfortunate. ([5f5aeee](https://github.com/Quenty/NevermoreEngine/commit/5f5aeeea8de9975435309e53679f0ef7064f9dd0))
|
|
158
92
|
|
|
159
93
|
# 1.2.0 (2021-07-31)
|
|
160
94
|
|
|
161
|
-
|
|
162
95
|
### Bug Fixes
|
|
163
96
|
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
97
|
+
- Add CI and CD ([47513e9](https://github.com/Quenty/NevermoreEngine/commit/47513e9b568162707534af132396dd8756947dd3))
|
|
98
|
+
- Adjust CI badge to show automatic build and release state ([5a55d3f](https://github.com/Quenty/NevermoreEngine/commit/5a55d3f19bf8d66a760d67da9b56ed47fab74656))
|
|
99
|
+
- Fix selene linting ([45fc074](https://github.com/Quenty/NevermoreEngine/commit/45fc07489ee59127ac6582689f19a0e87c1e5b5a))
|
|
169
100
|
|
|
170
101
|
## 1.0.2 (2021-07-25)
|
|
171
102
|
|
|
172
|
-
|
|
173
|
-
|
|
174
103
|
## 1.0.1 (2021-07-25)
|
|
175
104
|
|
|
176
|
-
|
|
177
|
-
|
|
178
105
|
# 1.0.0 (2021-07-24)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quenty/string",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.7",
|
|
4
4
|
"description": "This module provides utility functions for strings",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Roblox",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"publishConfig": {
|
|
32
32
|
"access": "public"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "598b2b62b36bdcbdbbd56f7db10c399831cc6eba"
|
|
35
35
|
}
|
package/src/Shared/String.lua
CHANGED
|
@@ -71,7 +71,7 @@ function String.toPrivateCase(str: string): string
|
|
|
71
71
|
end
|
|
72
72
|
|
|
73
73
|
--[=[
|
|
74
|
-
Like trim, but only applied to the beginning of the
|
|
74
|
+
Like trim, but only applied to the beginning of the string
|
|
75
75
|
@param str string
|
|
76
76
|
@param pattern string? -- Defaults to whitespace
|
|
77
77
|
@return string
|
|
@@ -173,7 +173,7 @@ function String.endsWith(str: string, postfix: string): boolean
|
|
|
173
173
|
end
|
|
174
174
|
|
|
175
175
|
--[=[
|
|
176
|
-
Returns if a string starts with a
|
|
176
|
+
Returns if a string starts with a prefix
|
|
177
177
|
|
|
178
178
|
@param str string
|
|
179
179
|
@param prefix string
|