@quenty/settings 11.49.3 → 11.51.0-canary.697.26191410126.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 +225 -932
- package/package.json +10 -10
- package/src/Shared/Interface/PlayerSettingsInterface.lua +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,1484 +3,777 @@
|
|
|
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
|
+
# [11.51.0-canary.697.26191410126.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.50.0...@quenty/settings@11.51.0-canary.697.26191410126.0) (2026-05-20)
|
|
7
7
|
|
|
8
|
-
**Note:** Version bump only for package @quenty/settings
|
|
9
8
|
|
|
9
|
+
### Features
|
|
10
10
|
|
|
11
|
+
* **luau:** convert 41 trivial files to --!strict typing ([0edcac1](https://github.com/Quenty/NevermoreEngine/commit/0edcac1e5ce096662406c2685e22469c22c187e4))
|
|
11
12
|
|
|
12
13
|
|
|
13
14
|
|
|
14
|
-
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [11.50.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.49.3...@quenty/settings@11.50.0) (2026-05-18)
|
|
15
18
|
|
|
16
19
|
**Note:** Version bump only for package @quenty/settings
|
|
17
20
|
|
|
21
|
+
## [11.49.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.49.2...@quenty/settings@11.49.3) (2026-04-30)
|
|
18
22
|
|
|
23
|
+
**Note:** Version bump only for package @quenty/settings
|
|
19
24
|
|
|
25
|
+
## [11.49.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.49.1...@quenty/settings@11.49.2) (2026-04-29)
|
|
20
26
|
|
|
27
|
+
**Note:** Version bump only for package @quenty/settings
|
|
21
28
|
|
|
22
29
|
## [11.49.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.49.0...@quenty/settings@11.49.1) (2026-04-27)
|
|
23
30
|
|
|
24
|
-
|
|
25
31
|
### Bug Fixes
|
|
26
32
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
33
|
+
- Prevent input rebind oscillation ([59049b8](https://github.com/Quenty/NevermoreEngine/commit/59049b8159cf79b1715a2efe6fafd952ca7e6e2f))
|
|
32
34
|
|
|
33
35
|
# [11.49.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.48.0...@quenty/settings@11.49.0) (2026-04-23)
|
|
34
36
|
|
|
35
37
|
**Note:** Version bump only for package @quenty/settings
|
|
36
38
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
39
|
# [11.48.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.47.0...@quenty/settings@11.48.0) (2026-04-15)
|
|
42
40
|
|
|
43
41
|
**Note:** Version bump only for package @quenty/settings
|
|
44
42
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
43
|
# [11.47.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.46.0...@quenty/settings@11.47.0) (2026-04-14)
|
|
50
44
|
|
|
51
45
|
**Note:** Version bump only for package @quenty/settings
|
|
52
46
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
47
|
# [11.46.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.45.0...@quenty/settings@11.46.0) (2026-02-20)
|
|
58
48
|
|
|
59
|
-
|
|
60
49
|
### Features
|
|
61
50
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
51
|
+
- **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))
|
|
67
52
|
|
|
68
53
|
# [11.45.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.44.0...@quenty/settings@11.45.0) (2026-02-19)
|
|
69
54
|
|
|
70
|
-
|
|
71
55
|
### Features
|
|
72
56
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
57
|
+
- **cli:** add aggregated batch test execution ([58f20e4](https://github.com/Quenty/NevermoreEngine/commit/58f20e437540c597ea445f47d47076c08ea9ca21))
|
|
78
58
|
|
|
79
59
|
# [11.44.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.43.1...@quenty/settings@11.44.0) (2026-02-19)
|
|
80
60
|
|
|
81
61
|
**Note:** Version bump only for package @quenty/settings
|
|
82
62
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
63
|
## [11.43.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.43.0...@quenty/settings@11.43.1) (2026-02-17)
|
|
88
64
|
|
|
89
65
|
**Note:** Version bump only for package @quenty/settings
|
|
90
66
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
67
|
# [11.43.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.42.3...@quenty/settings@11.43.0) (2026-02-17)
|
|
96
68
|
|
|
97
|
-
|
|
98
69
|
### Features
|
|
99
70
|
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
71
|
+
- Add CI/CD batch unit testing ([016a366](https://github.com/Quenty/NevermoreEngine/commit/016a3663509c8fffa518b07cfc49ebecba2a1fa6))
|
|
72
|
+
- Create places automatically using nevermore-cli ([d4a6a66](https://github.com/Quenty/NevermoreEngine/commit/d4a6a66e5720d010b4fc3d6f973ccfdaa17dbead))
|
|
106
73
|
|
|
107
74
|
## [11.42.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.42.2...@quenty/settings@11.42.3) (2026-02-09)
|
|
108
75
|
|
|
109
76
|
**Note:** Version bump only for package @quenty/settings
|
|
110
77
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
78
|
## [11.42.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.42.1...@quenty/settings@11.42.2) (2026-01-23)
|
|
116
79
|
|
|
117
80
|
**Note:** Version bump only for package @quenty/settings
|
|
118
81
|
|
|
82
|
+
## [11.42.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.42.0...@quenty/settings@11.42.1) (2026-01-21)
|
|
119
83
|
|
|
84
|
+
**Note:** Version bump only for package @quenty/settings
|
|
120
85
|
|
|
86
|
+
# [11.42.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.41.0...@quenty/settings@11.42.0) (2026-01-18)
|
|
121
87
|
|
|
88
|
+
**Note:** Version bump only for package @quenty/settings
|
|
122
89
|
|
|
123
|
-
|
|
90
|
+
# [11.41.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.40.0...@quenty/settings@11.41.0) (2026-01-16)
|
|
124
91
|
|
|
125
92
|
**Note:** Version bump only for package @quenty/settings
|
|
126
93
|
|
|
94
|
+
# [11.40.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.39.0...@quenty/settings@11.40.0) (2026-01-14)
|
|
127
95
|
|
|
96
|
+
**Note:** Version bump only for package @quenty/settings
|
|
128
97
|
|
|
98
|
+
# [11.39.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.38.2...@quenty/settings@11.39.0) (2026-01-13)
|
|
129
99
|
|
|
100
|
+
**Note:** Version bump only for package @quenty/settings
|
|
130
101
|
|
|
131
|
-
|
|
102
|
+
## [11.38.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.38.1...@quenty/settings@11.38.2) (2026-01-12)
|
|
132
103
|
|
|
133
|
-
|
|
104
|
+
### Bug Fixes
|
|
134
105
|
|
|
106
|
+
- Fix dependency installation process for pnpm ([9651b09](https://github.com/Quenty/NevermoreEngine/commit/9651b09af34f252ef3f9c7c539793cc878dd8cba))
|
|
135
107
|
|
|
108
|
+
## [11.38.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.38.0...@quenty/settings@11.38.1) (2026-01-12)
|
|
136
109
|
|
|
110
|
+
### Bug Fixes
|
|
137
111
|
|
|
112
|
+
- Add better warnings to PlayerSettings ([250f473](https://github.com/Quenty/NevermoreEngine/commit/250f47364d04c3c39a52a399f35be5b921d7e352))
|
|
138
113
|
|
|
139
|
-
# [11.
|
|
114
|
+
# [11.38.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.37.1...@quenty/settings@11.38.0) (2026-01-11)
|
|
140
115
|
|
|
141
116
|
**Note:** Version bump only for package @quenty/settings
|
|
142
117
|
|
|
118
|
+
## [11.37.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.37.0...@quenty/settings@11.37.1) (2026-01-10)
|
|
143
119
|
|
|
120
|
+
**Note:** Version bump only for package @quenty/settings
|
|
144
121
|
|
|
122
|
+
# [11.37.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.36.0...@quenty/settings@11.37.0) (2026-01-08)
|
|
145
123
|
|
|
124
|
+
**Note:** Version bump only for package @quenty/settings
|
|
146
125
|
|
|
147
|
-
# [11.
|
|
126
|
+
# [11.36.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.35.1...@quenty/settings@11.36.0) (2026-01-06)
|
|
148
127
|
|
|
149
128
|
**Note:** Version bump only for package @quenty/settings
|
|
150
129
|
|
|
130
|
+
## [11.35.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.35.0...@quenty/settings@11.35.1) (2026-01-05)
|
|
151
131
|
|
|
132
|
+
### Bug Fixes
|
|
152
133
|
|
|
134
|
+
- Adjust typing accordingly for settings system ([4a5438c](https://github.com/Quenty/NevermoreEngine/commit/4a5438c073276c3f1e870fcafb6632ba2dd8a8d8))
|
|
153
135
|
|
|
154
|
-
|
|
155
|
-
# [11.39.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.38.2...@quenty/settings@11.39.0) (2026-01-13)
|
|
136
|
+
# [11.35.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.34.4...@quenty/settings@11.35.0) (2026-01-04)
|
|
156
137
|
|
|
157
138
|
**Note:** Version bump only for package @quenty/settings
|
|
158
139
|
|
|
140
|
+
## [11.34.4](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.34.3...@quenty/settings@11.34.4) (2026-01-03)
|
|
159
141
|
|
|
142
|
+
**Note:** Version bump only for package @quenty/settings
|
|
160
143
|
|
|
144
|
+
## [11.34.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.34.2...@quenty/settings@11.34.3) (2025-12-31)
|
|
161
145
|
|
|
146
|
+
### Bug Fixes
|
|
162
147
|
|
|
163
|
-
|
|
148
|
+
- Fix dependencies missing in packages ([97bd47d](https://github.com/Quenty/NevermoreEngine/commit/97bd47d341017152f91a28d8444252d20a8de9fa))
|
|
164
149
|
|
|
150
|
+
## [11.34.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.34.1...@quenty/settings@11.34.2) (2025-12-29)
|
|
165
151
|
|
|
166
|
-
|
|
152
|
+
**Note:** Version bump only for package @quenty/settings
|
|
167
153
|
|
|
168
|
-
|
|
154
|
+
## [11.34.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.34.0...@quenty/settings@11.34.1) (2025-12-29)
|
|
169
155
|
|
|
156
|
+
**Note:** Version bump only for package @quenty/settings
|
|
170
157
|
|
|
158
|
+
# [11.34.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.33.4...@quenty/settings@11.34.0) (2025-12-28)
|
|
171
159
|
|
|
160
|
+
### Features
|
|
172
161
|
|
|
162
|
+
- Update declarations and README.md ([882056f](https://github.com/Quenty/NevermoreEngine/commit/882056f4c012f9855a0581750968993fb18241ed))
|
|
173
163
|
|
|
174
|
-
## [11.
|
|
164
|
+
## [11.33.4](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.33.3...@quenty/settings@11.33.4) (2025-12-28)
|
|
175
165
|
|
|
166
|
+
**Note:** Version bump only for package @quenty/settings
|
|
176
167
|
|
|
177
|
-
|
|
168
|
+
## [11.33.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.33.2...@quenty/settings@11.33.3) (2025-12-13)
|
|
178
169
|
|
|
179
|
-
|
|
170
|
+
**Note:** Version bump only for package @quenty/settings
|
|
180
171
|
|
|
172
|
+
## [11.33.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.33.1...@quenty/settings@11.33.2) (2025-12-11)
|
|
181
173
|
|
|
174
|
+
**Note:** Version bump only for package @quenty/settings
|
|
182
175
|
|
|
176
|
+
## [11.33.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.33.0...@quenty/settings@11.33.1) (2025-11-22)
|
|
183
177
|
|
|
178
|
+
**Note:** Version bump only for package @quenty/settings
|
|
184
179
|
|
|
185
|
-
# [11.
|
|
180
|
+
# [11.33.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.32.1...@quenty/settings@11.33.0) (2025-11-17)
|
|
186
181
|
|
|
187
182
|
**Note:** Version bump only for package @quenty/settings
|
|
188
183
|
|
|
184
|
+
## [11.32.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.32.0...@quenty/settings@11.32.1) (2025-11-12)
|
|
189
185
|
|
|
186
|
+
**Note:** Version bump only for package @quenty/settings
|
|
190
187
|
|
|
188
|
+
# [11.32.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.31.0...@quenty/settings@11.32.0) (2025-11-07)
|
|
191
189
|
|
|
190
|
+
**Note:** Version bump only for package @quenty/settings
|
|
192
191
|
|
|
193
|
-
|
|
192
|
+
# [11.31.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.30.0...@quenty/settings@11.31.0) (2025-10-08)
|
|
194
193
|
|
|
195
194
|
**Note:** Version bump only for package @quenty/settings
|
|
196
195
|
|
|
196
|
+
# [11.30.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.29.0...@quenty/settings@11.30.0) (2025-10-03)
|
|
197
197
|
|
|
198
|
+
**Note:** Version bump only for package @quenty/settings
|
|
198
199
|
|
|
200
|
+
# [11.29.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.28.0...@quenty/settings@11.29.0) (2025-10-01)
|
|
199
201
|
|
|
202
|
+
**Note:** Version bump only for package @quenty/settings
|
|
200
203
|
|
|
201
|
-
# [11.
|
|
204
|
+
# [11.28.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.27.2...@quenty/settings@11.28.0) (2025-09-26)
|
|
202
205
|
|
|
203
206
|
**Note:** Version bump only for package @quenty/settings
|
|
204
207
|
|
|
208
|
+
## [11.27.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.27.1...@quenty/settings@11.27.2) (2025-09-15)
|
|
205
209
|
|
|
210
|
+
### Bug Fixes
|
|
206
211
|
|
|
212
|
+
- A few more cleanups ([#585](https://github.com/Quenty/NevermoreEngine/issues/585)) ([21fbb0d](https://github.com/Quenty/NevermoreEngine/commit/21fbb0d422ee0339366710ca682c8d4425368d52))
|
|
207
213
|
|
|
208
|
-
|
|
209
|
-
# [11.36.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.35.1...@quenty/settings@11.36.0) (2026-01-06)
|
|
214
|
+
## [11.27.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.27.0...@quenty/settings@11.27.1) (2025-08-29)
|
|
210
215
|
|
|
211
216
|
**Note:** Version bump only for package @quenty/settings
|
|
212
217
|
|
|
218
|
+
# [11.27.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.26.1...@quenty/settings@11.27.0) (2025-08-29)
|
|
213
219
|
|
|
220
|
+
**Note:** Version bump only for package @quenty/settings
|
|
214
221
|
|
|
222
|
+
## [11.26.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.26.0...@quenty/settings@11.26.1) (2025-08-12)
|
|
215
223
|
|
|
224
|
+
**Note:** Version bump only for package @quenty/settings
|
|
216
225
|
|
|
217
|
-
|
|
218
|
-
|
|
226
|
+
# [11.26.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.25.1...@quenty/settings@11.26.0) (2025-08-07)
|
|
219
227
|
|
|
220
228
|
### Bug Fixes
|
|
221
229
|
|
|
222
|
-
|
|
223
|
-
|
|
230
|
+
- Fix missing dependencies ([b8a62b8](https://github.com/Quenty/NevermoreEngine/commit/b8a62b885ac9f43a8f942349918ff477f79f99a9))
|
|
224
231
|
|
|
232
|
+
## [11.25.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.25.0...@quenty/settings@11.25.1) (2025-07-17)
|
|
225
233
|
|
|
234
|
+
### Bug Fixes
|
|
226
235
|
|
|
236
|
+
- Fix cancel token ([#572](https://github.com/Quenty/NevermoreEngine/issues/572)) ([787b042](https://github.com/Quenty/NevermoreEngine/commit/787b042a1bc13d52405b909f569ebe47c09ca0ee))
|
|
227
237
|
|
|
228
|
-
# [11.
|
|
238
|
+
# [11.25.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.24.0...@quenty/settings@11.25.0) (2025-05-12)
|
|
229
239
|
|
|
230
240
|
**Note:** Version bump only for package @quenty/settings
|
|
231
241
|
|
|
242
|
+
# [11.24.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.23.3...@quenty/settings@11.24.0) (2025-05-10)
|
|
232
243
|
|
|
244
|
+
### Bug Fixes
|
|
233
245
|
|
|
246
|
+
- Additional type checking updates ([05ba29a](https://github.com/Quenty/NevermoreEngine/commit/05ba29a03efc9f3feed74b34f1d9dfb237496214))
|
|
234
247
|
|
|
235
|
-
|
|
236
|
-
## [11.34.4](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.34.3...@quenty/settings@11.34.4) (2026-01-03)
|
|
248
|
+
## [11.23.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.23.2...@quenty/settings@11.23.3) (2025-04-10)
|
|
237
249
|
|
|
238
250
|
**Note:** Version bump only for package @quenty/settings
|
|
239
251
|
|
|
252
|
+
## [11.23.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.23.0...@quenty/settings@11.23.2) (2025-04-07)
|
|
240
253
|
|
|
254
|
+
### Bug Fixes
|
|
241
255
|
|
|
256
|
+
- Add types to packages ([2374fb2](https://github.com/Quenty/NevermoreEngine/commit/2374fb2b043cfbe0e9b507b3316eec46a4e353a0))
|
|
257
|
+
- Bump package versions for republishing ([ba47c62](https://github.com/Quenty/NevermoreEngine/commit/ba47c62e32170bf74377b0c658c60b84306dc294))
|
|
242
258
|
|
|
243
|
-
|
|
244
|
-
## [11.34.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.34.2...@quenty/settings@11.34.3) (2025-12-31)
|
|
245
|
-
|
|
259
|
+
## [11.23.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.23.0...@quenty/settings@11.23.1) (2025-04-07)
|
|
246
260
|
|
|
247
261
|
### Bug Fixes
|
|
248
262
|
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
263
|
+
- Add types to packages ([2374fb2](https://github.com/Quenty/NevermoreEngine/commit/2374fb2b043cfbe0e9b507b3316eec46a4e353a0))
|
|
252
264
|
|
|
265
|
+
# [11.23.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.22.5...@quenty/settings@11.23.0) (2025-04-02)
|
|
253
266
|
|
|
267
|
+
**Note:** Version bump only for package @quenty/settings
|
|
254
268
|
|
|
255
|
-
## [11.
|
|
269
|
+
## [11.22.5](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.22.4...@quenty/settings@11.22.5) (2025-03-31)
|
|
256
270
|
|
|
257
271
|
**Note:** Version bump only for package @quenty/settings
|
|
258
272
|
|
|
273
|
+
## [11.22.4](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.22.3...@quenty/settings@11.22.4) (2025-03-21)
|
|
259
274
|
|
|
275
|
+
**Note:** Version bump only for package @quenty/settings
|
|
260
276
|
|
|
277
|
+
## [11.22.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.22.2...@quenty/settings@11.22.3) (2025-03-20)
|
|
261
278
|
|
|
279
|
+
**Note:** Version bump only for package @quenty/settings
|
|
262
280
|
|
|
263
|
-
## [11.
|
|
281
|
+
## [11.22.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.22.1...@quenty/settings@11.22.2) (2025-03-13)
|
|
264
282
|
|
|
265
283
|
**Note:** Version bump only for package @quenty/settings
|
|
266
284
|
|
|
285
|
+
## [11.22.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.22.0...@quenty/settings@11.22.1) (2025-03-09)
|
|
267
286
|
|
|
287
|
+
**Note:** Version bump only for package @quenty/settings
|
|
268
288
|
|
|
289
|
+
# [11.22.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.21.1...@quenty/settings@11.22.0) (2025-02-18)
|
|
269
290
|
|
|
291
|
+
**Note:** Version bump only for package @quenty/settings
|
|
270
292
|
|
|
271
|
-
|
|
293
|
+
## [11.21.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.21.0...@quenty/settings@11.21.1) (2025-01-22)
|
|
272
294
|
|
|
295
|
+
**Note:** Version bump only for package @quenty/settings
|
|
273
296
|
|
|
274
|
-
|
|
297
|
+
# [11.21.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.20.0...@quenty/settings@11.21.0) (2025-01-19)
|
|
275
298
|
|
|
276
|
-
|
|
299
|
+
**Note:** Version bump only for package @quenty/settings
|
|
277
300
|
|
|
301
|
+
# [11.20.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.19.0...@quenty/settings@11.20.0) (2024-12-15)
|
|
278
302
|
|
|
303
|
+
**Note:** Version bump only for package @quenty/settings
|
|
279
304
|
|
|
305
|
+
# [11.19.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.18.0...@quenty/settings@11.19.0) (2024-12-03)
|
|
280
306
|
|
|
307
|
+
**Note:** Version bump only for package @quenty/settings
|
|
281
308
|
|
|
282
|
-
|
|
309
|
+
# [11.18.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.17.0...@quenty/settings@11.18.0) (2024-12-03)
|
|
283
310
|
|
|
284
311
|
**Note:** Version bump only for package @quenty/settings
|
|
285
312
|
|
|
313
|
+
# [11.17.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.16.0...@quenty/settings@11.17.0) (2024-11-13)
|
|
286
314
|
|
|
315
|
+
### Bug Fixes
|
|
287
316
|
|
|
317
|
+
- Fix missing dependency ([1cb250d](https://github.com/Quenty/NevermoreEngine/commit/1cb250daeccabc10440e7a70c502f8980e9f6f26))
|
|
288
318
|
|
|
289
|
-
|
|
290
|
-
## [11.33.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.33.2...@quenty/settings@11.33.3) (2025-12-13)
|
|
319
|
+
# [11.16.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.15.0...@quenty/settings@11.16.0) (2024-11-12)
|
|
291
320
|
|
|
292
321
|
**Note:** Version bump only for package @quenty/settings
|
|
293
322
|
|
|
323
|
+
# [11.15.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.14.2...@quenty/settings@11.15.0) (2024-11-06)
|
|
294
324
|
|
|
325
|
+
**Note:** Version bump only for package @quenty/settings
|
|
295
326
|
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
## [11.33.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.33.1...@quenty/settings@11.33.2) (2025-12-11)
|
|
327
|
+
## [11.14.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.14.1...@quenty/settings@11.14.2) (2024-11-04)
|
|
299
328
|
|
|
300
329
|
**Note:** Version bump only for package @quenty/settings
|
|
301
330
|
|
|
331
|
+
## [11.14.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.14.0...@quenty/settings@11.14.1) (2024-11-04)
|
|
302
332
|
|
|
333
|
+
### Bug Fixes
|
|
303
334
|
|
|
335
|
+
- Install missing dependency ([9ed6363](https://github.com/Quenty/NevermoreEngine/commit/9ed6363f0b4b1aee504b6b86f0abd73ede7d0fec))
|
|
304
336
|
|
|
305
|
-
|
|
306
|
-
## [11.33.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.33.0...@quenty/settings@11.33.1) (2025-11-22)
|
|
337
|
+
# [11.14.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.13.1...@quenty/settings@11.14.0) (2024-11-03)
|
|
307
338
|
|
|
308
339
|
**Note:** Version bump only for package @quenty/settings
|
|
309
340
|
|
|
341
|
+
## [11.13.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.13.0...@quenty/settings@11.13.1) (2024-11-02)
|
|
310
342
|
|
|
343
|
+
**Note:** Version bump only for package @quenty/settings
|
|
311
344
|
|
|
345
|
+
# [11.13.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.12.1...@quenty/settings@11.13.0) (2024-10-23)
|
|
312
346
|
|
|
347
|
+
**Note:** Version bump only for package @quenty/settings
|
|
313
348
|
|
|
314
|
-
|
|
349
|
+
## [11.12.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.12.0...@quenty/settings@11.12.1) (2024-10-09)
|
|
315
350
|
|
|
316
351
|
**Note:** Version bump only for package @quenty/settings
|
|
317
352
|
|
|
353
|
+
# [11.12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.11.2...@quenty/settings@11.12.0) (2024-10-06)
|
|
318
354
|
|
|
355
|
+
**Note:** Version bump only for package @quenty/settings
|
|
319
356
|
|
|
357
|
+
## [11.11.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.11.1...@quenty/settings@11.11.2) (2024-10-04)
|
|
320
358
|
|
|
359
|
+
**Note:** Version bump only for package @quenty/settings
|
|
321
360
|
|
|
322
|
-
## [11.
|
|
361
|
+
## [11.11.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.11.0...@quenty/settings@11.11.1) (2024-10-04)
|
|
323
362
|
|
|
324
363
|
**Note:** Version bump only for package @quenty/settings
|
|
325
364
|
|
|
365
|
+
# [11.11.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.10.0...@quenty/settings@11.11.0) (2024-10-04)
|
|
326
366
|
|
|
367
|
+
### Performance Improvements
|
|
327
368
|
|
|
369
|
+
- Fix settings to use a cache which reduces memory usage by 10 MB approximately ([990d0a6](https://github.com/Quenty/NevermoreEngine/commit/990d0a678ad405740acd045f041c0bbd51eca660))
|
|
328
370
|
|
|
329
|
-
|
|
330
|
-
# [11.32.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.31.0...@quenty/settings@11.32.0) (2025-11-07)
|
|
371
|
+
# [11.10.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.9.0...@quenty/settings@11.10.0) (2024-09-25)
|
|
331
372
|
|
|
332
373
|
**Note:** Version bump only for package @quenty/settings
|
|
333
374
|
|
|
375
|
+
# [11.9.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.8.2...@quenty/settings@11.9.0) (2024-09-25)
|
|
334
376
|
|
|
377
|
+
**Note:** Version bump only for package @quenty/settings
|
|
335
378
|
|
|
379
|
+
## [11.8.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.8.1...@quenty/settings@11.8.2) (2024-09-22)
|
|
336
380
|
|
|
381
|
+
**Note:** Version bump only for package @quenty/settings
|
|
337
382
|
|
|
338
|
-
|
|
383
|
+
## [11.8.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.8.0...@quenty/settings@11.8.1) (2024-09-20)
|
|
339
384
|
|
|
340
385
|
**Note:** Version bump only for package @quenty/settings
|
|
341
386
|
|
|
387
|
+
# [11.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.7.0...@quenty/settings@11.8.0) (2024-09-12)
|
|
388
|
+
|
|
389
|
+
### Features
|
|
342
390
|
|
|
391
|
+
- Simplified settings manager usage ([71fdb58](https://github.com/Quenty/NevermoreEngine/commit/71fdb5870c07e8b73b36bd4b938c4fcca914ba1b))
|
|
392
|
+
- Unedited all changes ([60e64e3](https://github.com/Quenty/NevermoreEngine/commit/60e64e3efce17c10c4b8965871187d231b338dd4))
|
|
343
393
|
|
|
394
|
+
# [11.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.6.1...@quenty/settings@11.7.0) (2024-08-09)
|
|
344
395
|
|
|
396
|
+
**Note:** Version bump only for package @quenty/settings
|
|
345
397
|
|
|
346
|
-
|
|
398
|
+
## [11.6.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.6.0...@quenty/settings@11.6.1) (2024-07-16)
|
|
347
399
|
|
|
348
400
|
**Note:** Version bump only for package @quenty/settings
|
|
349
401
|
|
|
402
|
+
# [11.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.5.0...@quenty/settings@11.6.0) (2024-05-09)
|
|
403
|
+
|
|
404
|
+
### Bug Fixes
|
|
350
405
|
|
|
406
|
+
- Fix .package-lock.json replicating in packages ([75d0efe](https://github.com/Quenty/NevermoreEngine/commit/75d0efeef239f221d93352af71a5b3e930ec23c5))
|
|
351
407
|
|
|
408
|
+
# [11.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.4.0...@quenty/settings@11.5.0) (2024-05-03)
|
|
352
409
|
|
|
410
|
+
**Note:** Version bump only for package @quenty/settings
|
|
353
411
|
|
|
354
|
-
# [11.
|
|
412
|
+
# [11.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.3.1...@quenty/settings@11.4.0) (2024-04-27)
|
|
355
413
|
|
|
356
414
|
**Note:** Version bump only for package @quenty/settings
|
|
357
415
|
|
|
416
|
+
## [11.3.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.3.0...@quenty/settings@11.3.1) (2024-04-23)
|
|
358
417
|
|
|
418
|
+
**Note:** Version bump only for package @quenty/settings
|
|
359
419
|
|
|
420
|
+
# [11.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.2.0...@quenty/settings@11.3.0) (2024-03-27)
|
|
360
421
|
|
|
422
|
+
**Note:** Version bump only for package @quenty/settings
|
|
361
423
|
|
|
362
|
-
# [11.
|
|
424
|
+
# [11.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.1.0...@quenty/settings@11.2.0) (2024-03-11)
|
|
363
425
|
|
|
364
426
|
**Note:** Version bump only for package @quenty/settings
|
|
365
427
|
|
|
428
|
+
# [11.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.0.0...@quenty/settings@11.1.0) (2024-03-09)
|
|
366
429
|
|
|
430
|
+
**Note:** Version bump only for package @quenty/settings
|
|
367
431
|
|
|
432
|
+
# [11.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@10.0.0...@quenty/settings@11.0.0) (2024-02-14)
|
|
368
433
|
|
|
434
|
+
**Note:** Version bump only for package @quenty/settings
|
|
369
435
|
|
|
370
|
-
|
|
436
|
+
# [10.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@9.0.0...@quenty/settings@10.0.0) (2024-02-14)
|
|
371
437
|
|
|
438
|
+
**Note:** Version bump only for package @quenty/settings
|
|
439
|
+
|
|
440
|
+
# [9.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@8.0.0...@quenty/settings@9.0.0) (2024-02-13)
|
|
372
441
|
|
|
373
442
|
### Bug Fixes
|
|
374
443
|
|
|
375
|
-
|
|
444
|
+
- Fix bootstrap of test environments and loader samples ([441e4a9](https://github.com/Quenty/NevermoreEngine/commit/441e4a90d19fcc203da2fdedc08e532c20d52f99))
|
|
376
445
|
|
|
446
|
+
# [8.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@7.0.0...@quenty/settings@8.0.0) (2024-02-13)
|
|
377
447
|
|
|
448
|
+
**Note:** Version bump only for package @quenty/settings
|
|
378
449
|
|
|
450
|
+
# [7.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@6.0.0...@quenty/settings@7.0.0) (2024-02-13)
|
|
379
451
|
|
|
452
|
+
**Note:** Version bump only for package @quenty/settings
|
|
380
453
|
|
|
381
|
-
|
|
454
|
+
# [6.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@5.7.0...@quenty/settings@6.0.0) (2024-01-10)
|
|
382
455
|
|
|
383
456
|
**Note:** Version bump only for package @quenty/settings
|
|
384
457
|
|
|
458
|
+
# [5.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@5.6.0...@quenty/settings@5.7.0) (2024-01-08)
|
|
385
459
|
|
|
460
|
+
**Note:** Version bump only for package @quenty/settings
|
|
386
461
|
|
|
462
|
+
# [5.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@5.5.0...@quenty/settings@5.6.0) (2023-12-28)
|
|
387
463
|
|
|
464
|
+
**Note:** Version bump only for package @quenty/settings
|
|
388
465
|
|
|
389
|
-
# [
|
|
466
|
+
# [5.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@5.4.0...@quenty/settings@5.5.0) (2023-12-14)
|
|
390
467
|
|
|
391
468
|
**Note:** Version bump only for package @quenty/settings
|
|
392
469
|
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
## [11.26.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.26.0...@quenty/settings@11.26.1) (2025-08-12)
|
|
398
|
-
|
|
399
|
-
**Note:** Version bump only for package @quenty/settings
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
# [11.26.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.25.1...@quenty/settings@11.26.0) (2025-08-07)
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
### Bug Fixes
|
|
409
|
-
|
|
410
|
-
* Fix missing dependencies ([b8a62b8](https://github.com/Quenty/NevermoreEngine/commit/b8a62b885ac9f43a8f942349918ff477f79f99a9))
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
## [11.25.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.25.0...@quenty/settings@11.25.1) (2025-07-17)
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
### Bug Fixes
|
|
420
|
-
|
|
421
|
-
* Fix cancel token ([#572](https://github.com/Quenty/NevermoreEngine/issues/572)) ([787b042](https://github.com/Quenty/NevermoreEngine/commit/787b042a1bc13d52405b909f569ebe47c09ca0ee))
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
# [11.25.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.24.0...@quenty/settings@11.25.0) (2025-05-12)
|
|
428
|
-
|
|
429
|
-
**Note:** Version bump only for package @quenty/settings
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
# [11.24.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.23.3...@quenty/settings@11.24.0) (2025-05-10)
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
### Bug Fixes
|
|
439
|
-
|
|
440
|
-
* Additional type checking updates ([05ba29a](https://github.com/Quenty/NevermoreEngine/commit/05ba29a03efc9f3feed74b34f1d9dfb237496214))
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
## [11.23.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.23.2...@quenty/settings@11.23.3) (2025-04-10)
|
|
447
|
-
|
|
448
|
-
**Note:** Version bump only for package @quenty/settings
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
## [11.23.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.23.0...@quenty/settings@11.23.2) (2025-04-07)
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
### Bug Fixes
|
|
458
|
-
|
|
459
|
-
* Add types to packages ([2374fb2](https://github.com/Quenty/NevermoreEngine/commit/2374fb2b043cfbe0e9b507b3316eec46a4e353a0))
|
|
460
|
-
* Bump package versions for republishing ([ba47c62](https://github.com/Quenty/NevermoreEngine/commit/ba47c62e32170bf74377b0c658c60b84306dc294))
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
## [11.23.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.23.0...@quenty/settings@11.23.1) (2025-04-07)
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
### Bug Fixes
|
|
470
|
-
|
|
471
|
-
* Add types to packages ([2374fb2](https://github.com/Quenty/NevermoreEngine/commit/2374fb2b043cfbe0e9b507b3316eec46a4e353a0))
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
# [11.23.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.22.5...@quenty/settings@11.23.0) (2025-04-02)
|
|
478
|
-
|
|
479
|
-
**Note:** Version bump only for package @quenty/settings
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
## [11.22.5](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.22.4...@quenty/settings@11.22.5) (2025-03-31)
|
|
486
|
-
|
|
487
|
-
**Note:** Version bump only for package @quenty/settings
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
## [11.22.4](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.22.3...@quenty/settings@11.22.4) (2025-03-21)
|
|
494
|
-
|
|
495
|
-
**Note:** Version bump only for package @quenty/settings
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
## [11.22.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.22.2...@quenty/settings@11.22.3) (2025-03-20)
|
|
502
|
-
|
|
503
|
-
**Note:** Version bump only for package @quenty/settings
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
## [11.22.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.22.1...@quenty/settings@11.22.2) (2025-03-13)
|
|
510
|
-
|
|
511
|
-
**Note:** Version bump only for package @quenty/settings
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
## [11.22.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.22.0...@quenty/settings@11.22.1) (2025-03-09)
|
|
518
|
-
|
|
519
|
-
**Note:** Version bump only for package @quenty/settings
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
# [11.22.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.21.1...@quenty/settings@11.22.0) (2025-02-18)
|
|
526
|
-
|
|
527
|
-
**Note:** Version bump only for package @quenty/settings
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
## [11.21.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.21.0...@quenty/settings@11.21.1) (2025-01-22)
|
|
534
|
-
|
|
535
|
-
**Note:** Version bump only for package @quenty/settings
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
# [11.21.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.20.0...@quenty/settings@11.21.0) (2025-01-19)
|
|
542
|
-
|
|
543
|
-
**Note:** Version bump only for package @quenty/settings
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
# [11.20.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.19.0...@quenty/settings@11.20.0) (2024-12-15)
|
|
550
|
-
|
|
551
|
-
**Note:** Version bump only for package @quenty/settings
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
# [11.19.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.18.0...@quenty/settings@11.19.0) (2024-12-03)
|
|
558
|
-
|
|
559
|
-
**Note:** Version bump only for package @quenty/settings
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
# [11.18.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.17.0...@quenty/settings@11.18.0) (2024-12-03)
|
|
566
|
-
|
|
567
|
-
**Note:** Version bump only for package @quenty/settings
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
# [11.17.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.16.0...@quenty/settings@11.17.0) (2024-11-13)
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
### Bug Fixes
|
|
577
|
-
|
|
578
|
-
* Fix missing dependency ([1cb250d](https://github.com/Quenty/NevermoreEngine/commit/1cb250daeccabc10440e7a70c502f8980e9f6f26))
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
# [11.16.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.15.0...@quenty/settings@11.16.0) (2024-11-12)
|
|
585
|
-
|
|
586
|
-
**Note:** Version bump only for package @quenty/settings
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
# [11.15.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.14.2...@quenty/settings@11.15.0) (2024-11-06)
|
|
593
|
-
|
|
594
|
-
**Note:** Version bump only for package @quenty/settings
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
## [11.14.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.14.1...@quenty/settings@11.14.2) (2024-11-04)
|
|
601
|
-
|
|
602
|
-
**Note:** Version bump only for package @quenty/settings
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
## [11.14.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.14.0...@quenty/settings@11.14.1) (2024-11-04)
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
### Bug Fixes
|
|
612
|
-
|
|
613
|
-
* Install missing dependency ([9ed6363](https://github.com/Quenty/NevermoreEngine/commit/9ed6363f0b4b1aee504b6b86f0abd73ede7d0fec))
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
# [11.14.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.13.1...@quenty/settings@11.14.0) (2024-11-03)
|
|
620
|
-
|
|
621
|
-
**Note:** Version bump only for package @quenty/settings
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
## [11.13.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.13.0...@quenty/settings@11.13.1) (2024-11-02)
|
|
628
|
-
|
|
629
|
-
**Note:** Version bump only for package @quenty/settings
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
# [11.13.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.12.1...@quenty/settings@11.13.0) (2024-10-23)
|
|
636
|
-
|
|
637
|
-
**Note:** Version bump only for package @quenty/settings
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
## [11.12.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.12.0...@quenty/settings@11.12.1) (2024-10-09)
|
|
644
|
-
|
|
645
|
-
**Note:** Version bump only for package @quenty/settings
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
# [11.12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.11.2...@quenty/settings@11.12.0) (2024-10-06)
|
|
652
|
-
|
|
653
|
-
**Note:** Version bump only for package @quenty/settings
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
## [11.11.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.11.1...@quenty/settings@11.11.2) (2024-10-04)
|
|
660
|
-
|
|
661
|
-
**Note:** Version bump only for package @quenty/settings
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
## [11.11.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.11.0...@quenty/settings@11.11.1) (2024-10-04)
|
|
668
|
-
|
|
669
|
-
**Note:** Version bump only for package @quenty/settings
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
# [11.11.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.10.0...@quenty/settings@11.11.0) (2024-10-04)
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
### Performance Improvements
|
|
679
|
-
|
|
680
|
-
* Fix settings to use a cache which reduces memory usage by 10 MB approximately ([990d0a6](https://github.com/Quenty/NevermoreEngine/commit/990d0a678ad405740acd045f041c0bbd51eca660))
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
# [11.10.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.9.0...@quenty/settings@11.10.0) (2024-09-25)
|
|
687
|
-
|
|
688
|
-
**Note:** Version bump only for package @quenty/settings
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
# [11.9.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.8.2...@quenty/settings@11.9.0) (2024-09-25)
|
|
695
|
-
|
|
696
|
-
**Note:** Version bump only for package @quenty/settings
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
## [11.8.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.8.1...@quenty/settings@11.8.2) (2024-09-22)
|
|
703
|
-
|
|
704
|
-
**Note:** Version bump only for package @quenty/settings
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
## [11.8.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.8.0...@quenty/settings@11.8.1) (2024-09-20)
|
|
711
|
-
|
|
712
|
-
**Note:** Version bump only for package @quenty/settings
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
# [11.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.7.0...@quenty/settings@11.8.0) (2024-09-12)
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
### Features
|
|
722
|
-
|
|
723
|
-
* Simplified settings manager usage ([71fdb58](https://github.com/Quenty/NevermoreEngine/commit/71fdb5870c07e8b73b36bd4b938c4fcca914ba1b))
|
|
724
|
-
* Unedited all changes ([60e64e3](https://github.com/Quenty/NevermoreEngine/commit/60e64e3efce17c10c4b8965871187d231b338dd4))
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
# [11.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.6.1...@quenty/settings@11.7.0) (2024-08-09)
|
|
731
|
-
|
|
732
|
-
**Note:** Version bump only for package @quenty/settings
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
## [11.6.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.6.0...@quenty/settings@11.6.1) (2024-07-16)
|
|
739
|
-
|
|
740
|
-
**Note:** Version bump only for package @quenty/settings
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
# [11.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.5.0...@quenty/settings@11.6.0) (2024-05-09)
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
### Bug Fixes
|
|
750
|
-
|
|
751
|
-
* Fix .package-lock.json replicating in packages ([75d0efe](https://github.com/Quenty/NevermoreEngine/commit/75d0efeef239f221d93352af71a5b3e930ec23c5))
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
# [11.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.4.0...@quenty/settings@11.5.0) (2024-05-03)
|
|
758
|
-
|
|
759
|
-
**Note:** Version bump only for package @quenty/settings
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
# [11.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.3.1...@quenty/settings@11.4.0) (2024-04-27)
|
|
766
|
-
|
|
767
|
-
**Note:** Version bump only for package @quenty/settings
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
## [11.3.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.3.0...@quenty/settings@11.3.1) (2024-04-23)
|
|
774
|
-
|
|
775
|
-
**Note:** Version bump only for package @quenty/settings
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
# [11.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.2.0...@quenty/settings@11.3.0) (2024-03-27)
|
|
782
|
-
|
|
783
|
-
**Note:** Version bump only for package @quenty/settings
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
# [11.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.1.0...@quenty/settings@11.2.0) (2024-03-11)
|
|
790
|
-
|
|
791
|
-
**Note:** Version bump only for package @quenty/settings
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
# [11.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.0.0...@quenty/settings@11.1.0) (2024-03-09)
|
|
798
|
-
|
|
799
|
-
**Note:** Version bump only for package @quenty/settings
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
# [11.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@10.0.0...@quenty/settings@11.0.0) (2024-02-14)
|
|
806
|
-
|
|
807
|
-
**Note:** Version bump only for package @quenty/settings
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
# [10.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@9.0.0...@quenty/settings@10.0.0) (2024-02-14)
|
|
814
|
-
|
|
815
|
-
**Note:** Version bump only for package @quenty/settings
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
# [9.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@8.0.0...@quenty/settings@9.0.0) (2024-02-13)
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
### Bug Fixes
|
|
825
|
-
|
|
826
|
-
* Fix bootstrap of test environments and loader samples ([441e4a9](https://github.com/Quenty/NevermoreEngine/commit/441e4a90d19fcc203da2fdedc08e532c20d52f99))
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
# [8.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@7.0.0...@quenty/settings@8.0.0) (2024-02-13)
|
|
833
|
-
|
|
834
|
-
**Note:** Version bump only for package @quenty/settings
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
# [7.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@6.0.0...@quenty/settings@7.0.0) (2024-02-13)
|
|
841
|
-
|
|
842
|
-
**Note:** Version bump only for package @quenty/settings
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
# [6.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@5.7.0...@quenty/settings@6.0.0) (2024-01-10)
|
|
849
|
-
|
|
850
|
-
**Note:** Version bump only for package @quenty/settings
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
# [5.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@5.6.0...@quenty/settings@5.7.0) (2024-01-08)
|
|
857
|
-
|
|
858
|
-
**Note:** Version bump only for package @quenty/settings
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
# [5.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@5.5.0...@quenty/settings@5.6.0) (2023-12-28)
|
|
865
|
-
|
|
866
|
-
**Note:** Version bump only for package @quenty/settings
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
# [5.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@5.4.0...@quenty/settings@5.5.0) (2023-12-14)
|
|
873
|
-
|
|
874
|
-
**Note:** Version bump only for package @quenty/settings
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
# [5.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@5.3.1...@quenty/settings@5.4.0) (2023-12-14)
|
|
881
|
-
|
|
470
|
+
# [5.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@5.3.1...@quenty/settings@5.4.0) (2023-12-14)
|
|
882
471
|
|
|
883
472
|
### Bug Fixes
|
|
884
473
|
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
## [5.3.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@5.3.0...@quenty/settings@5.3.1) (2023-10-28)
|
|
892
|
-
|
|
893
|
-
**Note:** Version bump only for package @quenty/settings
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
# [5.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@5.2.0...@quenty/settings@5.3.0) (2023-10-18)
|
|
900
|
-
|
|
901
|
-
**Note:** Version bump only for package @quenty/settings
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
# [5.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@5.1.2...@quenty/settings@5.2.0) (2023-10-17)
|
|
908
|
-
|
|
909
|
-
**Note:** Version bump only for package @quenty/settings
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
## [5.1.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@5.1.1...@quenty/settings@5.1.2) (2023-10-17)
|
|
916
|
-
|
|
917
|
-
**Note:** Version bump only for package @quenty/settings
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
## [5.1.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@5.1.0...@quenty/settings@5.1.1) (2023-10-13)
|
|
924
|
-
|
|
925
|
-
**Note:** Version bump only for package @quenty/settings
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
# [5.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@5.0.1...@quenty/settings@5.1.0) (2023-10-12)
|
|
932
|
-
|
|
933
|
-
**Note:** Version bump only for package @quenty/settings
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
## [5.0.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@5.0.0...@quenty/settings@5.0.1) (2023-10-11)
|
|
940
|
-
|
|
941
|
-
**Note:** Version bump only for package @quenty/settings
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
# [5.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.39.1...@quenty/settings@5.0.0) (2023-10-11)
|
|
948
|
-
|
|
949
|
-
**Note:** Version bump only for package @quenty/settings
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
## [4.39.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.39.0...@quenty/settings@4.39.1) (2023-09-21)
|
|
956
|
-
|
|
957
|
-
**Note:** Version bump only for package @quenty/settings
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
# [4.39.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.38.0...@quenty/settings@4.39.0) (2023-09-21)
|
|
964
|
-
|
|
965
|
-
**Note:** Version bump only for package @quenty/settings
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
# [4.38.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.37.2...@quenty/settings@4.38.0) (2023-09-21)
|
|
972
|
-
|
|
973
|
-
**Note:** Version bump only for package @quenty/settings
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
## [4.37.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.37.1...@quenty/settings@4.37.2) (2023-09-19)
|
|
980
|
-
|
|
981
|
-
**Note:** Version bump only for package @quenty/settings
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
474
|
+
- Add ServiceName to SettingsService ([f5bcd0b](https://github.com/Quenty/NevermoreEngine/commit/f5bcd0b31196e8d35b8623b198dedb95455be387))
|
|
986
475
|
|
|
987
|
-
## [
|
|
476
|
+
## [5.3.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@5.3.0...@quenty/settings@5.3.1) (2023-10-28)
|
|
988
477
|
|
|
989
478
|
**Note:** Version bump only for package @quenty/settings
|
|
990
479
|
|
|
480
|
+
# [5.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@5.2.0...@quenty/settings@5.3.0) (2023-10-18)
|
|
991
481
|
|
|
482
|
+
**Note:** Version bump only for package @quenty/settings
|
|
992
483
|
|
|
484
|
+
# [5.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@5.1.2...@quenty/settings@5.2.0) (2023-10-17)
|
|
993
485
|
|
|
486
|
+
**Note:** Version bump only for package @quenty/settings
|
|
994
487
|
|
|
995
|
-
|
|
488
|
+
## [5.1.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@5.1.1...@quenty/settings@5.1.2) (2023-10-17)
|
|
996
489
|
|
|
997
490
|
**Note:** Version bump only for package @quenty/settings
|
|
998
491
|
|
|
492
|
+
## [5.1.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@5.1.0...@quenty/settings@5.1.1) (2023-10-13)
|
|
999
493
|
|
|
494
|
+
**Note:** Version bump only for package @quenty/settings
|
|
1000
495
|
|
|
496
|
+
# [5.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@5.0.1...@quenty/settings@5.1.0) (2023-10-12)
|
|
1001
497
|
|
|
498
|
+
**Note:** Version bump only for package @quenty/settings
|
|
1002
499
|
|
|
1003
|
-
|
|
500
|
+
## [5.0.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@5.0.0...@quenty/settings@5.0.1) (2023-10-11)
|
|
1004
501
|
|
|
1005
502
|
**Note:** Version bump only for package @quenty/settings
|
|
1006
503
|
|
|
504
|
+
# [5.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.39.1...@quenty/settings@5.0.0) (2023-10-11)
|
|
1007
505
|
|
|
506
|
+
**Note:** Version bump only for package @quenty/settings
|
|
1008
507
|
|
|
508
|
+
## [4.39.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.39.0...@quenty/settings@4.39.1) (2023-09-21)
|
|
1009
509
|
|
|
510
|
+
**Note:** Version bump only for package @quenty/settings
|
|
1010
511
|
|
|
1011
|
-
# [4.
|
|
512
|
+
# [4.39.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.38.0...@quenty/settings@4.39.0) (2023-09-21)
|
|
1012
513
|
|
|
1013
514
|
**Note:** Version bump only for package @quenty/settings
|
|
1014
515
|
|
|
516
|
+
# [4.38.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.37.2...@quenty/settings@4.38.0) (2023-09-21)
|
|
1015
517
|
|
|
518
|
+
**Note:** Version bump only for package @quenty/settings
|
|
1016
519
|
|
|
520
|
+
## [4.37.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.37.1...@quenty/settings@4.37.2) (2023-09-19)
|
|
1017
521
|
|
|
522
|
+
**Note:** Version bump only for package @quenty/settings
|
|
1018
523
|
|
|
1019
|
-
|
|
524
|
+
## [4.37.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.37.0...@quenty/settings@4.37.1) (2023-09-07)
|
|
1020
525
|
|
|
1021
526
|
**Note:** Version bump only for package @quenty/settings
|
|
1022
527
|
|
|
528
|
+
# [4.37.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.36.0...@quenty/settings@4.37.0) (2023-09-04)
|
|
1023
529
|
|
|
530
|
+
**Note:** Version bump only for package @quenty/settings
|
|
1024
531
|
|
|
532
|
+
# [4.36.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.35.0...@quenty/settings@4.36.0) (2023-08-23)
|
|
1025
533
|
|
|
534
|
+
**Note:** Version bump only for package @quenty/settings
|
|
1026
535
|
|
|
1027
|
-
# [4.
|
|
536
|
+
# [4.35.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.34.0...@quenty/settings@4.35.0) (2023-08-01)
|
|
1028
537
|
|
|
1029
538
|
**Note:** Version bump only for package @quenty/settings
|
|
1030
539
|
|
|
540
|
+
# [4.34.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.33.0...@quenty/settings@4.34.0) (2023-07-28)
|
|
1031
541
|
|
|
542
|
+
**Note:** Version bump only for package @quenty/settings
|
|
1032
543
|
|
|
544
|
+
# [4.33.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.32.1...@quenty/settings@4.33.0) (2023-07-23)
|
|
1033
545
|
|
|
546
|
+
**Note:** Version bump only for package @quenty/settings
|
|
1034
547
|
|
|
1035
548
|
## [4.32.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.32.0...@quenty/settings@4.32.1) (2023-07-18)
|
|
1036
549
|
|
|
1037
550
|
**Note:** Version bump only for package @quenty/settings
|
|
1038
551
|
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
552
|
# [4.32.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.31.0...@quenty/settings@4.32.0) (2023-07-15)
|
|
1044
553
|
|
|
1045
554
|
**Note:** Version bump only for package @quenty/settings
|
|
1046
555
|
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
556
|
# [4.31.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.30.2...@quenty/settings@4.31.0) (2023-07-12)
|
|
1052
557
|
|
|
1053
558
|
**Note:** Version bump only for package @quenty/settings
|
|
1054
559
|
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
560
|
## [4.30.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.30.1...@quenty/settings@4.30.2) (2023-07-11)
|
|
1060
561
|
|
|
1061
562
|
**Note:** Version bump only for package @quenty/settings
|
|
1062
563
|
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
564
|
## [4.30.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.30.0...@quenty/settings@4.30.1) (2023-07-11)
|
|
1068
565
|
|
|
1069
566
|
**Note:** Version bump only for package @quenty/settings
|
|
1070
567
|
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
568
|
# [4.30.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.29.3...@quenty/settings@4.30.0) (2023-07-10)
|
|
1076
569
|
|
|
1077
570
|
**Note:** Version bump only for package @quenty/settings
|
|
1078
571
|
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
572
|
## [4.29.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.29.2...@quenty/settings@4.29.3) (2023-07-10)
|
|
1084
573
|
|
|
1085
574
|
**Note:** Version bump only for package @quenty/settings
|
|
1086
575
|
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
576
|
## [4.29.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.29.1...@quenty/settings@4.29.2) (2023-07-03)
|
|
1092
577
|
|
|
1093
578
|
**Note:** Version bump only for package @quenty/settings
|
|
1094
579
|
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
580
|
## [4.29.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.29.0...@quenty/settings@4.29.1) (2023-06-24)
|
|
1100
581
|
|
|
1101
582
|
**Note:** Version bump only for package @quenty/settings
|
|
1102
583
|
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
584
|
# [4.29.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.28.1...@quenty/settings@4.29.0) (2023-06-24)
|
|
1108
585
|
|
|
1109
586
|
**Note:** Version bump only for package @quenty/settings
|
|
1110
587
|
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
588
|
## [4.28.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.28.0...@quenty/settings@4.28.1) (2023-06-23)
|
|
1116
589
|
|
|
1117
590
|
**Note:** Version bump only for package @quenty/settings
|
|
1118
591
|
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
592
|
# [4.28.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.27.0...@quenty/settings@4.28.0) (2023-06-17)
|
|
1124
593
|
|
|
1125
594
|
**Note:** Version bump only for package @quenty/settings
|
|
1126
595
|
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
596
|
# [4.27.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.26.0...@quenty/settings@4.27.0) (2023-06-05)
|
|
1132
597
|
|
|
1133
598
|
**Note:** Version bump only for package @quenty/settings
|
|
1134
599
|
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
600
|
# [4.26.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.25.0...@quenty/settings@4.26.0) (2023-05-26)
|
|
1140
601
|
|
|
1141
|
-
|
|
1142
602
|
### Bug Fixes
|
|
1143
603
|
|
|
1144
|
-
|
|
1145
|
-
|
|
604
|
+
- Fix dependencies ([67791a2](https://github.com/Quenty/NevermoreEngine/commit/67791a289c0956bf4947ac81bf792ee56496b3e8))
|
|
1146
605
|
|
|
1147
606
|
### Features
|
|
1148
607
|
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
608
|
+
- Add cmdr support to settings ([43e1c25](https://github.com/Quenty/NevermoreEngine/commit/43e1c2550dd02ad95827bc93a20a5aa1ff5e5e4a))
|
|
1154
609
|
|
|
1155
610
|
# [4.25.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.24.0...@quenty/settings@4.25.0) (2023-05-08)
|
|
1156
611
|
|
|
1157
612
|
**Note:** Version bump only for package @quenty/settings
|
|
1158
613
|
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
614
|
# [4.24.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.23.0...@quenty/settings@4.24.0) (2023-04-20)
|
|
1164
615
|
|
|
1165
616
|
**Note:** Version bump only for package @quenty/settings
|
|
1166
617
|
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
618
|
# [4.23.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.22.1...@quenty/settings@4.23.0) (2023-04-10)
|
|
1172
619
|
|
|
1173
620
|
**Note:** Version bump only for package @quenty/settings
|
|
1174
621
|
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
622
|
## [4.22.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.22.0...@quenty/settings@4.22.1) (2023-04-07)
|
|
1180
623
|
|
|
1181
624
|
**Note:** Version bump only for package @quenty/settings
|
|
1182
625
|
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
626
|
# [4.22.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.21.0...@quenty/settings@4.22.0) (2023-04-06)
|
|
1188
627
|
|
|
1189
628
|
**Note:** Version bump only for package @quenty/settings
|
|
1190
629
|
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
630
|
# [4.21.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.20.0...@quenty/settings@4.21.0) (2023-04-03)
|
|
1196
631
|
|
|
1197
632
|
**Note:** Version bump only for package @quenty/settings
|
|
1198
633
|
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
634
|
# [4.20.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.19.0...@quenty/settings@4.20.0) (2023-03-31)
|
|
1204
635
|
|
|
1205
636
|
**Note:** Version bump only for package @quenty/settings
|
|
1206
637
|
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
638
|
# [4.19.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.18.0...@quenty/settings@4.19.0) (2023-03-31)
|
|
1212
639
|
|
|
1213
640
|
**Note:** Version bump only for package @quenty/settings
|
|
1214
641
|
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
642
|
# [4.18.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.17.0...@quenty/settings@4.18.0) (2023-03-06)
|
|
1220
643
|
|
|
1221
644
|
**Note:** Version bump only for package @quenty/settings
|
|
1222
645
|
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
646
|
# [4.17.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.16.0...@quenty/settings@4.17.0) (2023-03-05)
|
|
1228
647
|
|
|
1229
648
|
**Note:** Version bump only for package @quenty/settings
|
|
1230
649
|
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
650
|
# [4.16.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.15.0...@quenty/settings@4.16.0) (2023-03-03)
|
|
1236
651
|
|
|
1237
652
|
**Note:** Version bump only for package @quenty/settings
|
|
1238
653
|
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
654
|
# [4.15.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.14.0...@quenty/settings@4.15.0) (2023-02-27)
|
|
1244
655
|
|
|
1245
656
|
**Note:** Version bump only for package @quenty/settings
|
|
1246
657
|
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
658
|
# [4.14.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.13.0...@quenty/settings@4.14.0) (2023-02-21)
|
|
1252
659
|
|
|
1253
660
|
**Note:** Version bump only for package @quenty/settings
|
|
1254
661
|
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
662
|
# [4.13.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.12.0...@quenty/settings@4.13.0) (2023-01-17)
|
|
1260
663
|
|
|
1261
|
-
|
|
1262
664
|
### Bug Fixes
|
|
1263
665
|
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
666
|
+
- Ensure that Settings can't contain invalid UTF8 characters and document settings package better ([cbf1406](https://github.com/Quenty/NevermoreEngine/commit/cbf140620795846daf35ce6945bcdf801e1156f9))
|
|
1269
667
|
|
|
1270
668
|
# [4.12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.11.1...@quenty/settings@4.12.0) (2023-01-11)
|
|
1271
669
|
|
|
1272
670
|
**Note:** Version bump only for package @quenty/settings
|
|
1273
671
|
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
672
|
## [4.11.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.11.0...@quenty/settings@4.11.1) (2023-01-03)
|
|
1279
673
|
|
|
1280
674
|
**Note:** Version bump only for package @quenty/settings
|
|
1281
675
|
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
676
|
# [4.11.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.10.0...@quenty/settings@4.11.0) (2023-01-01)
|
|
1287
677
|
|
|
1288
678
|
**Note:** Version bump only for package @quenty/settings
|
|
1289
679
|
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
680
|
# [4.10.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.9.1...@quenty/settings@4.10.0) (2022-12-29)
|
|
1295
681
|
|
|
1296
682
|
**Note:** Version bump only for package @quenty/settings
|
|
1297
683
|
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
684
|
## [4.9.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.9.0...@quenty/settings@4.9.1) (2022-12-27)
|
|
1303
685
|
|
|
1304
686
|
**Note:** Version bump only for package @quenty/settings
|
|
1305
687
|
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
688
|
# [4.9.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.8.0...@quenty/settings@4.9.0) (2022-12-06)
|
|
1311
689
|
|
|
1312
690
|
**Note:** Version bump only for package @quenty/settings
|
|
1313
691
|
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
692
|
# [4.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.7.1...@quenty/settings@4.8.0) (2022-12-05)
|
|
1319
693
|
|
|
1320
694
|
**Note:** Version bump only for package @quenty/settings
|
|
1321
695
|
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
696
|
## [4.7.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.7.0...@quenty/settings@4.7.1) (2022-11-28)
|
|
1327
697
|
|
|
1328
698
|
**Note:** Version bump only for package @quenty/settings
|
|
1329
699
|
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
700
|
# [4.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.6.0...@quenty/settings@4.7.0) (2022-11-19)
|
|
1335
701
|
|
|
1336
702
|
**Note:** Version bump only for package @quenty/settings
|
|
1337
703
|
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
704
|
# [4.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.5.0...@quenty/settings@4.6.0) (2022-11-12)
|
|
1343
705
|
|
|
1344
|
-
|
|
1345
706
|
### Features
|
|
1346
707
|
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
708
|
+
- Binder provider now provides name for debugging ([72d547e](https://github.com/Quenty/NevermoreEngine/commit/72d547ea47358dfab1128dd076723f5a1a0d9fd8))
|
|
1352
709
|
|
|
1353
710
|
# [4.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.4.1...@quenty/settings@4.5.0) (2022-11-08)
|
|
1354
711
|
|
|
1355
712
|
**Note:** Version bump only for package @quenty/settings
|
|
1356
713
|
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
714
|
## [4.4.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.4.0...@quenty/settings@4.4.1) (2022-11-04)
|
|
1362
715
|
|
|
1363
716
|
**Note:** Version bump only for package @quenty/settings
|
|
1364
717
|
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
718
|
# [4.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.3.0...@quenty/settings@4.4.0) (2022-10-30)
|
|
1370
719
|
|
|
1371
720
|
**Note:** Version bump only for package @quenty/settings
|
|
1372
721
|
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
722
|
# [4.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.2.0...@quenty/settings@4.3.0) (2022-10-28)
|
|
1378
723
|
|
|
1379
724
|
**Note:** Version bump only for package @quenty/settings
|
|
1380
725
|
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
726
|
# [4.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.1.0...@quenty/settings@4.2.0) (2022-10-23)
|
|
1386
727
|
|
|
1387
728
|
**Note:** Version bump only for package @quenty/settings
|
|
1388
729
|
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
730
|
# [4.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@4.0.0...@quenty/settings@4.1.0) (2022-10-11)
|
|
1394
731
|
|
|
1395
|
-
|
|
1396
732
|
### Bug Fixes
|
|
1397
733
|
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
734
|
+
- Remove init.meta.json since it breaks in team create ([cba21e6](https://github.com/Quenty/NevermoreEngine/commit/cba21e602b50ea3799044eae9cb690d1cd9c88ec))
|
|
1403
735
|
|
|
1404
736
|
# [4.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@3.1.0...@quenty/settings@4.0.0) (2022-09-27)
|
|
1405
737
|
|
|
1406
|
-
|
|
1407
738
|
### Bug Fixes
|
|
1408
739
|
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
740
|
+
- Hide server code by default from replication using cameras and init.meta.json. ([5636dd8](https://github.com/Quenty/NevermoreEngine/commit/5636dd8cafe68db4571ed214a82b84698f2f74c0))
|
|
1414
741
|
|
|
1415
742
|
# [3.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@3.0.1...@quenty/settings@3.1.0) (2022-08-22)
|
|
1416
743
|
|
|
1417
744
|
**Note:** Version bump only for package @quenty/settings
|
|
1418
745
|
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
746
|
## [3.0.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@3.0.0...@quenty/settings@3.0.1) (2022-08-16)
|
|
1424
747
|
|
|
1425
748
|
**Note:** Version bump only for package @quenty/settings
|
|
1426
749
|
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
750
|
# [3.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@2.3.1...@quenty/settings@3.0.0) (2022-08-14)
|
|
1432
751
|
|
|
1433
752
|
**Note:** Version bump only for package @quenty/settings
|
|
1434
753
|
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
754
|
## [2.3.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@2.3.0...@quenty/settings@2.3.1) (2022-08-11)
|
|
1440
755
|
|
|
1441
756
|
**Note:** Version bump only for package @quenty/settings
|
|
1442
757
|
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
758
|
# [2.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@2.2.0...@quenty/settings@2.3.0) (2022-07-31)
|
|
1448
759
|
|
|
1449
|
-
|
|
1450
760
|
### Bug Fixes
|
|
1451
761
|
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
762
|
+
- Fix missing dependencies ([2c2291e](https://github.com/Quenty/NevermoreEngine/commit/2c2291e68755474346419e5b638c13a3220195a1))
|
|
1457
763
|
|
|
1458
764
|
# [2.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@2.1.0...@quenty/settings@2.2.0) (2022-07-02)
|
|
1459
765
|
|
|
1460
766
|
**Note:** Version bump only for package @quenty/settings
|
|
1461
767
|
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
768
|
# [2.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@2.0.0...@quenty/settings@2.1.0) (2022-06-21)
|
|
1467
769
|
|
|
1468
770
|
**Note:** Version bump only for package @quenty/settings
|
|
1469
771
|
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
772
|
# 2.0.0 (2022-05-21)
|
|
1475
773
|
|
|
1476
|
-
|
|
1477
774
|
### Features
|
|
1478
775
|
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
776
|
+
- Add settings package which provides backend for settings ([6325b63](https://github.com/Quenty/NevermoreEngine/commit/6325b6332d76514515df6b887a7917927305722d))
|
|
1484
777
|
|
|
1485
778
|
# v2.0.0 (Sat May 21 2022)
|
|
1486
779
|
|