@quenty/settings 1.0.1-canary.261.5628274.0 → 2.0.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 +25 -1
- package/LICENSE.md +1 -1
- package/package.json +22 -22
package/CHANGELOG.md
CHANGED
|
@@ -3,9 +3,33 @@
|
|
|
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
|
+
# 2.0.0 (2022-05-21)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Features
|
|
10
10
|
|
|
11
11
|
* Add settings package which provides backend for settings ([6325b63](https://github.com/Quenty/NevermoreEngine/commit/6325b6332d76514515df6b887a7917927305722d))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# v2.0.0 (Sat May 21 2022)
|
|
18
|
+
|
|
19
|
+
#### 💥 Breaking Change
|
|
20
|
+
|
|
21
|
+
- feat: Generalized settings, key rebindings, and other fixes and changes to Nevermore [#261](https://github.com/Quenty/NevermoreEngine/pull/261) ([@Quenty](https://github.com/Quenty))
|
|
22
|
+
|
|
23
|
+
#### 🚀 Enhancement
|
|
24
|
+
|
|
25
|
+
- feat: Add settings package which provides backend for settings ([@Quenty](https://github.com/Quenty))
|
|
26
|
+
|
|
27
|
+
#### 🐛 Bug Fix
|
|
28
|
+
|
|
29
|
+
- style: Fix linter complaints ([@Quenty](https://github.com/Quenty))
|
|
30
|
+
- refactor: Ensure no caching of remote events ([@Quenty](https://github.com/Quenty))
|
|
31
|
+
- refactor: Better default handling ([@Quenty](https://github.com/Quenty))
|
|
32
|
+
|
|
33
|
+
#### Authors: 1
|
|
34
|
+
|
|
35
|
+
- James Onnen ([@Quenty](https://github.com/Quenty))
|
package/LICENSE.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quenty/settings",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Centralized player settings service",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Roblox",
|
|
@@ -25,29 +25,29 @@
|
|
|
25
25
|
"Quenty"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@quenty/attributeutils": "
|
|
29
|
-
"@quenty/binder": "
|
|
30
|
-
"@quenty/datastore": "
|
|
31
|
-
"@quenty/jsonutils": "
|
|
32
|
-
"@quenty/loader": "
|
|
33
|
-
"@quenty/maid": "2.3.0",
|
|
34
|
-
"@quenty/observablecollection": "
|
|
35
|
-
"@quenty/playerbinder": "
|
|
36
|
-
"@quenty/remotefunctionutils": "
|
|
37
|
-
"@quenty/remoting": "
|
|
38
|
-
"@quenty/rx": "
|
|
39
|
-
"@quenty/rxbinderutils": "
|
|
40
|
-
"@quenty/servicebag": "
|
|
41
|
-
"@quenty/signal": "2.2.0",
|
|
42
|
-
"@quenty/statestack": "
|
|
43
|
-
"@quenty/string": "2.3.0",
|
|
44
|
-
"@quenty/symbol": "2.1.0",
|
|
45
|
-
"@quenty/table": "
|
|
46
|
-
"@quenty/throttle": "
|
|
47
|
-
"@quenty/valueobject": "
|
|
28
|
+
"@quenty/attributeutils": "^6.0.0",
|
|
29
|
+
"@quenty/binder": "^6.0.0",
|
|
30
|
+
"@quenty/datastore": "^5.0.0",
|
|
31
|
+
"@quenty/jsonutils": "^5.0.0",
|
|
32
|
+
"@quenty/loader": "^5.0.0",
|
|
33
|
+
"@quenty/maid": "^2.3.0",
|
|
34
|
+
"@quenty/observablecollection": "^3.0.0",
|
|
35
|
+
"@quenty/playerbinder": "^6.0.0",
|
|
36
|
+
"@quenty/remotefunctionutils": "^5.0.0",
|
|
37
|
+
"@quenty/remoting": "^5.0.0",
|
|
38
|
+
"@quenty/rx": "^5.0.0",
|
|
39
|
+
"@quenty/rxbinderutils": "^6.0.0",
|
|
40
|
+
"@quenty/servicebag": "^5.0.0",
|
|
41
|
+
"@quenty/signal": "^2.2.0",
|
|
42
|
+
"@quenty/statestack": "^6.0.0",
|
|
43
|
+
"@quenty/string": "^2.3.0",
|
|
44
|
+
"@quenty/symbol": "^2.1.0",
|
|
45
|
+
"@quenty/table": "^3.0.0",
|
|
46
|
+
"@quenty/throttle": "^5.0.0",
|
|
47
|
+
"@quenty/valueobject": "^5.0.0"
|
|
48
48
|
},
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"access": "public"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "9f7eaea7543c33c89d2e32c38491b13f9271f4f7"
|
|
53
53
|
}
|