@quenty/characterutils 12.31.2 → 12.32.1
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 +28 -446
- package/deploy.nevermore.json +10 -0
- package/package.json +8 -6
- package/src/Shared/CharacterUtils.lua +1 -1
- package/src/Shared/RxCharacterUtils.lua +4 -0
- package/src/Shared/RxCharacterUtils.spec.lua +218 -0
- package/src/jest.config.lua +3 -0
- package/test/default.project.json +25 -0
- package/test/scripts/Server/ServerMain.server.lua +13 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,883 +3,465 @@
|
|
|
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
|
-
## [12.
|
|
6
|
+
## [12.32.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.32.0...@quenty/characterutils@12.32.1) (2026-05-30)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @quenty/characterutils
|
|
9
9
|
|
|
10
|
+
# [12.32.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.31.2...@quenty/characterutils@12.32.0) (2026-05-29)
|
|
10
11
|
|
|
12
|
+
### Bug Fixes
|
|
11
13
|
|
|
14
|
+
- Add more tests ([0c02de8](https://github.com/Quenty/NevermoreEngine/commit/0c02de8cd5ed0346b24ea5ae439c1202a3bd6677))
|
|
12
15
|
|
|
13
|
-
|
|
14
|
-
## [12.31.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.31.0...@quenty/characterutils@12.31.1) (2026-04-29)
|
|
16
|
+
## [12.31.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.31.1...@quenty/characterutils@12.31.2) (2026-04-30)
|
|
15
17
|
|
|
16
18
|
**Note:** Version bump only for package @quenty/characterutils
|
|
17
19
|
|
|
20
|
+
## [12.31.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.31.0...@quenty/characterutils@12.31.1) (2026-04-29)
|
|
18
21
|
|
|
19
|
-
|
|
20
|
-
|
|
22
|
+
**Note:** Version bump only for package @quenty/characterutils
|
|
21
23
|
|
|
22
24
|
# [12.31.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.30.0...@quenty/characterutils@12.31.0) (2026-04-23)
|
|
23
25
|
|
|
24
26
|
**Note:** Version bump only for package @quenty/characterutils
|
|
25
27
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
28
|
# [12.30.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.29.0...@quenty/characterutils@12.30.0) (2026-04-14)
|
|
31
29
|
|
|
32
30
|
**Note:** Version bump only for package @quenty/characterutils
|
|
33
31
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
32
|
# [12.29.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.28.0...@quenty/characterutils@12.29.0) (2026-02-20)
|
|
39
33
|
|
|
40
34
|
**Note:** Version bump only for package @quenty/characterutils
|
|
41
35
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
36
|
# [12.28.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.27.0...@quenty/characterutils@12.28.0) (2026-02-19)
|
|
47
37
|
|
|
48
38
|
**Note:** Version bump only for package @quenty/characterutils
|
|
49
39
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
40
|
# [12.27.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.26.1...@quenty/characterutils@12.27.0) (2026-02-17)
|
|
55
41
|
|
|
56
42
|
**Note:** Version bump only for package @quenty/characterutils
|
|
57
43
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
44
|
## [12.26.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.26.0...@quenty/characterutils@12.26.1) (2026-01-21)
|
|
63
45
|
|
|
64
46
|
**Note:** Version bump only for package @quenty/characterutils
|
|
65
47
|
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
48
|
# [12.26.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.25.0...@quenty/characterutils@12.26.0) (2026-01-18)
|
|
71
49
|
|
|
72
50
|
**Note:** Version bump only for package @quenty/characterutils
|
|
73
51
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
52
|
# [12.25.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.24.2...@quenty/characterutils@12.25.0) (2026-01-13)
|
|
79
53
|
|
|
80
54
|
**Note:** Version bump only for package @quenty/characterutils
|
|
81
55
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
56
|
## [12.24.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.24.1...@quenty/characterutils@12.24.2) (2026-01-12)
|
|
87
57
|
|
|
88
|
-
|
|
89
58
|
### Bug Fixes
|
|
90
59
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
60
|
+
- Fix dependency installation process for pnpm ([9651b09](https://github.com/Quenty/NevermoreEngine/commit/9651b09af34f252ef3f9c7c539793cc878dd8cba))
|
|
96
61
|
|
|
97
62
|
## [12.24.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.24.0...@quenty/characterutils@12.24.1) (2026-01-10)
|
|
98
63
|
|
|
99
64
|
**Note:** Version bump only for package @quenty/characterutils
|
|
100
65
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
66
|
# [12.24.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.23.0...@quenty/characterutils@12.24.0) (2026-01-08)
|
|
106
67
|
|
|
107
68
|
**Note:** Version bump only for package @quenty/characterutils
|
|
108
69
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
70
|
# [12.23.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.22.6...@quenty/characterutils@12.23.0) (2026-01-04)
|
|
114
71
|
|
|
115
72
|
**Note:** Version bump only for package @quenty/characterutils
|
|
116
73
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
74
|
## [12.22.6](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.22.5...@quenty/characterutils@12.22.6) (2026-01-03)
|
|
122
75
|
|
|
123
76
|
**Note:** Version bump only for package @quenty/characterutils
|
|
124
77
|
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
78
|
## [12.22.5](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.22.4...@quenty/characterutils@12.22.5) (2025-12-31)
|
|
130
79
|
|
|
131
80
|
**Note:** Version bump only for package @quenty/characterutils
|
|
132
81
|
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
82
|
## [12.22.4](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.22.3...@quenty/characterutils@12.22.4) (2025-12-29)
|
|
138
83
|
|
|
139
84
|
**Note:** Version bump only for package @quenty/characterutils
|
|
140
85
|
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
86
|
## [12.22.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.22.2...@quenty/characterutils@12.22.3) (2025-12-29)
|
|
146
87
|
|
|
147
88
|
**Note:** Version bump only for package @quenty/characterutils
|
|
148
89
|
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
90
|
## [12.22.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.22.1...@quenty/characterutils@12.22.2) (2025-11-22)
|
|
154
91
|
|
|
155
92
|
**Note:** Version bump only for package @quenty/characterutils
|
|
156
93
|
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
94
|
## [12.22.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.22.0...@quenty/characterutils@12.22.1) (2025-11-12)
|
|
162
95
|
|
|
163
96
|
**Note:** Version bump only for package @quenty/characterutils
|
|
164
97
|
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
98
|
# [12.22.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.21.0...@quenty/characterutils@12.22.0) (2025-09-26)
|
|
170
99
|
|
|
171
100
|
**Note:** Version bump only for package @quenty/characterutils
|
|
172
101
|
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
102
|
# [12.21.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.20.1...@quenty/characterutils@12.21.0) (2025-08-29)
|
|
178
103
|
|
|
179
104
|
**Note:** Version bump only for package @quenty/characterutils
|
|
180
105
|
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
106
|
## [12.20.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.20.0...@quenty/characterutils@12.20.1) (2025-08-12)
|
|
186
107
|
|
|
187
108
|
**Note:** Version bump only for package @quenty/characterutils
|
|
188
109
|
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
110
|
# [12.20.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.19.0...@quenty/characterutils@12.20.0) (2025-07-11)
|
|
194
111
|
|
|
195
|
-
|
|
196
112
|
### Features
|
|
197
113
|
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
114
|
+
- **RootPartUtils:** getRootPart function ([e07270c](https://github.com/Quenty/NevermoreEngine/commit/e07270c0b1e1b3ab67620fb6e2af72e03580dc2a))
|
|
203
115
|
|
|
204
116
|
# [12.19.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.18.3...@quenty/characterutils@12.19.0) (2025-05-10)
|
|
205
117
|
|
|
206
|
-
|
|
207
118
|
### Bug Fixes
|
|
208
119
|
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
120
|
+
- Additional type checking updates ([05ba29a](https://github.com/Quenty/NevermoreEngine/commit/05ba29a03efc9f3feed74b34f1d9dfb237496214))
|
|
214
121
|
|
|
215
122
|
## [12.18.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.18.2...@quenty/characterutils@12.18.3) (2025-04-10)
|
|
216
123
|
|
|
217
124
|
**Note:** Version bump only for package @quenty/characterutils
|
|
218
125
|
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
126
|
## [12.18.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.18.0...@quenty/characterutils@12.18.2) (2025-04-07)
|
|
224
127
|
|
|
225
|
-
|
|
226
128
|
### Bug Fixes
|
|
227
129
|
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
130
|
+
- Add types to packages ([2374fb2](https://github.com/Quenty/NevermoreEngine/commit/2374fb2b043cfbe0e9b507b3316eec46a4e353a0))
|
|
131
|
+
- Bump package versions for republishing ([ba47c62](https://github.com/Quenty/NevermoreEngine/commit/ba47c62e32170bf74377b0c658c60b84306dc294))
|
|
234
132
|
|
|
235
133
|
## [12.18.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.18.0...@quenty/characterutils@12.18.1) (2025-04-07)
|
|
236
134
|
|
|
237
|
-
|
|
238
135
|
### Bug Fixes
|
|
239
136
|
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
137
|
+
- Add types to packages ([2374fb2](https://github.com/Quenty/NevermoreEngine/commit/2374fb2b043cfbe0e9b507b3316eec46a4e353a0))
|
|
245
138
|
|
|
246
139
|
# [12.18.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.17.2...@quenty/characterutils@12.18.0) (2025-04-02)
|
|
247
140
|
|
|
248
141
|
**Note:** Version bump only for package @quenty/characterutils
|
|
249
142
|
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
143
|
## [12.17.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.17.1...@quenty/characterutils@12.17.2) (2025-03-31)
|
|
255
144
|
|
|
256
145
|
**Note:** Version bump only for package @quenty/characterutils
|
|
257
146
|
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
147
|
## [12.17.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.17.0...@quenty/characterutils@12.17.1) (2025-03-21)
|
|
263
148
|
|
|
264
149
|
**Note:** Version bump only for package @quenty/characterutils
|
|
265
150
|
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
151
|
# [12.17.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.16.0...@quenty/characterutils@12.17.0) (2025-02-18)
|
|
271
152
|
|
|
272
153
|
**Note:** Version bump only for package @quenty/characterutils
|
|
273
154
|
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
155
|
# [12.16.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.15.0...@quenty/characterutils@12.16.0) (2025-01-24)
|
|
279
156
|
|
|
280
157
|
**Note:** Version bump only for package @quenty/characterutils
|
|
281
158
|
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
159
|
# [12.15.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.14.0...@quenty/characterutils@12.15.0) (2024-12-15)
|
|
287
160
|
|
|
288
161
|
**Note:** Version bump only for package @quenty/characterutils
|
|
289
162
|
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
163
|
# [12.14.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.13.0...@quenty/characterutils@12.14.0) (2024-12-03)
|
|
295
164
|
|
|
296
165
|
**Note:** Version bump only for package @quenty/characterutils
|
|
297
166
|
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
167
|
# [12.13.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.12.0...@quenty/characterutils@12.13.0) (2024-11-13)
|
|
303
168
|
|
|
304
169
|
**Note:** Version bump only for package @quenty/characterutils
|
|
305
170
|
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
171
|
# [12.12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.11.1...@quenty/characterutils@12.12.0) (2024-11-06)
|
|
311
172
|
|
|
312
|
-
|
|
313
173
|
### Bug Fixes
|
|
314
174
|
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
175
|
+
- Better stack traces ([247ce9b](https://github.com/Quenty/NevermoreEngine/commit/247ce9bd97753dec8c8fd6674f93cba2c7deca05))
|
|
320
176
|
|
|
321
177
|
## [12.11.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.11.0...@quenty/characterutils@12.11.1) (2024-11-04)
|
|
322
178
|
|
|
323
179
|
**Note:** Version bump only for package @quenty/characterutils
|
|
324
180
|
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
181
|
# [12.11.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.10.0...@quenty/characterutils@12.11.0) (2024-11-03)
|
|
330
182
|
|
|
331
183
|
**Note:** Version bump only for package @quenty/characterutils
|
|
332
184
|
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
185
|
# [12.10.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.9.1...@quenty/characterutils@12.10.0) (2024-10-23)
|
|
338
186
|
|
|
339
187
|
**Note:** Version bump only for package @quenty/characterutils
|
|
340
188
|
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
189
|
## [12.9.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.9.0...@quenty/characterutils@12.9.1) (2024-10-09)
|
|
346
190
|
|
|
347
191
|
**Note:** Version bump only for package @quenty/characterutils
|
|
348
192
|
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
193
|
# [12.9.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.8.1...@quenty/characterutils@12.9.0) (2024-10-06)
|
|
354
194
|
|
|
355
195
|
**Note:** Version bump only for package @quenty/characterutils
|
|
356
196
|
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
197
|
## [12.8.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.8.0...@quenty/characterutils@12.8.1) (2024-10-04)
|
|
362
198
|
|
|
363
199
|
**Note:** Version bump only for package @quenty/characterutils
|
|
364
200
|
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
201
|
# [12.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.7.0...@quenty/characterutils@12.8.0) (2024-10-04)
|
|
370
202
|
|
|
371
|
-
|
|
372
203
|
### Bug Fixes
|
|
373
204
|
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
205
|
+
- Simplify rootPart calls to reduce memory usage ([1dfc3d5](https://github.com/Quenty/NevermoreEngine/commit/1dfc3d5b03b70d794d3b0782b202182293bdb41d))
|
|
379
206
|
|
|
380
207
|
# [12.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.6.0...@quenty/characterutils@12.7.0) (2024-09-25)
|
|
381
208
|
|
|
382
209
|
**Note:** Version bump only for package @quenty/characterutils
|
|
383
210
|
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
211
|
# [12.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.5.0...@quenty/characterutils@12.6.0) (2024-09-25)
|
|
389
212
|
|
|
390
213
|
**Note:** Version bump only for package @quenty/characterutils
|
|
391
214
|
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
215
|
# [12.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.4.0...@quenty/characterutils@12.5.0) (2024-09-12)
|
|
397
216
|
|
|
398
|
-
|
|
399
217
|
### Features
|
|
400
218
|
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
219
|
+
- Add RxCharacterUtil helper methods ([7b0b7a9](https://github.com/Quenty/NevermoreEngine/commit/7b0b7a94b4c8c7c76b030b48ecdab1f1c8a7ff53))
|
|
406
220
|
|
|
407
221
|
# [12.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.3.0...@quenty/characterutils@12.4.0) (2024-08-09)
|
|
408
222
|
|
|
409
223
|
**Note:** Version bump only for package @quenty/characterutils
|
|
410
224
|
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
225
|
# [12.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.2.0...@quenty/characterutils@12.3.0) (2024-05-09)
|
|
416
226
|
|
|
417
|
-
|
|
418
227
|
### Bug Fixes
|
|
419
228
|
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
229
|
+
- Fix .package-lock.json replicating in packages ([75d0efe](https://github.com/Quenty/NevermoreEngine/commit/75d0efeef239f221d93352af71a5b3e930ec23c5))
|
|
425
230
|
|
|
426
231
|
# [12.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.1.0...@quenty/characterutils@12.2.0) (2024-04-27)
|
|
427
232
|
|
|
428
233
|
**Note:** Version bump only for package @quenty/characterutils
|
|
429
234
|
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
235
|
# [12.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.0.0...@quenty/characterutils@12.1.0) (2024-03-09)
|
|
435
236
|
|
|
436
237
|
**Note:** Version bump only for package @quenty/characterutils
|
|
437
238
|
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
239
|
# [12.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@11.0.0...@quenty/characterutils@12.0.0) (2024-02-14)
|
|
443
240
|
|
|
444
241
|
**Note:** Version bump only for package @quenty/characterutils
|
|
445
242
|
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
243
|
# [11.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@10.0.0...@quenty/characterutils@11.0.0) (2024-02-13)
|
|
451
244
|
|
|
452
245
|
**Note:** Version bump only for package @quenty/characterutils
|
|
453
246
|
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
247
|
# [10.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@9.0.0...@quenty/characterutils@10.0.0) (2024-02-13)
|
|
459
248
|
|
|
460
249
|
**Note:** Version bump only for package @quenty/characterutils
|
|
461
250
|
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
251
|
# [9.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@8.0.0...@quenty/characterutils@9.0.0) (2024-02-13)
|
|
467
252
|
|
|
468
253
|
**Note:** Version bump only for package @quenty/characterutils
|
|
469
254
|
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
255
|
# [8.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@7.4.0...@quenty/characterutils@8.0.0) (2024-01-10)
|
|
475
256
|
|
|
476
257
|
**Note:** Version bump only for package @quenty/characterutils
|
|
477
258
|
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
259
|
# [7.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@7.3.0...@quenty/characterutils@7.4.0) (2024-01-08)
|
|
483
260
|
|
|
484
261
|
**Note:** Version bump only for package @quenty/characterutils
|
|
485
262
|
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
263
|
# [7.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@7.2.0...@quenty/characterutils@7.3.0) (2023-12-28)
|
|
491
264
|
|
|
492
265
|
**Note:** Version bump only for package @quenty/characterutils
|
|
493
266
|
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
267
|
# [7.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@7.1.1...@quenty/characterutils@7.2.0) (2023-12-14)
|
|
499
268
|
|
|
500
269
|
**Note:** Version bump only for package @quenty/characterutils
|
|
501
270
|
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
271
|
## [7.1.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@7.1.0...@quenty/characterutils@7.1.1) (2023-10-28)
|
|
507
272
|
|
|
508
273
|
**Note:** Version bump only for package @quenty/characterutils
|
|
509
274
|
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
275
|
# [7.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@7.0.0...@quenty/characterutils@7.1.0) (2023-10-18)
|
|
515
276
|
|
|
516
277
|
**Note:** Version bump only for package @quenty/characterutils
|
|
517
278
|
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
279
|
# [7.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@6.15.0...@quenty/characterutils@7.0.0) (2023-10-11)
|
|
523
280
|
|
|
524
281
|
**Note:** Version bump only for package @quenty/characterutils
|
|
525
282
|
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
283
|
# [6.15.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@6.14.0...@quenty/characterutils@6.15.0) (2023-09-21)
|
|
531
284
|
|
|
532
285
|
**Note:** Version bump only for package @quenty/characterutils
|
|
533
286
|
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
287
|
# [6.14.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@6.13.0...@quenty/characterutils@6.14.0) (2023-09-04)
|
|
539
288
|
|
|
540
289
|
**Note:** Version bump only for package @quenty/characterutils
|
|
541
290
|
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
291
|
# [6.13.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@6.12.0...@quenty/characterutils@6.13.0) (2023-08-23)
|
|
547
292
|
|
|
548
|
-
|
|
549
293
|
### Features
|
|
550
294
|
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
295
|
+
- Add RxRootPartUtils.observeHumanoidRootPartBrioFromHumanoid(humanoid) ([1b9ead5](https://github.com/Quenty/NevermoreEngine/commit/1b9ead5a2ebc89c21cbca0af4a0766c1733e0385))
|
|
556
296
|
|
|
557
297
|
# [6.12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@6.11.0...@quenty/characterutils@6.12.0) (2023-07-28)
|
|
558
298
|
|
|
559
299
|
**Note:** Version bump only for package @quenty/characterutils
|
|
560
300
|
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
301
|
# [6.11.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@6.10.0...@quenty/characterutils@6.11.0) (2023-07-23)
|
|
566
302
|
|
|
567
|
-
|
|
568
303
|
### Features
|
|
569
304
|
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
305
|
+
- Add RxCharacterUtils.observeCharacter(player) ([2a8240b](https://github.com/Quenty/NevermoreEngine/commit/2a8240b2c57bda9ba42ade2492110e535a187ad5))
|
|
575
306
|
|
|
576
307
|
# [6.10.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@6.9.0...@quenty/characterutils@6.10.0) (2023-07-15)
|
|
577
308
|
|
|
578
309
|
**Note:** Version bump only for package @quenty/characterutils
|
|
579
310
|
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
311
|
# [6.9.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@6.8.0...@quenty/characterutils@6.9.0) (2023-07-10)
|
|
585
312
|
|
|
586
|
-
|
|
587
313
|
### Features
|
|
588
314
|
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
315
|
+
- Add RxRootPartUtils.observeHumanoidRootPartBrio(character) ([a7dd72e](https://github.com/Quenty/NevermoreEngine/commit/a7dd72e31018ac4c20f68c4caa0c9b6105325af8))
|
|
594
316
|
|
|
595
317
|
# [6.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@6.7.0...@quenty/characterutils@6.8.0) (2023-06-17)
|
|
596
318
|
|
|
597
319
|
**Note:** Version bump only for package @quenty/characterutils
|
|
598
320
|
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
321
|
# [6.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@6.6.0...@quenty/characterutils@6.7.0) (2023-05-26)
|
|
604
322
|
|
|
605
|
-
|
|
606
323
|
### Bug Fixes
|
|
607
324
|
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
325
|
+
- Fix dependencies ([67791a2](https://github.com/Quenty/NevermoreEngine/commit/67791a289c0956bf4947ac81bf792ee56496b3e8))
|
|
613
326
|
|
|
614
327
|
# [6.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@6.5.0...@quenty/characterutils@6.6.0) (2023-05-08)
|
|
615
328
|
|
|
616
|
-
|
|
617
329
|
### Bug Fixes
|
|
618
330
|
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
331
|
+
- CharacterUtils was missing dependancy ([903c319](https://github.com/Quenty/NevermoreEngine/commit/903c31919681399a58399737b2b16910b13a1163))
|
|
624
332
|
|
|
625
333
|
# [6.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@6.4.1...@quenty/characterutils@6.5.0) (2023-04-10)
|
|
626
334
|
|
|
627
335
|
**Note:** Version bump only for package @quenty/characterutils
|
|
628
336
|
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
337
|
## [6.4.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@6.4.0...@quenty/characterutils@6.4.1) (2023-04-07)
|
|
634
338
|
|
|
635
339
|
**Note:** Version bump only for package @quenty/characterutils
|
|
636
340
|
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
341
|
# [6.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@6.3.0...@quenty/characterutils@6.4.0) (2023-03-31)
|
|
642
342
|
|
|
643
343
|
**Note:** Version bump only for package @quenty/characterutils
|
|
644
344
|
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
345
|
# [6.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@6.2.0...@quenty/characterutils@6.3.0) (2023-03-05)
|
|
650
346
|
|
|
651
347
|
**Note:** Version bump only for package @quenty/characterutils
|
|
652
348
|
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
349
|
# [6.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@6.1.0...@quenty/characterutils@6.2.0) (2023-02-27)
|
|
658
350
|
|
|
659
351
|
**Note:** Version bump only for package @quenty/characterutils
|
|
660
352
|
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
353
|
# [6.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@6.0.1...@quenty/characterutils@6.1.0) (2023-02-21)
|
|
666
354
|
|
|
667
355
|
**Note:** Version bump only for package @quenty/characterutils
|
|
668
356
|
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
357
|
## [6.0.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@6.0.0...@quenty/characterutils@6.0.1) (2022-11-04)
|
|
674
358
|
|
|
675
359
|
**Note:** Version bump only for package @quenty/characterutils
|
|
676
360
|
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
361
|
# [6.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@5.2.1...@quenty/characterutils@6.0.0) (2022-09-27)
|
|
682
362
|
|
|
683
363
|
**Note:** Version bump only for package @quenty/characterutils
|
|
684
364
|
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
365
|
## [5.2.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@5.2.0...@quenty/characterutils@5.2.1) (2022-08-16)
|
|
690
366
|
|
|
691
367
|
**Note:** Version bump only for package @quenty/characterutils
|
|
692
368
|
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
369
|
# [5.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@5.1.0...@quenty/characterutils@5.2.0) (2022-07-31)
|
|
698
370
|
|
|
699
371
|
**Note:** Version bump only for package @quenty/characterutils
|
|
700
372
|
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
373
|
# [5.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@5.0.0...@quenty/characterutils@5.1.0) (2022-06-24)
|
|
706
374
|
|
|
707
|
-
|
|
708
375
|
### Features
|
|
709
376
|
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
377
|
+
- Add RxCharacterUtils ([#262](https://github.com/Quenty/NevermoreEngine/issues/262)) ([760a912](https://github.com/Quenty/NevermoreEngine/commit/760a9121368f17eedc5bfca2decec66444811dfe))
|
|
715
378
|
|
|
716
379
|
# [5.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@4.2.0...@quenty/characterutils@5.0.0) (2022-05-21)
|
|
717
380
|
|
|
718
381
|
**Note:** Version bump only for package @quenty/characterutils
|
|
719
382
|
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
383
|
# [4.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@4.1.0...@quenty/characterutils@4.2.0) (2022-03-27)
|
|
725
384
|
|
|
726
385
|
**Note:** Version bump only for package @quenty/characterutils
|
|
727
386
|
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
387
|
# [4.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@4.0.0...@quenty/characterutils@4.1.0) (2022-03-10)
|
|
733
388
|
|
|
734
389
|
**Note:** Version bump only for package @quenty/characterutils
|
|
735
390
|
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
391
|
# [4.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@3.6.0...@quenty/characterutils@4.0.0) (2022-03-06)
|
|
741
392
|
|
|
742
393
|
**Note:** Version bump only for package @quenty/characterutils
|
|
743
394
|
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
395
|
# [3.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@3.5.1...@quenty/characterutils@3.6.0) (2022-01-17)
|
|
749
396
|
|
|
750
397
|
**Note:** Version bump only for package @quenty/characterutils
|
|
751
398
|
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
399
|
## [3.5.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@3.5.0...@quenty/characterutils@3.5.1) (2022-01-16)
|
|
757
400
|
|
|
758
401
|
**Note:** Version bump only for package @quenty/characterutils
|
|
759
402
|
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
403
|
# [3.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@3.4.0...@quenty/characterutils@3.5.0) (2022-01-07)
|
|
765
404
|
|
|
766
405
|
**Note:** Version bump only for package @quenty/characterutils
|
|
767
406
|
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
407
|
# [3.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@3.3.1...@quenty/characterutils@3.4.0) (2022-01-03)
|
|
773
408
|
|
|
774
409
|
**Note:** Version bump only for package @quenty/characterutils
|
|
775
410
|
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
411
|
## [3.3.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@3.3.0...@quenty/characterutils@3.3.1) (2021-12-30)
|
|
781
412
|
|
|
782
413
|
**Note:** Version bump only for package @quenty/characterutils
|
|
783
414
|
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
415
|
# [3.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@3.2.0...@quenty/characterutils@3.3.0) (2021-12-18)
|
|
789
416
|
|
|
790
417
|
**Note:** Version bump only for package @quenty/characterutils
|
|
791
418
|
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
419
|
# [3.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@3.1.2...@quenty/characterutils@3.2.0) (2021-11-20)
|
|
797
420
|
|
|
798
|
-
|
|
799
421
|
### Bug Fixes
|
|
800
422
|
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
423
|
+
- Support MacOS syncing ([#225](https://github.com/Quenty/NevermoreEngine/issues/225)) ([03f9183](https://github.com/Quenty/NevermoreEngine/commit/03f918392c6a5bdd33f8a17c38de371d1e06c67a))
|
|
806
424
|
|
|
807
425
|
## [3.1.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@3.1.1...@quenty/characterutils@3.1.2) (2021-10-30)
|
|
808
426
|
|
|
809
427
|
**Note:** Version bump only for package @quenty/characterutils
|
|
810
428
|
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
429
|
## [3.1.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@3.1.0...@quenty/characterutils@3.1.1) (2021-10-06)
|
|
816
430
|
|
|
817
431
|
**Note:** Version bump only for package @quenty/characterutils
|
|
818
432
|
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
433
|
# [3.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@3.0.1...@quenty/characterutils@3.1.0) (2021-10-02)
|
|
824
434
|
|
|
825
435
|
**Note:** Version bump only for package @quenty/characterutils
|
|
826
436
|
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
437
|
## [3.0.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@3.0.0...@quenty/characterutils@3.0.1) (2021-09-18)
|
|
832
438
|
|
|
833
439
|
**Note:** Version bump only for package @quenty/characterutils
|
|
834
440
|
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
441
|
# [3.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@2.1.0...@quenty/characterutils@3.0.0) (2021-09-11)
|
|
840
442
|
|
|
841
443
|
**Note:** Version bump only for package @quenty/characterutils
|
|
842
444
|
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
445
|
# [2.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@2.0.0...@quenty/characterutils@2.1.0) (2021-09-05)
|
|
848
446
|
|
|
849
447
|
**Note:** Version bump only for package @quenty/characterutils
|
|
850
448
|
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
449
|
# [2.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@1.2.0...@quenty/characterutils@2.0.0) (2021-09-05)
|
|
856
450
|
|
|
857
|
-
|
|
858
451
|
### Bug Fixes
|
|
859
452
|
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
453
|
+
- 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))
|
|
865
454
|
|
|
866
455
|
# 1.2.0 (2021-07-31)
|
|
867
456
|
|
|
868
|
-
|
|
869
457
|
### Bug Fixes
|
|
870
458
|
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
459
|
+
- Add CI and CD ([47513e9](https://github.com/Quenty/NevermoreEngine/commit/47513e9b568162707534af132396dd8756947dd3))
|
|
460
|
+
- Adjust CI badge to show automatic build and release state ([5a55d3f](https://github.com/Quenty/NevermoreEngine/commit/5a55d3f19bf8d66a760d67da9b56ed47fab74656))
|
|
461
|
+
- Fix selene linting ([45fc074](https://github.com/Quenty/NevermoreEngine/commit/45fc07489ee59127ac6582689f19a0e87c1e5b5a))
|
|
876
462
|
|
|
877
463
|
## 1.0.2 (2021-07-25)
|
|
878
464
|
|
|
879
|
-
|
|
880
|
-
|
|
881
465
|
## 1.0.1 (2021-07-25)
|
|
882
466
|
|
|
883
|
-
|
|
884
|
-
|
|
885
467
|
# 1.0.0 (2021-07-24)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quenty/characterutils",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.32.1",
|
|
4
4
|
"description": "CharacterUtils",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Roblox",
|
|
@@ -28,16 +28,18 @@
|
|
|
28
28
|
"Quenty"
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@quenty/brio": "14.
|
|
31
|
+
"@quenty/brio": "14.30.1",
|
|
32
32
|
"@quenty/deferred": "2.3.2",
|
|
33
|
-
"@quenty/instanceutils": "13.
|
|
33
|
+
"@quenty/instanceutils": "13.30.1",
|
|
34
34
|
"@quenty/loader": "10.11.0",
|
|
35
35
|
"@quenty/maid": "3.9.0",
|
|
36
|
-
"@quenty/
|
|
37
|
-
"@quenty/
|
|
36
|
+
"@quenty/nevermore-test-runner": "1.4.0",
|
|
37
|
+
"@quenty/promise": "10.18.1",
|
|
38
|
+
"@quenty/rx": "13.28.3",
|
|
39
|
+
"@quentystudios/jest-lua": "3.10.0-quenty.2"
|
|
38
40
|
},
|
|
39
41
|
"publishConfig": {
|
|
40
42
|
"access": "public"
|
|
41
43
|
},
|
|
42
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "598b2b62b36bdcbdbbd56f7db10c399831cc6eba"
|
|
43
45
|
}
|
|
@@ -87,7 +87,7 @@ function CharacterUtils.unequipTools(player: Player)
|
|
|
87
87
|
end
|
|
88
88
|
|
|
89
89
|
--[=[
|
|
90
|
-
Returns the player that a
|
|
90
|
+
Returns the player that a descendant is part of, if it is part of one.
|
|
91
91
|
|
|
92
92
|
```lua
|
|
93
93
|
script.Parent.Touched:Connect(function(inst)
|
|
@@ -53,6 +53,10 @@ function RxCharacterUtils.observeCharacterBrio(player: Player): Observable.Obser
|
|
|
53
53
|
end)
|
|
54
54
|
end
|
|
55
55
|
|
|
56
|
+
function RxCharacterUtils._test_injectPlayerService(newPlayers: Players)
|
|
57
|
+
Players = newPlayers or game:GetService("Players")
|
|
58
|
+
end
|
|
59
|
+
|
|
56
60
|
--[=[
|
|
57
61
|
Observes whether the instance is part of the local player's character
|
|
58
62
|
|
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
--!nonstrict
|
|
2
|
+
--[[
|
|
3
|
+
Unit tests for RxCharacterUtils.lua
|
|
4
|
+
]]
|
|
5
|
+
|
|
6
|
+
local require = (require :: any)(
|
|
7
|
+
game:GetService("ServerScriptService"):FindFirstChild("LoaderUtils", true).Parent
|
|
8
|
+
).bootstrapStory(script) :: typeof(require(script.Parent.loader).load(script))
|
|
9
|
+
|
|
10
|
+
local Brio = require("Brio")
|
|
11
|
+
local Jest = require("Jest")
|
|
12
|
+
local Maid = require("Maid")
|
|
13
|
+
local Observable = require("Observable")
|
|
14
|
+
local RxCharacterUtils = require("RxCharacterUtils")
|
|
15
|
+
|
|
16
|
+
local afterAll = Jest.Globals.afterAll
|
|
17
|
+
local describe = Jest.Globals.describe
|
|
18
|
+
local expect = Jest.Globals.expect
|
|
19
|
+
local it = Jest.Globals.it
|
|
20
|
+
|
|
21
|
+
-- Test instances (shared across all tests)
|
|
22
|
+
local character = Instance.new("Model")
|
|
23
|
+
character.Name = "MockCharacter"
|
|
24
|
+
|
|
25
|
+
local childPart = Instance.new("Part")
|
|
26
|
+
childPart.Name = "ChildPart"
|
|
27
|
+
childPart.Parent = character
|
|
28
|
+
|
|
29
|
+
local unrelatedPart = Instance.new("Part")
|
|
30
|
+
unrelatedPart.Name = "UnrelatedPart"
|
|
31
|
+
|
|
32
|
+
-- Save original before any overrides
|
|
33
|
+
local originalObserveLocalPlayerCharacter = RxCharacterUtils.observeLocalPlayerCharacter
|
|
34
|
+
|
|
35
|
+
--[[
|
|
36
|
+
Creates a mock environment that:
|
|
37
|
+
1. Injects a proxy for Players so Players.LocalPlayer is truthy
|
|
38
|
+
2. Overrides observeLocalPlayerCharacter to return a controllable observable
|
|
39
|
+
Returns setCharacter(char) to change the character and cleanup() to restore.
|
|
40
|
+
]]
|
|
41
|
+
local function createMockEnvironment()
|
|
42
|
+
local currentCharacter = nil
|
|
43
|
+
local subscribers = {}
|
|
44
|
+
|
|
45
|
+
-- Mock Players: only needs .LocalPlayer to be truthy to pass the nil-check
|
|
46
|
+
-- in observeIsOfLocalCharacter. We never pass this to RxInstanceUtils.
|
|
47
|
+
local mockPlayers = newproxy(true)
|
|
48
|
+
local mt = getmetatable(mockPlayers)
|
|
49
|
+
mt.__index = function(_, key)
|
|
50
|
+
if key == "LocalPlayer" then
|
|
51
|
+
return true
|
|
52
|
+
end
|
|
53
|
+
|
|
54
|
+
error("Bad index " .. tostring(key) .. " on mock Players")
|
|
55
|
+
end
|
|
56
|
+
|
|
57
|
+
RxCharacterUtils._test_injectPlayerService(mockPlayers :: any)
|
|
58
|
+
|
|
59
|
+
-- Override observeLocalPlayerCharacter so it doesn't call
|
|
60
|
+
-- RxInstanceUtils.observeProperty(Players, "LocalPlayer") which requires a real Instance.
|
|
61
|
+
RxCharacterUtils.observeLocalPlayerCharacter = function()
|
|
62
|
+
return Observable.new(function(sub)
|
|
63
|
+
table.insert(subscribers, sub)
|
|
64
|
+
sub:Fire(currentCharacter)
|
|
65
|
+
return function()
|
|
66
|
+
local idx = table.find(subscribers, sub)
|
|
67
|
+
if idx then
|
|
68
|
+
table.remove(subscribers, idx)
|
|
69
|
+
end
|
|
70
|
+
end
|
|
71
|
+
end)
|
|
72
|
+
end
|
|
73
|
+
|
|
74
|
+
local function setCharacter(char)
|
|
75
|
+
currentCharacter = char
|
|
76
|
+
for _, sub in subscribers do
|
|
77
|
+
sub:Fire(char)
|
|
78
|
+
end
|
|
79
|
+
end
|
|
80
|
+
|
|
81
|
+
local function cleanup()
|
|
82
|
+
RxCharacterUtils.observeLocalPlayerCharacter = originalObserveLocalPlayerCharacter
|
|
83
|
+
RxCharacterUtils._test_injectPlayerService(nil :: any)
|
|
84
|
+
end
|
|
85
|
+
|
|
86
|
+
return setCharacter, cleanup
|
|
87
|
+
end
|
|
88
|
+
|
|
89
|
+
describe("RxCharacterUtils.observeIsOfLocalCharacter", function()
|
|
90
|
+
local maid = Maid.new()
|
|
91
|
+
local setCharacter, cleanupMock = createMockEnvironment()
|
|
92
|
+
|
|
93
|
+
-- Subscribe to all three instances at once
|
|
94
|
+
local childPartValue = nil
|
|
95
|
+
local childPartFireCount = 0
|
|
96
|
+
maid:GiveTask(RxCharacterUtils.observeIsOfLocalCharacter(childPart):Subscribe(function(value)
|
|
97
|
+
childPartValue = value
|
|
98
|
+
childPartFireCount += 1
|
|
99
|
+
end))
|
|
100
|
+
|
|
101
|
+
local characterValue = nil
|
|
102
|
+
maid:GiveTask(RxCharacterUtils.observeIsOfLocalCharacter(character):Subscribe(function(value)
|
|
103
|
+
characterValue = value
|
|
104
|
+
end))
|
|
105
|
+
|
|
106
|
+
local unrelatedValue = nil
|
|
107
|
+
maid:GiveTask(RxCharacterUtils.observeIsOfLocalCharacter(unrelatedPart):Subscribe(function(value)
|
|
108
|
+
unrelatedValue = value
|
|
109
|
+
end))
|
|
110
|
+
|
|
111
|
+
afterAll(function()
|
|
112
|
+
maid:Destroy()
|
|
113
|
+
cleanupMock()
|
|
114
|
+
end)
|
|
115
|
+
|
|
116
|
+
it("should initially emit false for all instances when no character is set", function()
|
|
117
|
+
expect(childPartValue).toEqual(false)
|
|
118
|
+
expect(characterValue).toEqual(false)
|
|
119
|
+
expect(unrelatedValue).toEqual(false)
|
|
120
|
+
end)
|
|
121
|
+
|
|
122
|
+
it("should emit true for descendant and character itself when character is set", function()
|
|
123
|
+
setCharacter(character)
|
|
124
|
+
expect(childPartValue).toEqual(true)
|
|
125
|
+
expect(characterValue).toEqual(true)
|
|
126
|
+
end)
|
|
127
|
+
|
|
128
|
+
it("should still emit false for unrelated instance when character is set", function()
|
|
129
|
+
expect(unrelatedValue).toEqual(false)
|
|
130
|
+
end)
|
|
131
|
+
|
|
132
|
+
it("should emit false when character is cleared", function()
|
|
133
|
+
setCharacter(nil)
|
|
134
|
+
expect(childPartValue).toEqual(false)
|
|
135
|
+
expect(characterValue).toEqual(false)
|
|
136
|
+
end)
|
|
137
|
+
|
|
138
|
+
it("should emit true again when character is restored", function()
|
|
139
|
+
setCharacter(character)
|
|
140
|
+
expect(childPartValue).toEqual(true)
|
|
141
|
+
expect(characterValue).toEqual(true)
|
|
142
|
+
expect(unrelatedValue).toEqual(false)
|
|
143
|
+
end)
|
|
144
|
+
end)
|
|
145
|
+
|
|
146
|
+
describe("RxCharacterUtils.observeIsOfLocalCharacterBrio", function()
|
|
147
|
+
local maid = Maid.new()
|
|
148
|
+
local setCharacter, cleanupMock = createMockEnvironment()
|
|
149
|
+
|
|
150
|
+
-- childPart subscription (descendant of character)
|
|
151
|
+
local childPartBrios = {}
|
|
152
|
+
local childPartBrioCount = 0
|
|
153
|
+
maid:GiveTask(RxCharacterUtils.observeIsOfLocalCharacterBrio(childPart):Subscribe(function(brio)
|
|
154
|
+
table.insert(childPartBrios, brio)
|
|
155
|
+
childPartBrioCount += 1
|
|
156
|
+
end))
|
|
157
|
+
|
|
158
|
+
-- unrelatedPart subscription
|
|
159
|
+
local unrelatedBrioCount = 0
|
|
160
|
+
maid:GiveTask(RxCharacterUtils.observeIsOfLocalCharacterBrio(unrelatedPart):Subscribe(function(_brio)
|
|
161
|
+
unrelatedBrioCount += 1
|
|
162
|
+
end))
|
|
163
|
+
|
|
164
|
+
-- Separate subscription to test that destroying a sub kills its brio
|
|
165
|
+
local cleanupTestBrio = nil
|
|
166
|
+
local cleanupSub = RxCharacterUtils.observeIsOfLocalCharacterBrio(childPart):Subscribe(function(brio)
|
|
167
|
+
cleanupTestBrio = brio
|
|
168
|
+
end)
|
|
169
|
+
|
|
170
|
+
afterAll(function()
|
|
171
|
+
maid:Destroy()
|
|
172
|
+
cleanupSub:Destroy()
|
|
173
|
+
cleanupMock()
|
|
174
|
+
end)
|
|
175
|
+
|
|
176
|
+
it("should not emit any brio initially when character is nil", function()
|
|
177
|
+
expect(childPartBrioCount).toEqual(0)
|
|
178
|
+
expect(unrelatedBrioCount).toEqual(0)
|
|
179
|
+
end)
|
|
180
|
+
|
|
181
|
+
it("should emit a living brio for descendant when character is set", function()
|
|
182
|
+
setCharacter(character)
|
|
183
|
+
expect(childPartBrioCount).toEqual(1)
|
|
184
|
+
expect(Brio.isBrio(childPartBrios[1])).toEqual(true)
|
|
185
|
+
expect(childPartBrios[1]:IsDead()).toEqual(false)
|
|
186
|
+
expect(childPartBrios[1]:GetValue()).toEqual(true)
|
|
187
|
+
end)
|
|
188
|
+
|
|
189
|
+
it("should not emit a brio for unrelated instance when character is set", function()
|
|
190
|
+
expect(unrelatedBrioCount).toEqual(0)
|
|
191
|
+
end)
|
|
192
|
+
|
|
193
|
+
it("should kill the brio when character is cleared", function()
|
|
194
|
+
local firstBrio = childPartBrios[1]
|
|
195
|
+
setCharacter(nil)
|
|
196
|
+
expect(firstBrio:IsDead()).toEqual(true)
|
|
197
|
+
end)
|
|
198
|
+
|
|
199
|
+
it("should emit a new living brio when character is restored", function()
|
|
200
|
+
setCharacter(character)
|
|
201
|
+
expect(childPartBrioCount).toEqual(2)
|
|
202
|
+
|
|
203
|
+
local secondBrio = childPartBrios[2]
|
|
204
|
+
expect(Brio.isBrio(secondBrio)).toEqual(true)
|
|
205
|
+
expect(secondBrio:IsDead()).toEqual(false)
|
|
206
|
+
expect(secondBrio:GetValue()).toEqual(true)
|
|
207
|
+
-- Should be a different brio than the first one
|
|
208
|
+
expect(secondBrio).never.toBe(childPartBrios[1])
|
|
209
|
+
end)
|
|
210
|
+
|
|
211
|
+
it("should kill the brio when subscription is destroyed", function()
|
|
212
|
+
expect(cleanupTestBrio).never.toBeNil()
|
|
213
|
+
expect(cleanupTestBrio:IsDead()).toEqual(false)
|
|
214
|
+
local brioRef = cleanupTestBrio
|
|
215
|
+
cleanupSub:Destroy()
|
|
216
|
+
expect(brioRef:IsDead()).toEqual(true)
|
|
217
|
+
end)
|
|
218
|
+
end)
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "CharacterutilsTest",
|
|
3
|
+
"globIgnorePaths": [
|
|
4
|
+
"**/.package-lock.json",
|
|
5
|
+
"**/.pnpm",
|
|
6
|
+
"**/.pnpm-workspace-state-v1.json",
|
|
7
|
+
"**/.modules.yaml",
|
|
8
|
+
"**/.ignored",
|
|
9
|
+
"**/.ignored_*"
|
|
10
|
+
],
|
|
11
|
+
"tree": {
|
|
12
|
+
"$className": "DataModel",
|
|
13
|
+
"ServerScriptService": {
|
|
14
|
+
"$properties": {
|
|
15
|
+
"LoadStringEnabled": true
|
|
16
|
+
},
|
|
17
|
+
"characterutils": {
|
|
18
|
+
"$path": ".."
|
|
19
|
+
},
|
|
20
|
+
"Script": {
|
|
21
|
+
"$path": "scripts/Server"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
--[[
|
|
2
|
+
@class ServerMain
|
|
3
|
+
]]
|
|
4
|
+
local ServerScriptService = game:GetService("ServerScriptService")
|
|
5
|
+
|
|
6
|
+
local root = ServerScriptService.characterutils
|
|
7
|
+
local loader = root:FindFirstChild("LoaderUtils", true).Parent
|
|
8
|
+
local require = require(loader).bootstrapGame(root)
|
|
9
|
+
|
|
10
|
+
local NevermoreTestRunnerUtils = require("NevermoreTestRunnerUtils")
|
|
11
|
+
if NevermoreTestRunnerUtils.runTestsIfNeededAsync(root) then
|
|
12
|
+
return
|
|
13
|
+
end
|