@quenty/datastore 13.37.1 → 13.38.0
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 +266 -855
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,1321 +3,732 @@
|
|
|
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
|
-
|
|
6
|
+
# [13.38.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.37.2...@quenty/datastore@13.38.0) (2026-05-18)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @quenty/datastore
|
|
9
9
|
|
|
10
|
+
## [13.37.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.37.1...@quenty/datastore@13.37.2) (2026-04-30)
|
|
10
11
|
|
|
12
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
11
13
|
|
|
14
|
+
## [13.37.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.37.0...@quenty/datastore@13.37.1) (2026-04-29)
|
|
12
15
|
|
|
16
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
13
17
|
|
|
14
18
|
# [13.37.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.36.0...@quenty/datastore@13.37.0) (2026-04-23)
|
|
15
19
|
|
|
16
20
|
**Note:** Version bump only for package @quenty/datastore
|
|
17
21
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
22
|
# [13.36.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.35.0...@quenty/datastore@13.36.0) (2026-04-15)
|
|
23
23
|
|
|
24
|
-
|
|
25
24
|
### Bug Fixes
|
|
26
25
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
- wait for data cleanup before attempting load ([#678](https://github.com/Quenty/NevermoreEngine/issues/678)) ([80adc48](https://github.com/Quenty/NevermoreEngine/commit/80adc48669603d9a30f1bb4aa8c45d09e995ada6))
|
|
32
27
|
|
|
33
28
|
# [13.35.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.34.0...@quenty/datastore@13.35.0) (2026-04-14)
|
|
34
29
|
|
|
35
30
|
**Note:** Version bump only for package @quenty/datastore
|
|
36
31
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
32
|
# [13.34.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.33.0...@quenty/datastore@13.34.0) (2026-02-20)
|
|
42
33
|
|
|
43
|
-
|
|
44
34
|
### Features
|
|
45
35
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
36
|
+
- **cli:** add CI annotation support to game and plugin templates ([#666](https://github.com/Quenty/NevermoreEngine/issues/666)) ([098971b](https://github.com/Quenty/NevermoreEngine/commit/098971bb04dfe40be09f475330b69a48b38c54c5))
|
|
49
37
|
|
|
38
|
+
# [13.33.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.32.0...@quenty/datastore@13.33.0) (2026-02-19)
|
|
50
39
|
|
|
40
|
+
### Features
|
|
51
41
|
|
|
52
|
-
|
|
42
|
+
- **cli:** add aggregated batch test execution ([58f20e4](https://github.com/Quenty/NevermoreEngine/commit/58f20e437540c597ea445f47d47076c08ea9ca21))
|
|
53
43
|
|
|
44
|
+
# [13.32.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.31.2...@quenty/datastore@13.32.0) (2026-02-17)
|
|
54
45
|
|
|
55
46
|
### Features
|
|
56
47
|
|
|
57
|
-
|
|
48
|
+
- Add CI/CD batch unit testing ([016a366](https://github.com/Quenty/NevermoreEngine/commit/016a3663509c8fffa518b07cfc49ebecba2a1fa6))
|
|
49
|
+
- Create places automatically using nevermore-cli ([d4a6a66](https://github.com/Quenty/NevermoreEngine/commit/d4a6a66e5720d010b4fc3d6f973ccfdaa17dbead))
|
|
58
50
|
|
|
51
|
+
## [13.31.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.31.1...@quenty/datastore@13.31.2) (2026-02-09)
|
|
59
52
|
|
|
53
|
+
### Bug Fixes
|
|
60
54
|
|
|
55
|
+
- Update player data removal to use UserId ([#653](https://github.com/Quenty/NevermoreEngine/issues/653)) ([e951d00](https://github.com/Quenty/NevermoreEngine/commit/e951d005848b2bc536bccaf4451687e60881a19e))
|
|
61
56
|
|
|
57
|
+
## [13.31.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.31.0...@quenty/datastore@13.31.1) (2026-01-21)
|
|
62
58
|
|
|
63
|
-
|
|
59
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
64
60
|
|
|
61
|
+
# [13.31.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.30.0...@quenty/datastore@13.31.0) (2026-01-18)
|
|
65
62
|
|
|
66
|
-
|
|
63
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
67
64
|
|
|
68
|
-
|
|
69
|
-
* Create places automatically using nevermore-cli ([d4a6a66](https://github.com/Quenty/NevermoreEngine/commit/d4a6a66e5720d010b4fc3d6f973ccfdaa17dbead))
|
|
65
|
+
# [13.30.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.29.0...@quenty/datastore@13.30.0) (2026-01-14)
|
|
70
66
|
|
|
67
|
+
### Bug Fixes
|
|
71
68
|
|
|
69
|
+
- DataStores now use one message per a place instead of many, which cuts down on subscription costs ([177c820](https://github.com/Quenty/NevermoreEngine/commit/177c82062d6cda7b8097d87316475c8fee13221d))
|
|
72
70
|
|
|
71
|
+
# [13.29.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.28.2...@quenty/datastore@13.29.0) (2026-01-13)
|
|
73
72
|
|
|
73
|
+
### Features
|
|
74
74
|
|
|
75
|
-
|
|
75
|
+
- Add datastore session locking and stealing to DataStore package ([4a3691a](https://github.com/Quenty/NevermoreEngine/commit/4a3691aeefad9a4c7703665ef51ff14e6596e525))
|
|
76
|
+
- Add new datastore session locking ([52f1a4b](https://github.com/Quenty/NevermoreEngine/commit/52f1a4b8988e9271ca639b0fec43315bb63ae97b))
|
|
76
77
|
|
|
78
|
+
## [13.28.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.28.1...@quenty/datastore@13.28.2) (2026-01-12)
|
|
77
79
|
|
|
78
80
|
### Bug Fixes
|
|
79
81
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
82
|
+
- Fix dependency installation process for pnpm ([9651b09](https://github.com/Quenty/NevermoreEngine/commit/9651b09af34f252ef3f9c7c539793cc878dd8cba))
|
|
83
|
+
- Update DataStore to handle locking on non-locked items a bit better ([572bd59](https://github.com/Quenty/NevermoreEngine/commit/572bd59b4946fa8c1a2413a50c5402ca32e57b33))
|
|
83
84
|
|
|
85
|
+
## [13.28.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.28.0...@quenty/datastore@13.28.1) (2026-01-10)
|
|
84
86
|
|
|
87
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
85
88
|
|
|
86
|
-
|
|
89
|
+
# [13.28.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.27.0...@quenty/datastore@13.28.0) (2026-01-08)
|
|
87
90
|
|
|
88
|
-
|
|
91
|
+
### Features
|
|
89
92
|
|
|
93
|
+
- DataStoreStage.Load and DataStoreStage.Observe are optionally allowed to take no arguments to observe the full stage's values ([f9dc6b7](https://github.com/Quenty/NevermoreEngine/commit/f9dc6b7078e0961aad599ed8197c345ac76036f2))
|
|
90
94
|
|
|
95
|
+
# [13.27.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.26.1...@quenty/datastore@13.27.0) (2026-01-06)
|
|
91
96
|
|
|
97
|
+
### Bug Fixes
|
|
92
98
|
|
|
99
|
+
- Add more typing ([f32615e](https://github.com/Quenty/NevermoreEngine/commit/f32615ec9d846a1a4392a3b21a0f594e8d420b44))
|
|
93
100
|
|
|
94
|
-
|
|
101
|
+
## [13.26.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.26.0...@quenty/datastore@13.26.1) (2026-01-05)
|
|
95
102
|
|
|
96
103
|
**Note:** Version bump only for package @quenty/datastore
|
|
97
104
|
|
|
105
|
+
# [13.26.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.25.7...@quenty/datastore@13.26.0) (2026-01-04)
|
|
98
106
|
|
|
107
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
99
108
|
|
|
109
|
+
## [13.25.7](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.25.6...@quenty/datastore@13.25.7) (2026-01-03)
|
|
100
110
|
|
|
111
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
101
112
|
|
|
102
|
-
|
|
113
|
+
## [13.25.6](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.25.5...@quenty/datastore@13.25.6) (2025-12-31)
|
|
103
114
|
|
|
115
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
104
116
|
|
|
105
|
-
|
|
117
|
+
## [13.25.5](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.25.4...@quenty/datastore@13.25.5) (2025-12-29)
|
|
106
118
|
|
|
107
|
-
|
|
119
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
108
120
|
|
|
121
|
+
## [13.25.4](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.25.3...@quenty/datastore@13.25.4) (2025-12-29)
|
|
109
122
|
|
|
123
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
110
124
|
|
|
125
|
+
## [13.25.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.25.2...@quenty/datastore@13.25.3) (2025-12-28)
|
|
111
126
|
|
|
127
|
+
### Bug Fixes
|
|
112
128
|
|
|
113
|
-
|
|
129
|
+
- Handle nil value in StoreOnValueChange ([#615](https://github.com/Quenty/NevermoreEngine/issues/615)) ([09fa459](https://github.com/Quenty/NevermoreEngine/commit/09fa459b175b6e813cf64a3650d00127fa0cab06))
|
|
114
130
|
|
|
131
|
+
## [13.25.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.25.1...@quenty/datastore@13.25.2) (2025-11-22)
|
|
115
132
|
|
|
116
|
-
|
|
133
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
117
134
|
|
|
118
|
-
|
|
119
|
-
* Add new datastore session locking ([52f1a4b](https://github.com/Quenty/NevermoreEngine/commit/52f1a4b8988e9271ca639b0fec43315bb63ae97b))
|
|
135
|
+
## [13.25.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.25.0...@quenty/datastore@13.25.1) (2025-11-12)
|
|
120
136
|
|
|
137
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
121
138
|
|
|
139
|
+
# [13.25.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.24.0...@quenty/datastore@13.25.0) (2025-10-08)
|
|
122
140
|
|
|
141
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
123
142
|
|
|
143
|
+
# [13.24.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.23.1...@quenty/datastore@13.24.0) (2025-09-26)
|
|
124
144
|
|
|
125
|
-
|
|
145
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
126
146
|
|
|
147
|
+
## [13.23.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.23.0...@quenty/datastore@13.23.1) (2025-08-29)
|
|
127
148
|
|
|
128
149
|
### Bug Fixes
|
|
129
150
|
|
|
130
|
-
|
|
131
|
-
* Update DataStore to handle locking on non-locked items a bit better ([572bd59](https://github.com/Quenty/NevermoreEngine/commit/572bd59b4946fa8c1a2413a50c5402ca32e57b33))
|
|
132
|
-
|
|
151
|
+
- Fix new player data in datastore locking system ([#581](https://github.com/Quenty/NevermoreEngine/issues/581)) ([7548141](https://github.com/Quenty/NevermoreEngine/commit/754814128ec5395f04cbb90d8c7f0e71610bb352))
|
|
133
152
|
|
|
153
|
+
# [13.23.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.22.1...@quenty/datastore@13.23.0) (2025-08-29)
|
|
134
154
|
|
|
155
|
+
### Features
|
|
135
156
|
|
|
157
|
+
- Add datastore session locking system ([#580](https://github.com/Quenty/NevermoreEngine/issues/580)) ([06ecef6](https://github.com/Quenty/NevermoreEngine/commit/06ecef60eab81ac0b44d9e408313fb4cc4d59488))
|
|
136
158
|
|
|
137
|
-
## [13.
|
|
159
|
+
## [13.22.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.22.0...@quenty/datastore@13.22.1) (2025-08-12)
|
|
138
160
|
|
|
139
161
|
**Note:** Version bump only for package @quenty/datastore
|
|
140
162
|
|
|
163
|
+
# [13.22.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.21.0...@quenty/datastore@13.22.0) (2025-05-12)
|
|
141
164
|
|
|
165
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
142
166
|
|
|
167
|
+
# [13.21.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.20.3...@quenty/datastore@13.21.0) (2025-05-10)
|
|
143
168
|
|
|
169
|
+
### Bug Fixes
|
|
144
170
|
|
|
145
|
-
|
|
146
|
-
|
|
171
|
+
- Additional type checking updates ([05ba29a](https://github.com/Quenty/NevermoreEngine/commit/05ba29a03efc9f3feed74b34f1d9dfb237496214))
|
|
147
172
|
|
|
148
173
|
### Features
|
|
149
174
|
|
|
150
|
-
|
|
175
|
+
- Add even more types ([b31717d](https://github.com/Quenty/NevermoreEngine/commit/b31717d8c9f7620c457f5018a2affa760a65334a))
|
|
151
176
|
|
|
177
|
+
## [13.20.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.20.2...@quenty/datastore@13.20.3) (2025-04-10)
|
|
152
178
|
|
|
179
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
153
180
|
|
|
181
|
+
## [13.20.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.20.0...@quenty/datastore@13.20.2) (2025-04-07)
|
|
154
182
|
|
|
183
|
+
### Bug Fixes
|
|
155
184
|
|
|
156
|
-
|
|
185
|
+
- Add types to packages ([2374fb2](https://github.com/Quenty/NevermoreEngine/commit/2374fb2b043cfbe0e9b507b3316eec46a4e353a0))
|
|
186
|
+
- Bump package versions for republishing ([ba47c62](https://github.com/Quenty/NevermoreEngine/commit/ba47c62e32170bf74377b0c658c60b84306dc294))
|
|
157
187
|
|
|
188
|
+
## [13.20.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.20.0...@quenty/datastore@13.20.1) (2025-04-07)
|
|
158
189
|
|
|
159
190
|
### Bug Fixes
|
|
160
191
|
|
|
161
|
-
|
|
192
|
+
- Add types to packages ([2374fb2](https://github.com/Quenty/NevermoreEngine/commit/2374fb2b043cfbe0e9b507b3316eec46a4e353a0))
|
|
162
193
|
|
|
194
|
+
# [13.20.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.19.3...@quenty/datastore@13.20.0) (2025-04-02)
|
|
163
195
|
|
|
196
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
164
197
|
|
|
198
|
+
## [13.19.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.19.2...@quenty/datastore@13.19.3) (2025-03-31)
|
|
165
199
|
|
|
200
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
166
201
|
|
|
167
|
-
## [13.
|
|
202
|
+
## [13.19.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.19.1...@quenty/datastore@13.19.2) (2025-03-21)
|
|
168
203
|
|
|
169
204
|
**Note:** Version bump only for package @quenty/datastore
|
|
170
205
|
|
|
206
|
+
## [13.19.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.19.0...@quenty/datastore@13.19.1) (2025-03-20)
|
|
171
207
|
|
|
208
|
+
### Bug Fixes
|
|
172
209
|
|
|
210
|
+
- Work around Roblox bug with OrderedDataStore never finishing ([#543](https://github.com/Quenty/NevermoreEngine/issues/543)) ([59b3c10](https://github.com/Quenty/NevermoreEngine/commit/59b3c10d7a20d0039a8dcaa5dfe288a3fcde6fa1))
|
|
173
211
|
|
|
174
|
-
|
|
175
|
-
# [13.26.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.25.7...@quenty/datastore@13.26.0) (2026-01-04)
|
|
212
|
+
# [13.19.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.18.0...@quenty/datastore@13.19.0) (2025-02-18)
|
|
176
213
|
|
|
177
214
|
**Note:** Version bump only for package @quenty/datastore
|
|
178
215
|
|
|
216
|
+
# [13.18.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.17.0...@quenty/datastore@13.18.0) (2024-12-15)
|
|
179
217
|
|
|
218
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
180
219
|
|
|
220
|
+
# [13.17.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.16.0...@quenty/datastore@13.17.0) (2024-12-03)
|
|
181
221
|
|
|
222
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
182
223
|
|
|
183
|
-
|
|
224
|
+
# [13.16.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.15.0...@quenty/datastore@13.16.0) (2024-11-13)
|
|
184
225
|
|
|
185
226
|
**Note:** Version bump only for package @quenty/datastore
|
|
186
227
|
|
|
228
|
+
# [13.15.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.14.0...@quenty/datastore@13.15.0) (2024-11-12)
|
|
229
|
+
|
|
230
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
187
231
|
|
|
232
|
+
# [13.14.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.13.2...@quenty/datastore@13.14.0) (2024-11-06)
|
|
188
233
|
|
|
234
|
+
### Bug Fixes
|
|
189
235
|
|
|
236
|
+
- Fix deletion checks (maybe not very well tested) ([71c6a99](https://github.com/Quenty/NevermoreEngine/commit/71c6a998001bd0296ce2a7e9bf9b05f304e91acc))
|
|
190
237
|
|
|
191
|
-
## [13.
|
|
238
|
+
## [13.13.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.13.1...@quenty/datastore@13.13.2) (2024-11-04)
|
|
192
239
|
|
|
193
240
|
**Note:** Version bump only for package @quenty/datastore
|
|
194
241
|
|
|
242
|
+
## [13.13.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.13.0...@quenty/datastore@13.13.1) (2024-11-04)
|
|
195
243
|
|
|
244
|
+
### Bug Fixes
|
|
196
245
|
|
|
246
|
+
- Remove empty print ([552eb30](https://github.com/Quenty/NevermoreEngine/commit/552eb309458eed3e91b91f3f7b0623aa2d59474f))
|
|
197
247
|
|
|
198
|
-
|
|
199
|
-
## [13.25.5](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.25.4...@quenty/datastore@13.25.5) (2025-12-29)
|
|
248
|
+
# [13.13.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.12.0...@quenty/datastore@13.13.0) (2024-11-03)
|
|
200
249
|
|
|
201
250
|
**Note:** Version bump only for package @quenty/datastore
|
|
202
251
|
|
|
252
|
+
# [13.12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.11.1...@quenty/datastore@13.12.0) (2024-10-23)
|
|
203
253
|
|
|
254
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
204
255
|
|
|
256
|
+
## [13.11.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.11.0...@quenty/datastore@13.11.1) (2024-10-09)
|
|
205
257
|
|
|
258
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
206
259
|
|
|
207
|
-
|
|
260
|
+
# [13.11.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.10.1...@quenty/datastore@13.11.0) (2024-10-06)
|
|
208
261
|
|
|
209
262
|
**Note:** Version bump only for package @quenty/datastore
|
|
210
263
|
|
|
264
|
+
## [13.10.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.10.0...@quenty/datastore@13.10.1) (2024-10-04)
|
|
211
265
|
|
|
266
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
212
267
|
|
|
268
|
+
# [13.10.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.9.0...@quenty/datastore@13.10.0) (2024-10-04)
|
|
213
269
|
|
|
270
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
214
271
|
|
|
215
|
-
|
|
272
|
+
# [13.9.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.8.0...@quenty/datastore@13.9.0) (2024-09-25)
|
|
216
273
|
|
|
274
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
217
275
|
|
|
218
|
-
|
|
276
|
+
# [13.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.7.1...@quenty/datastore@13.8.0) (2024-09-25)
|
|
219
277
|
|
|
220
|
-
|
|
278
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
221
279
|
|
|
280
|
+
## [13.7.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.7.0...@quenty/datastore@13.7.1) (2024-09-20)
|
|
222
281
|
|
|
282
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
223
283
|
|
|
284
|
+
# [13.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.6.0...@quenty/datastore@13.7.0) (2024-09-12)
|
|
224
285
|
|
|
286
|
+
### Features
|
|
225
287
|
|
|
226
|
-
|
|
288
|
+
- Unedited all changes ([60e64e3](https://github.com/Quenty/NevermoreEngine/commit/60e64e3efce17c10c4b8965871187d231b338dd4))
|
|
227
289
|
|
|
228
|
-
|
|
290
|
+
# [13.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.5.0...@quenty/datastore@13.6.0) (2024-08-09)
|
|
229
291
|
|
|
292
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
230
293
|
|
|
294
|
+
# [13.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.4.0...@quenty/datastore@13.5.0) (2024-05-09)
|
|
231
295
|
|
|
296
|
+
### Bug Fixes
|
|
232
297
|
|
|
298
|
+
- Fix .package-lock.json replicating in packages ([75d0efe](https://github.com/Quenty/NevermoreEngine/commit/75d0efeef239f221d93352af71a5b3e930ec23c5))
|
|
233
299
|
|
|
234
|
-
|
|
300
|
+
# [13.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.3.0...@quenty/datastore@13.4.0) (2024-05-03)
|
|
235
301
|
|
|
236
302
|
**Note:** Version bump only for package @quenty/datastore
|
|
237
303
|
|
|
304
|
+
# [13.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.2.0...@quenty/datastore@13.3.0) (2024-04-27)
|
|
238
305
|
|
|
306
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
239
307
|
|
|
308
|
+
# [13.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.1.0...@quenty/datastore@13.2.0) (2024-03-11)
|
|
240
309
|
|
|
310
|
+
### Features
|
|
241
311
|
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
312
|
+
- custom key for private server datastore ([45dc12d](https://github.com/Quenty/NevermoreEngine/commit/45dc12d46f5901e448cced518e3dace16e0c5b6a))
|
|
245
313
|
|
|
314
|
+
# [13.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.0.0...@quenty/datastore@13.1.0) (2024-03-09)
|
|
246
315
|
|
|
316
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
247
317
|
|
|
318
|
+
# [13.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@12.0.0...@quenty/datastore@13.0.0) (2024-02-14)
|
|
248
319
|
|
|
320
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
249
321
|
|
|
250
|
-
# [
|
|
322
|
+
# [12.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@11.0.0...@quenty/datastore@12.0.0) (2024-02-13)
|
|
251
323
|
|
|
252
|
-
|
|
324
|
+
### Bug Fixes
|
|
253
325
|
|
|
326
|
+
- Fix bootstrap of test environments and loader samples ([441e4a9](https://github.com/Quenty/NevermoreEngine/commit/441e4a90d19fcc203da2fdedc08e532c20d52f99))
|
|
254
327
|
|
|
328
|
+
# [11.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@10.0.0...@quenty/datastore@11.0.0) (2024-02-13)
|
|
255
329
|
|
|
330
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
256
331
|
|
|
332
|
+
# [10.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@9.0.0...@quenty/datastore@10.0.0) (2024-02-13)
|
|
257
333
|
|
|
258
|
-
|
|
334
|
+
### Features
|
|
259
335
|
|
|
336
|
+
- New loader (breaking changes), fixing loader issues ([#439](https://github.com/Quenty/NevermoreEngine/issues/439)) ([3534345](https://github.com/Quenty/NevermoreEngine/commit/353434522918812953bd9f13fece73e27a4d034d))
|
|
260
337
|
|
|
261
|
-
###
|
|
338
|
+
### BREAKING CHANGES
|
|
262
339
|
|
|
263
|
-
|
|
340
|
+
- Standard loader
|
|
264
341
|
|
|
342
|
+
Adds new loader version which replicates full structure instead of some partial structure. This allows us to have hot-reloading (in the future), as well as generally do less computation, handle dependencies more carefully, and other changes.
|
|
265
343
|
|
|
344
|
+
This means you'll need to change you how require client-side modules, as we export a simple `loader` module instead of all modules available.
|
|
266
345
|
|
|
346
|
+
Signed-off-by: James Onnen <jonnen0@gmail.com>
|
|
267
347
|
|
|
348
|
+
- fix: Fix missing dependency in ResetService
|
|
268
349
|
|
|
269
|
-
|
|
350
|
+
- feat: Add RxPhysicsUtils.observePartMass
|
|
270
351
|
|
|
352
|
+
- fix: Fix package discovery for games
|
|
271
353
|
|
|
272
|
-
|
|
354
|
+
- feat: Add UIAlignmentUtils.verticalToHorizontalAlignment(verticalAlignment) and UIAlignmentUtils.horizontalToVerticalAlignment(horizontalAlignment)
|
|
273
355
|
|
|
274
|
-
|
|
356
|
+
- feat: AdorneeData:InitAttributes() does not require data as a secondparameter
|
|
275
357
|
|
|
358
|
+
- ci: Upgrade to new rojo 7.4.0
|
|
276
359
|
|
|
360
|
+
- fix: Update loader to handle hoarcekat properly
|
|
277
361
|
|
|
362
|
+
- docs: Fix spacing in Maid
|
|
278
363
|
|
|
364
|
+
- fix: Add new ragdoll constants
|
|
279
365
|
|
|
280
|
-
|
|
366
|
+
- fix: Compress influxDB sends
|
|
281
367
|
|
|
282
|
-
|
|
368
|
+
- style: Errors use string.format
|
|
283
369
|
|
|
370
|
+
- fix: Handle motor animations
|
|
284
371
|
|
|
372
|
+
- ci: Upgrade rojo version
|
|
285
373
|
|
|
374
|
+
- feat!: Maid no longer is includd in ValueObject.Changed event
|
|
286
375
|
|
|
376
|
+
- docs: Fix docs
|
|
287
377
|
|
|
288
|
-
# [
|
|
378
|
+
# [9.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@8.4.0...@quenty/datastore@9.0.0) (2024-01-10)
|
|
289
379
|
|
|
290
380
|
**Note:** Version bump only for package @quenty/datastore
|
|
291
381
|
|
|
382
|
+
# [8.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@8.3.0...@quenty/datastore@8.4.0) (2024-01-08)
|
|
292
383
|
|
|
384
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
293
385
|
|
|
386
|
+
# [8.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@8.2.0...@quenty/datastore@8.3.0) (2023-12-28)
|
|
294
387
|
|
|
388
|
+
### Bug Fixes
|
|
295
389
|
|
|
296
|
-
|
|
390
|
+
- Fix data store not invoking all saving callbacks ([00ff0c0](https://github.com/Quenty/NevermoreEngine/commit/00ff0c0d65ebd3d0e948550759e4832ccf7d6834))
|
|
297
391
|
|
|
392
|
+
# [8.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@8.1.1...@quenty/datastore@8.2.0) (2023-12-14)
|
|
298
393
|
|
|
299
394
|
### Bug Fixes
|
|
300
395
|
|
|
301
|
-
|
|
396
|
+
- Datastore would clean up while closing instead of saving and then cleaning up ([07d8f20](https://github.com/Quenty/NevermoreEngine/commit/07d8f20c3c8d638c8291364406f92c3d1e2ee833))
|
|
302
397
|
|
|
398
|
+
## [8.1.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@8.1.0...@quenty/datastore@8.1.1) (2023-10-28)
|
|
303
399
|
|
|
304
|
-
|
|
400
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
305
401
|
|
|
306
|
-
|
|
402
|
+
# [8.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@8.0.1...@quenty/datastore@8.1.0) (2023-10-18)
|
|
307
403
|
|
|
404
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
308
405
|
|
|
406
|
+
## [8.0.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@8.0.0...@quenty/datastore@8.0.1) (2023-10-13)
|
|
309
407
|
|
|
408
|
+
### Bug Fixes
|
|
310
409
|
|
|
410
|
+
- Fix retrieving key set from datastore ([2ec98e4](https://github.com/Quenty/NevermoreEngine/commit/2ec98e49fe511c868d6513deb350bfb1937d9a7d))
|
|
311
411
|
|
|
312
|
-
|
|
412
|
+
# [8.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.26.1...@quenty/datastore@8.0.0) (2023-10-11)
|
|
313
413
|
|
|
314
414
|
**Note:** Version bump only for package @quenty/datastore
|
|
315
415
|
|
|
416
|
+
## [7.26.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.26.0...@quenty/datastore@7.26.1) (2023-09-21)
|
|
316
417
|
|
|
418
|
+
### Bug Fixes
|
|
317
419
|
|
|
420
|
+
- Fix datastore writer copying non-table scenario ([3303b36](https://github.com/Quenty/NevermoreEngine/commit/3303b36511ca9a3d89ffa711dfc5723276166d55))
|
|
318
421
|
|
|
422
|
+
# [7.26.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.25.2...@quenty/datastore@7.26.0) (2023-09-21)
|
|
319
423
|
|
|
320
|
-
|
|
424
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
321
425
|
|
|
426
|
+
## [7.25.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.25.1...@quenty/datastore@7.25.2) (2023-09-19)
|
|
322
427
|
|
|
323
428
|
### Bug Fixes
|
|
324
429
|
|
|
325
|
-
|
|
326
|
-
* Bump package versions for republishing ([ba47c62](https://github.com/Quenty/NevermoreEngine/commit/ba47c62e32170bf74377b0c658c60b84306dc294))
|
|
430
|
+
- Ensure default value is returned in certain nil scenarios ([f9032d0](https://github.com/Quenty/NevermoreEngine/commit/f9032d0d465231f86f55a60c6465183731567b4c))
|
|
327
431
|
|
|
432
|
+
## [7.25.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.25.0...@quenty/datastore@7.25.1) (2023-09-07)
|
|
328
433
|
|
|
434
|
+
### Bug Fixes
|
|
329
435
|
|
|
436
|
+
- Fix actual code for data store match ([ed39424](https://github.com/Quenty/NevermoreEngine/commit/ed3942460c7abbd3f21f988e562d0e5b84aeec05))
|
|
437
|
+
- Fix issue where DataStoreStringUtils.isValidUTF8(str) may not detect invalid strings ([88682b0](https://github.com/Quenty/NevermoreEngine/commit/88682b0600be6642fd44dc9db09a124eca46433c))
|
|
330
438
|
|
|
439
|
+
# [7.25.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.24.0...@quenty/datastore@7.25.0) (2023-09-04)
|
|
331
440
|
|
|
332
|
-
|
|
441
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
333
442
|
|
|
443
|
+
# [7.24.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.23.0...@quenty/datastore@7.24.0) (2023-08-23)
|
|
334
444
|
|
|
335
445
|
### Bug Fixes
|
|
336
446
|
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
447
|
+
- Changed events weren't firing for the datastore stage ([04f2cf9](https://github.com/Quenty/NevermoreEngine/commit/04f2cf921fcc5e5c7db8ed16b8c76a0bc06c5688))
|
|
448
|
+
- Fix additional components but data store writing ping-pings back and forth ([667015d](https://github.com/Quenty/NevermoreEngine/commit/667015d65fe44856076346394c4b218bead012b5))
|
|
449
|
+
- More data store improvements ([b4c5918](https://github.com/Quenty/NevermoreEngine/commit/b4c5918055ffde9e3c5041e98432a13f4e8c913a))
|
|
340
450
|
|
|
451
|
+
### Features
|
|
341
452
|
|
|
453
|
+
- DataStores appear to be working, but require more testing ([ef03495](https://github.com/Quenty/NevermoreEngine/commit/ef0349554ea29f1812e39bb4bc833adc09c92968))
|
|
454
|
+
- More untested datastore syncing code ([276909d](https://github.com/Quenty/NevermoreEngine/commit/276909dadc819e07b78727d56c95b597760fcf6e))
|
|
455
|
+
- Semi-broken datastore changes ([7e9a32b](https://github.com/Quenty/NevermoreEngine/commit/7e9a32bbadebd729305f36bba965d2c47b14d6d9))
|
|
456
|
+
- Unfinished datastore changes ([d627fa0](https://github.com/Quenty/NevermoreEngine/commit/d627fa0a36f2a733deead8b63b1b72be4e1c3a9f))
|
|
342
457
|
|
|
343
|
-
# [
|
|
458
|
+
# [7.23.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.22.0...@quenty/datastore@7.23.0) (2023-08-01)
|
|
344
459
|
|
|
345
460
|
**Note:** Version bump only for package @quenty/datastore
|
|
346
461
|
|
|
462
|
+
# [7.22.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.21.0...@quenty/datastore@7.22.0) (2023-07-28)
|
|
347
463
|
|
|
464
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
348
465
|
|
|
466
|
+
# [7.21.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.20.0...@quenty/datastore@7.21.0) (2023-07-23)
|
|
349
467
|
|
|
468
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
350
469
|
|
|
351
|
-
|
|
470
|
+
# [7.20.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.19.0...@quenty/datastore@7.20.0) (2023-07-15)
|
|
352
471
|
|
|
353
472
|
**Note:** Version bump only for package @quenty/datastore
|
|
354
473
|
|
|
474
|
+
# [7.19.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.18.0...@quenty/datastore@7.19.0) (2023-07-12)
|
|
355
475
|
|
|
476
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
356
477
|
|
|
478
|
+
# [7.18.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.17.0...@quenty/datastore@7.18.0) (2023-07-10)
|
|
357
479
|
|
|
480
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
358
481
|
|
|
359
|
-
|
|
482
|
+
# [7.17.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.16.0...@quenty/datastore@7.17.0) (2023-06-17)
|
|
360
483
|
|
|
361
484
|
**Note:** Version bump only for package @quenty/datastore
|
|
362
485
|
|
|
486
|
+
# [7.16.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.15.0...@quenty/datastore@7.16.0) (2023-06-05)
|
|
363
487
|
|
|
488
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
364
489
|
|
|
490
|
+
# [7.15.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.14.0...@quenty/datastore@7.15.0) (2023-05-26)
|
|
365
491
|
|
|
492
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
366
493
|
|
|
367
|
-
|
|
494
|
+
# [7.14.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.13.0...@quenty/datastore@7.14.0) (2023-05-08)
|
|
368
495
|
|
|
496
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
369
497
|
|
|
370
|
-
|
|
498
|
+
# [7.13.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.12.1...@quenty/datastore@7.13.0) (2023-04-10)
|
|
371
499
|
|
|
372
|
-
|
|
500
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
373
501
|
|
|
502
|
+
## [7.12.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.12.0...@quenty/datastore@7.12.1) (2023-04-07)
|
|
374
503
|
|
|
504
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
375
505
|
|
|
506
|
+
# [7.12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.11.0...@quenty/datastore@7.12.0) (2023-04-06)
|
|
376
507
|
|
|
508
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
377
509
|
|
|
378
|
-
# [
|
|
510
|
+
# [7.11.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.10.0...@quenty/datastore@7.11.0) (2023-04-03)
|
|
379
511
|
|
|
380
512
|
**Note:** Version bump only for package @quenty/datastore
|
|
381
513
|
|
|
514
|
+
# [7.10.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.9.0...@quenty/datastore@7.10.0) (2023-03-31)
|
|
515
|
+
|
|
516
|
+
### Bug Fixes
|
|
382
517
|
|
|
518
|
+
- Fix removing callback from DataStore when it would previously error ([fae393c](https://github.com/Quenty/NevermoreEngine/commit/fae393c6984de2fb5961e5047894a782721d772d))
|
|
383
519
|
|
|
520
|
+
### Features
|
|
384
521
|
|
|
522
|
+
- Add DataStoreStage:Observe(), DataStoreStage:PromiseKeyList(), DataStoreStage:PromiseKeySet(), DataStoreStage:LoadAll() API surfaces ([2969478](https://github.com/Quenty/NevermoreEngine/commit/29694788ce765fc30cfd8c80571e7d7172176051))
|
|
385
523
|
|
|
386
|
-
# [
|
|
524
|
+
# [7.9.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.8.0...@quenty/datastore@7.9.0) (2023-03-06)
|
|
387
525
|
|
|
388
526
|
**Note:** Version bump only for package @quenty/datastore
|
|
389
527
|
|
|
528
|
+
# [7.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.7.0...@quenty/datastore@7.8.0) (2023-03-05)
|
|
390
529
|
|
|
530
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
391
531
|
|
|
532
|
+
# [7.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.6.0...@quenty/datastore@7.7.0) (2023-02-27)
|
|
392
533
|
|
|
534
|
+
**Note:** Version bump only for package @quenty/datastore
|
|
393
535
|
|
|
394
|
-
# [
|
|
536
|
+
# [7.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.5.0...@quenty/datastore@7.6.0) (2023-02-21)
|
|
395
537
|
|
|
396
538
|
**Note:** Version bump only for package @quenty/datastore
|
|
397
539
|
|
|
540
|
+
# [7.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.4.1...@quenty/datastore@7.5.0) (2023-01-17)
|
|
398
541
|
|
|
542
|
+
### Features
|
|
399
543
|
|
|
544
|
+
- Add DataStoreStringUtils.isValidUTF8(str) ([d3b245a](https://github.com/Quenty/NevermoreEngine/commit/d3b245a8fbd469ec51fb973a72cefc868e94c99a))
|
|
400
545
|
|
|
401
|
-
|
|
402
|
-
# [13.16.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.15.0...@quenty/datastore@13.16.0) (2024-11-13)
|
|
403
|
-
|
|
404
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
# [13.15.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.14.0...@quenty/datastore@13.15.0) (2024-11-12)
|
|
411
|
-
|
|
412
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
# [13.14.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.13.2...@quenty/datastore@13.14.0) (2024-11-06)
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
### Bug Fixes
|
|
422
|
-
|
|
423
|
-
* Fix deletion checks (maybe not very well tested) ([71c6a99](https://github.com/Quenty/NevermoreEngine/commit/71c6a998001bd0296ce2a7e9bf9b05f304e91acc))
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
## [13.13.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.13.1...@quenty/datastore@13.13.2) (2024-11-04)
|
|
430
|
-
|
|
431
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
## [13.13.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.13.0...@quenty/datastore@13.13.1) (2024-11-04)
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
### Bug Fixes
|
|
441
|
-
|
|
442
|
-
* Remove empty print ([552eb30](https://github.com/Quenty/NevermoreEngine/commit/552eb309458eed3e91b91f3f7b0623aa2d59474f))
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
# [13.13.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.12.0...@quenty/datastore@13.13.0) (2024-11-03)
|
|
449
|
-
|
|
450
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
# [13.12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.11.1...@quenty/datastore@13.12.0) (2024-10-23)
|
|
457
|
-
|
|
458
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
## [13.11.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.11.0...@quenty/datastore@13.11.1) (2024-10-09)
|
|
465
|
-
|
|
466
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
# [13.11.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.10.1...@quenty/datastore@13.11.0) (2024-10-06)
|
|
473
|
-
|
|
474
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
## [13.10.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.10.0...@quenty/datastore@13.10.1) (2024-10-04)
|
|
481
|
-
|
|
482
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
# [13.10.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.9.0...@quenty/datastore@13.10.0) (2024-10-04)
|
|
489
|
-
|
|
490
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
# [13.9.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.8.0...@quenty/datastore@13.9.0) (2024-09-25)
|
|
497
|
-
|
|
498
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
# [13.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.7.1...@quenty/datastore@13.8.0) (2024-09-25)
|
|
505
|
-
|
|
506
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
## [13.7.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.7.0...@quenty/datastore@13.7.1) (2024-09-20)
|
|
513
|
-
|
|
514
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
# [13.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.6.0...@quenty/datastore@13.7.0) (2024-09-12)
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
### Features
|
|
524
|
-
|
|
525
|
-
* Unedited all changes ([60e64e3](https://github.com/Quenty/NevermoreEngine/commit/60e64e3efce17c10c4b8965871187d231b338dd4))
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
# [13.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.5.0...@quenty/datastore@13.6.0) (2024-08-09)
|
|
532
|
-
|
|
533
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
# [13.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.4.0...@quenty/datastore@13.5.0) (2024-05-09)
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
### Bug Fixes
|
|
543
|
-
|
|
544
|
-
* Fix .package-lock.json replicating in packages ([75d0efe](https://github.com/Quenty/NevermoreEngine/commit/75d0efeef239f221d93352af71a5b3e930ec23c5))
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
# [13.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.3.0...@quenty/datastore@13.4.0) (2024-05-03)
|
|
551
|
-
|
|
552
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
# [13.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.2.0...@quenty/datastore@13.3.0) (2024-04-27)
|
|
559
|
-
|
|
560
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
# [13.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.1.0...@quenty/datastore@13.2.0) (2024-03-11)
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
### Features
|
|
570
|
-
|
|
571
|
-
* custom key for private server datastore ([45dc12d](https://github.com/Quenty/NevermoreEngine/commit/45dc12d46f5901e448cced518e3dace16e0c5b6a))
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
# [13.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@13.0.0...@quenty/datastore@13.1.0) (2024-03-09)
|
|
578
|
-
|
|
579
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
# [13.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@12.0.0...@quenty/datastore@13.0.0) (2024-02-14)
|
|
586
|
-
|
|
587
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
# [12.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@11.0.0...@quenty/datastore@12.0.0) (2024-02-13)
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
### Bug Fixes
|
|
597
|
-
|
|
598
|
-
* Fix bootstrap of test environments and loader samples ([441e4a9](https://github.com/Quenty/NevermoreEngine/commit/441e4a90d19fcc203da2fdedc08e532c20d52f99))
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
# [11.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@10.0.0...@quenty/datastore@11.0.0) (2024-02-13)
|
|
605
|
-
|
|
606
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
# [10.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@9.0.0...@quenty/datastore@10.0.0) (2024-02-13)
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
### Features
|
|
616
|
-
|
|
617
|
-
* New loader (breaking changes), fixing loader issues ([#439](https://github.com/Quenty/NevermoreEngine/issues/439)) ([3534345](https://github.com/Quenty/NevermoreEngine/commit/353434522918812953bd9f13fece73e27a4d034d))
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
### BREAKING CHANGES
|
|
621
|
-
|
|
622
|
-
* Standard loader
|
|
623
|
-
|
|
624
|
-
Adds new loader version which replicates full structure instead of some partial structure. This allows us to have hot-reloading (in the future), as well as generally do less computation, handle dependencies more carefully, and other changes.
|
|
625
|
-
|
|
626
|
-
This means you'll need to change you how require client-side modules, as we export a simple `loader` module instead of all modules available.
|
|
627
|
-
|
|
628
|
-
Signed-off-by: James Onnen <jonnen0@gmail.com>
|
|
629
|
-
|
|
630
|
-
* fix: Fix missing dependency in ResetService
|
|
631
|
-
|
|
632
|
-
* feat: Add RxPhysicsUtils.observePartMass
|
|
633
|
-
|
|
634
|
-
* fix: Fix package discovery for games
|
|
635
|
-
|
|
636
|
-
* feat: Add UIAlignmentUtils.verticalToHorizontalAlignment(verticalAlignment) and UIAlignmentUtils.horizontalToVerticalAlignment(horizontalAlignment)
|
|
637
|
-
|
|
638
|
-
* feat: AdorneeData:InitAttributes() does not require data as a secondparameter
|
|
639
|
-
|
|
640
|
-
* ci: Upgrade to new rojo 7.4.0
|
|
641
|
-
|
|
642
|
-
* fix: Update loader to handle hoarcekat properly
|
|
643
|
-
|
|
644
|
-
* docs: Fix spacing in Maid
|
|
645
|
-
|
|
646
|
-
* fix: Add new ragdoll constants
|
|
647
|
-
|
|
648
|
-
* fix: Compress influxDB sends
|
|
649
|
-
|
|
650
|
-
* style: Errors use string.format
|
|
651
|
-
|
|
652
|
-
* fix: Handle motor animations
|
|
653
|
-
|
|
654
|
-
* ci: Upgrade rojo version
|
|
655
|
-
|
|
656
|
-
* feat!: Maid no longer is includd in ValueObject.Changed event
|
|
657
|
-
|
|
658
|
-
* docs: Fix docs
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
# [9.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@8.4.0...@quenty/datastore@9.0.0) (2024-01-10)
|
|
665
|
-
|
|
666
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
# [8.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@8.3.0...@quenty/datastore@8.4.0) (2024-01-08)
|
|
673
|
-
|
|
674
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
# [8.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@8.2.0...@quenty/datastore@8.3.0) (2023-12-28)
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
### Bug Fixes
|
|
684
|
-
|
|
685
|
-
* Fix data store not invoking all saving callbacks ([00ff0c0](https://github.com/Quenty/NevermoreEngine/commit/00ff0c0d65ebd3d0e948550759e4832ccf7d6834))
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
# [8.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@8.1.1...@quenty/datastore@8.2.0) (2023-12-14)
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
### Bug Fixes
|
|
695
|
-
|
|
696
|
-
* Datastore would clean up while closing instead of saving and then cleaning up ([07d8f20](https://github.com/Quenty/NevermoreEngine/commit/07d8f20c3c8d638c8291364406f92c3d1e2ee833))
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
## [8.1.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@8.1.0...@quenty/datastore@8.1.1) (2023-10-28)
|
|
703
|
-
|
|
704
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
# [8.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@8.0.1...@quenty/datastore@8.1.0) (2023-10-18)
|
|
711
|
-
|
|
712
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
## [8.0.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@8.0.0...@quenty/datastore@8.0.1) (2023-10-13)
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
### Bug Fixes
|
|
722
|
-
|
|
723
|
-
* Fix retrieving key set from datastore ([2ec98e4](https://github.com/Quenty/NevermoreEngine/commit/2ec98e49fe511c868d6513deb350bfb1937d9a7d))
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
# [8.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.26.1...@quenty/datastore@8.0.0) (2023-10-11)
|
|
730
|
-
|
|
731
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
## [7.26.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.26.0...@quenty/datastore@7.26.1) (2023-09-21)
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
### Bug Fixes
|
|
741
|
-
|
|
742
|
-
* Fix datastore writer copying non-table scenario ([3303b36](https://github.com/Quenty/NevermoreEngine/commit/3303b36511ca9a3d89ffa711dfc5723276166d55))
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
# [7.26.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.25.2...@quenty/datastore@7.26.0) (2023-09-21)
|
|
749
|
-
|
|
750
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
## [7.25.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.25.1...@quenty/datastore@7.25.2) (2023-09-19)
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
### Bug Fixes
|
|
760
|
-
|
|
761
|
-
* Ensure default value is returned in certain nil scenarios ([f9032d0](https://github.com/Quenty/NevermoreEngine/commit/f9032d0d465231f86f55a60c6465183731567b4c))
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
## [7.25.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.25.0...@quenty/datastore@7.25.1) (2023-09-07)
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
### Bug Fixes
|
|
771
|
-
|
|
772
|
-
* Fix actual code for data store match ([ed39424](https://github.com/Quenty/NevermoreEngine/commit/ed3942460c7abbd3f21f988e562d0e5b84aeec05))
|
|
773
|
-
* Fix issue where DataStoreStringUtils.isValidUTF8(str) may not detect invalid strings ([88682b0](https://github.com/Quenty/NevermoreEngine/commit/88682b0600be6642fd44dc9db09a124eca46433c))
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
# [7.25.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.24.0...@quenty/datastore@7.25.0) (2023-09-04)
|
|
780
|
-
|
|
781
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
# [7.24.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.23.0...@quenty/datastore@7.24.0) (2023-08-23)
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
### Bug Fixes
|
|
791
|
-
|
|
792
|
-
* Changed events weren't firing for the datastore stage ([04f2cf9](https://github.com/Quenty/NevermoreEngine/commit/04f2cf921fcc5e5c7db8ed16b8c76a0bc06c5688))
|
|
793
|
-
* Fix additional components but data store writing ping-pings back and forth ([667015d](https://github.com/Quenty/NevermoreEngine/commit/667015d65fe44856076346394c4b218bead012b5))
|
|
794
|
-
* More data store improvements ([b4c5918](https://github.com/Quenty/NevermoreEngine/commit/b4c5918055ffde9e3c5041e98432a13f4e8c913a))
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
### Features
|
|
798
|
-
|
|
799
|
-
* DataStores appear to be working, but require more testing ([ef03495](https://github.com/Quenty/NevermoreEngine/commit/ef0349554ea29f1812e39bb4bc833adc09c92968))
|
|
800
|
-
* More untested datastore syncing code ([276909d](https://github.com/Quenty/NevermoreEngine/commit/276909dadc819e07b78727d56c95b597760fcf6e))
|
|
801
|
-
* Semi-broken datastore changes ([7e9a32b](https://github.com/Quenty/NevermoreEngine/commit/7e9a32bbadebd729305f36bba965d2c47b14d6d9))
|
|
802
|
-
* Unfinished datastore changes ([d627fa0](https://github.com/Quenty/NevermoreEngine/commit/d627fa0a36f2a733deead8b63b1b72be4e1c3a9f))
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
# [7.23.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.22.0...@quenty/datastore@7.23.0) (2023-08-01)
|
|
809
|
-
|
|
810
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
# [7.22.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.21.0...@quenty/datastore@7.22.0) (2023-07-28)
|
|
817
|
-
|
|
818
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
# [7.21.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.20.0...@quenty/datastore@7.21.0) (2023-07-23)
|
|
825
|
-
|
|
826
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
# [7.20.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.19.0...@quenty/datastore@7.20.0) (2023-07-15)
|
|
833
|
-
|
|
834
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
# [7.19.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.18.0...@quenty/datastore@7.19.0) (2023-07-12)
|
|
841
|
-
|
|
842
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
# [7.18.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.17.0...@quenty/datastore@7.18.0) (2023-07-10)
|
|
849
|
-
|
|
850
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
# [7.17.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.16.0...@quenty/datastore@7.17.0) (2023-06-17)
|
|
857
|
-
|
|
858
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
# [7.16.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.15.0...@quenty/datastore@7.16.0) (2023-06-05)
|
|
865
|
-
|
|
866
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
# [7.15.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.14.0...@quenty/datastore@7.15.0) (2023-05-26)
|
|
873
|
-
|
|
874
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
# [7.14.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.13.0...@quenty/datastore@7.14.0) (2023-05-08)
|
|
881
|
-
|
|
882
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
# [7.13.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.12.1...@quenty/datastore@7.13.0) (2023-04-10)
|
|
889
|
-
|
|
890
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
## [7.12.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.12.0...@quenty/datastore@7.12.1) (2023-04-07)
|
|
897
|
-
|
|
898
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
# [7.12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.11.0...@quenty/datastore@7.12.0) (2023-04-06)
|
|
905
|
-
|
|
906
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
# [7.11.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.10.0...@quenty/datastore@7.11.0) (2023-04-03)
|
|
913
|
-
|
|
914
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
# [7.10.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.9.0...@quenty/datastore@7.10.0) (2023-03-31)
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
### Bug Fixes
|
|
924
|
-
|
|
925
|
-
* Fix removing callback from DataStore when it would previously error ([fae393c](https://github.com/Quenty/NevermoreEngine/commit/fae393c6984de2fb5961e5047894a782721d772d))
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
### Features
|
|
929
|
-
|
|
930
|
-
* Add DataStoreStage:Observe(), DataStoreStage:PromiseKeyList(), DataStoreStage:PromiseKeySet(), DataStoreStage:LoadAll() API surfaces ([2969478](https://github.com/Quenty/NevermoreEngine/commit/29694788ce765fc30cfd8c80571e7d7172176051))
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
# [7.9.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.8.0...@quenty/datastore@7.9.0) (2023-03-06)
|
|
937
|
-
|
|
938
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
# [7.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.7.0...@quenty/datastore@7.8.0) (2023-03-05)
|
|
945
|
-
|
|
946
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
# [7.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.6.0...@quenty/datastore@7.7.0) (2023-02-27)
|
|
953
|
-
|
|
954
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
# [7.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.5.0...@quenty/datastore@7.6.0) (2023-02-21)
|
|
961
|
-
|
|
962
|
-
**Note:** Version bump only for package @quenty/datastore
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
# [7.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.4.1...@quenty/datastore@7.5.0) (2023-01-17)
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
### Features
|
|
972
|
-
|
|
973
|
-
* Add DataStoreStringUtils.isValidUTF8(str) ([d3b245a](https://github.com/Quenty/NevermoreEngine/commit/d3b245a8fbd469ec51fb973a72cefc868e94c99a))
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
## [7.4.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.4.0...@quenty/datastore@7.4.1) (2023-01-03)
|
|
980
|
-
|
|
546
|
+
## [7.4.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.4.0...@quenty/datastore@7.4.1) (2023-01-03)
|
|
981
547
|
|
|
982
548
|
### Bug Fixes
|
|
983
549
|
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
550
|
+
- Add PrivateServerDataStoreService ([32c9921](https://github.com/Quenty/NevermoreEngine/commit/32c9921358f5728d9502b89c391ff761a0e454e7))
|
|
551
|
+
- Better error message if key is an empty string ([dd2528d](https://github.com/Quenty/NevermoreEngine/commit/dd2528dfe99d272aa53790d883896f7523b5cb47))
|
|
990
552
|
|
|
991
553
|
# [7.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.3.0...@quenty/datastore@7.4.0) (2022-11-12)
|
|
992
554
|
|
|
993
555
|
**Note:** Version bump only for package @quenty/datastore
|
|
994
556
|
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
557
|
# [7.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.2.1...@quenty/datastore@7.3.0) (2022-11-08)
|
|
1000
558
|
|
|
1001
559
|
**Note:** Version bump only for package @quenty/datastore
|
|
1002
560
|
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
561
|
## [7.2.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.2.0...@quenty/datastore@7.2.1) (2022-11-04)
|
|
1008
562
|
|
|
1009
563
|
**Note:** Version bump only for package @quenty/datastore
|
|
1010
564
|
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
565
|
# [7.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.1.0...@quenty/datastore@7.2.0) (2022-10-28)
|
|
1016
566
|
|
|
1017
|
-
|
|
1018
567
|
### Bug Fixes
|
|
1019
568
|
|
|
1020
|
-
|
|
1021
|
-
|
|
569
|
+
- Import maid ([638e529](https://github.com/Quenty/NevermoreEngine/commit/638e529d87b3ae4df73482e91153540f41baaf36))
|
|
1022
570
|
|
|
1023
571
|
### Features
|
|
1024
572
|
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
573
|
+
- Free DataStore key after its writer GCs to allow future writers ([9b2e8a2](https://github.com/Quenty/NevermoreEngine/commit/9b2e8a29332aacb99ac47550af37708f58cd39e5))
|
|
1030
574
|
|
|
1031
575
|
# [7.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.0.0...@quenty/datastore@7.1.0) (2022-10-11)
|
|
1032
576
|
|
|
1033
|
-
|
|
1034
577
|
### Bug Fixes
|
|
1035
578
|
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
579
|
+
- Remove init.meta.json since it breaks in team create ([cba21e6](https://github.com/Quenty/NevermoreEngine/commit/cba21e602b50ea3799044eae9cb690d1cd9c88ec))
|
|
1041
580
|
|
|
1042
581
|
# [7.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@6.1.0...@quenty/datastore@7.0.0) (2022-09-27)
|
|
1043
582
|
|
|
1044
|
-
|
|
1045
583
|
### Bug Fixes
|
|
1046
584
|
|
|
1047
|
-
|
|
1048
|
-
|
|
585
|
+
- Hide server code by default from replication using cameras and init.meta.json. ([5636dd8](https://github.com/Quenty/NevermoreEngine/commit/5636dd8cafe68db4571ed214a82b84698f2f74c0))
|
|
1049
586
|
|
|
1050
587
|
### Features
|
|
1051
588
|
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
589
|
+
- Add BindToCloseService package and implement across places binding to close ([afdd829](https://github.com/Quenty/NevermoreEngine/commit/afdd829538c9d0ce2d6f51ad9fee9063f0f5bd24))
|
|
1057
590
|
|
|
1058
591
|
# [6.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@6.0.1...@quenty/datastore@6.1.0) (2022-08-22)
|
|
1059
592
|
|
|
1060
593
|
**Note:** Version bump only for package @quenty/datastore
|
|
1061
594
|
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
595
|
## [6.0.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@6.0.0...@quenty/datastore@6.0.1) (2022-08-16)
|
|
1067
596
|
|
|
1068
597
|
**Note:** Version bump only for package @quenty/datastore
|
|
1069
598
|
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
599
|
# [6.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@5.3.0...@quenty/datastore@6.0.0) (2022-08-14)
|
|
1075
600
|
|
|
1076
|
-
|
|
1077
601
|
### Features
|
|
1078
602
|
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
603
|
+
- Add ServiceName to most services for faster debugging ([39fc3f4](https://github.com/Quenty/NevermoreEngine/commit/39fc3f4f2beb92fff49b2264424e07af7907324e))
|
|
1084
604
|
|
|
1085
605
|
# [5.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@5.2.0...@quenty/datastore@5.3.0) (2022-07-31)
|
|
1086
606
|
|
|
1087
|
-
|
|
1088
607
|
### Bug Fixes
|
|
1089
608
|
|
|
1090
|
-
|
|
1091
|
-
|
|
609
|
+
- Add DataStore SetCacheTime (not implemented yet) ([906e723](https://github.com/Quenty/NevermoreEngine/commit/906e72397075200e8cb8b98bc8b7b7f96d992907))
|
|
1092
610
|
|
|
1093
611
|
### Features
|
|
1094
612
|
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
613
|
+
- Add GameDataStoreService service for global game data ([5f6d52c](https://github.com/Quenty/NevermoreEngine/commit/5f6d52ca9f2be811c426714cd6d94d9794f366b5))
|
|
614
|
+
- Support StoreOnValueChange with non ValueBase instances. ([ab45498](https://github.com/Quenty/NevermoreEngine/commit/ab4549833f41f2b3d8b43202965fd3202b649770))
|
|
1101
615
|
|
|
1102
616
|
# [5.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@5.1.0...@quenty/datastore@5.2.0) (2022-07-02)
|
|
1103
617
|
|
|
1104
|
-
|
|
1105
618
|
### Bug Fixes
|
|
1106
619
|
|
|
1107
|
-
|
|
1108
|
-
|
|
620
|
+
- Can clean up services properly ([eb45e03](https://github.com/Quenty/NevermoreEngine/commit/eb45e03ce2897b18f1ae460974bf2bbb9e27cb97))
|
|
1109
621
|
|
|
1110
622
|
### Features
|
|
1111
623
|
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
624
|
+
- Add DataStorePromises support for ordered data stores ([927bdd9](https://github.com/Quenty/NevermoreEngine/commit/927bdd94b68eef114cff5a1eb6dc03d6db5867d8))
|
|
1117
625
|
|
|
1118
626
|
# [5.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@5.0.0...@quenty/datastore@5.1.0) (2022-06-21)
|
|
1119
627
|
|
|
1120
|
-
|
|
1121
628
|
### Bug Fixes
|
|
1122
629
|
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
630
|
+
- Add better warnings for when store is already destroyed while writing or storing ([77544eb](https://github.com/Quenty/NevermoreEngine/commit/77544ebf9620c1f34b62d92eb45e9c95c819186f))
|
|
1128
631
|
|
|
1129
632
|
# [5.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@4.3.0...@quenty/datastore@5.0.0) (2022-05-21)
|
|
1130
633
|
|
|
1131
634
|
**Note:** Version bump only for package @quenty/datastore
|
|
1132
635
|
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
636
|
# [4.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@4.2.0...@quenty/datastore@4.3.0) (2022-03-27)
|
|
1138
637
|
|
|
1139
638
|
**Note:** Version bump only for package @quenty/datastore
|
|
1140
639
|
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
640
|
# [4.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@4.1.0...@quenty/datastore@4.2.0) (2022-03-20)
|
|
1146
641
|
|
|
1147
642
|
**Note:** Version bump only for package @quenty/datastore
|
|
1148
643
|
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
644
|
# [4.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@4.0.0...@quenty/datastore@4.1.0) (2022-03-10)
|
|
1154
645
|
|
|
1155
646
|
**Note:** Version bump only for package @quenty/datastore
|
|
1156
647
|
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
648
|
# [4.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@3.6.0...@quenty/datastore@4.0.0) (2022-03-06)
|
|
1162
649
|
|
|
1163
|
-
|
|
1164
650
|
### Features
|
|
1165
651
|
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
652
|
+
- Can add removing promises to datastore before save ([653bef8](https://github.com/Quenty/NevermoreEngine/commit/653bef8717e4470cf94340e67ff69eab1b7269f6))
|
|
1171
653
|
|
|
1172
654
|
# [3.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@3.5.1...@quenty/datastore@3.6.0) (2022-01-17)
|
|
1173
655
|
|
|
1174
|
-
|
|
1175
656
|
### Features
|
|
1176
657
|
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
658
|
+
- Add optional PlayerDataStoreService to centralize datastore usage across submodules. ([1c4349f](https://github.com/Quenty/NevermoreEngine/commit/1c4349fa3ed4ef59ed41117319057ca9e2bd6dfd))
|
|
1182
659
|
|
|
1183
660
|
## [3.5.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@3.5.0...@quenty/datastore@3.5.1) (2022-01-16)
|
|
1184
661
|
|
|
1185
662
|
**Note:** Version bump only for package @quenty/datastore
|
|
1186
663
|
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
664
|
# [3.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@3.4.0...@quenty/datastore@3.5.0) (2022-01-07)
|
|
1192
665
|
|
|
1193
666
|
**Note:** Version bump only for package @quenty/datastore
|
|
1194
667
|
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
668
|
# [3.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@3.3.2...@quenty/datastore@3.4.0) (2022-01-03)
|
|
1200
669
|
|
|
1201
670
|
**Note:** Version bump only for package @quenty/datastore
|
|
1202
671
|
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
672
|
## [3.3.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@3.3.1...@quenty/datastore@3.3.2) (2021-12-30)
|
|
1208
673
|
|
|
1209
674
|
**Note:** Version bump only for package @quenty/datastore
|
|
1210
675
|
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
676
|
## [3.3.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@3.3.0...@quenty/datastore@3.3.1) (2021-12-30)
|
|
1216
677
|
|
|
1217
678
|
**Note:** Version bump only for package @quenty/datastore
|
|
1218
679
|
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
680
|
# [3.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@3.2.0...@quenty/datastore@3.3.0) (2021-12-18)
|
|
1224
681
|
|
|
1225
682
|
**Note:** Version bump only for package @quenty/datastore
|
|
1226
683
|
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
684
|
# [3.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@3.1.2...@quenty/datastore@3.2.0) (2021-11-20)
|
|
1232
685
|
|
|
1233
|
-
|
|
1234
686
|
### Bug Fixes
|
|
1235
687
|
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
688
|
+
- Support MacOS syncing ([#225](https://github.com/Quenty/NevermoreEngine/issues/225)) ([03f9183](https://github.com/Quenty/NevermoreEngine/commit/03f918392c6a5bdd33f8a17c38de371d1e06c67a))
|
|
1241
689
|
|
|
1242
690
|
## [3.1.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@3.1.1...@quenty/datastore@3.1.2) (2021-10-30)
|
|
1243
691
|
|
|
1244
692
|
**Note:** Version bump only for package @quenty/datastore
|
|
1245
693
|
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
694
|
## [3.1.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@3.1.0...@quenty/datastore@3.1.1) (2021-10-06)
|
|
1251
695
|
|
|
1252
696
|
**Note:** Version bump only for package @quenty/datastore
|
|
1253
697
|
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
698
|
# [3.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@3.0.1...@quenty/datastore@3.1.0) (2021-10-02)
|
|
1259
699
|
|
|
1260
700
|
**Note:** Version bump only for package @quenty/datastore
|
|
1261
701
|
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
702
|
## [3.0.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@3.0.0...@quenty/datastore@3.0.1) (2021-09-18)
|
|
1267
703
|
|
|
1268
|
-
|
|
1269
704
|
### Bug Fixes
|
|
1270
705
|
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
706
|
+
- Fix undeclare package dependencies that prevented loading in certain situations ([a8be7e0](https://github.com/Quenty/NevermoreEngine/commit/a8be7e06a06506a71257862429934e2ed0f6f56b))
|
|
1276
707
|
|
|
1277
708
|
# [3.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@2.1.0...@quenty/datastore@3.0.0) (2021-09-11)
|
|
1278
709
|
|
|
1279
710
|
**Note:** Version bump only for package @quenty/datastore
|
|
1280
711
|
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
712
|
# [2.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@2.0.0...@quenty/datastore@2.1.0) (2021-09-05)
|
|
1286
713
|
|
|
1287
714
|
**Note:** Version bump only for package @quenty/datastore
|
|
1288
715
|
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
716
|
# [2.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@1.2.0...@quenty/datastore@2.0.0) (2021-09-05)
|
|
1294
717
|
|
|
1295
|
-
|
|
1296
718
|
### Bug Fixes
|
|
1297
719
|
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
720
|
+
- 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))
|
|
1303
721
|
|
|
1304
722
|
# 1.2.0 (2021-07-31)
|
|
1305
723
|
|
|
1306
|
-
|
|
1307
724
|
### Bug Fixes
|
|
1308
725
|
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
726
|
+
- Add CI and CD ([47513e9](https://github.com/Quenty/NevermoreEngine/commit/47513e9b568162707534af132396dd8756947dd3))
|
|
727
|
+
- Adjust CI badge to show automatic build and release state ([5a55d3f](https://github.com/Quenty/NevermoreEngine/commit/5a55d3f19bf8d66a760d67da9b56ed47fab74656))
|
|
728
|
+
- Fix selene linting ([45fc074](https://github.com/Quenty/NevermoreEngine/commit/45fc07489ee59127ac6582689f19a0e87c1e5b5a))
|
|
1314
729
|
|
|
1315
730
|
## 1.0.2 (2021-07-25)
|
|
1316
731
|
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
732
|
## 1.0.1 (2021-07-25)
|
|
1320
733
|
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
734
|
# 1.0.0 (2021-07-24)
|