@quenty/tuple 1.7.1-canary.684.24818543952.0 → 1.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -77
- package/package.json +4 -4
- package/src/Shared/Tuple.lua +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,153 +3,89 @@
|
|
|
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
|
-
## [1.
|
|
6
|
+
## [1.8.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/tuple@1.8.0...@quenty/tuple@1.8.1) (2026-05-30)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @quenty/tuple
|
|
9
9
|
|
|
10
|
+
# [1.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/tuple@1.7.0...@quenty/tuple@1.8.0) (2026-04-23)
|
|
10
11
|
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
**Note:** Version bump only for package @quenty/tuple
|
|
13
13
|
|
|
14
14
|
# [1.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/tuple@1.6.3...@quenty/tuple@1.7.0) (2026-02-17)
|
|
15
15
|
|
|
16
|
-
|
|
17
16
|
### Features
|
|
18
17
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
18
|
+
- Add CI/CD batch unit testing ([016a366](https://github.com/Quenty/NevermoreEngine/commit/016a3663509c8fffa518b07cfc49ebecba2a1fa6))
|
|
24
19
|
|
|
25
20
|
## [1.6.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/tuple@1.6.2...@quenty/tuple@1.6.3) (2026-01-12)
|
|
26
21
|
|
|
27
|
-
|
|
28
22
|
### Bug Fixes
|
|
29
23
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
24
|
+
- Fix dependency installation process for pnpm ([9651b09](https://github.com/Quenty/NevermoreEngine/commit/9651b09af34f252ef3f9c7c539793cc878dd8cba))
|
|
35
25
|
|
|
36
26
|
## [1.6.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/tuple@1.6.1...@quenty/tuple@1.6.2) (2026-01-10)
|
|
37
27
|
|
|
38
28
|
**Note:** Version bump only for package @quenty/tuple
|
|
39
29
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
30
|
## [1.6.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/tuple@1.6.0...@quenty/tuple@1.6.1) (2026-01-03)
|
|
45
31
|
|
|
46
32
|
**Note:** Version bump only for package @quenty/tuple
|
|
47
33
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
34
|
# [1.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/tuple@1.5.3...@quenty/tuple@1.6.0) (2025-05-10)
|
|
53
35
|
|
|
54
36
|
**Note:** Version bump only for package @quenty/tuple
|
|
55
37
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
38
|
## [1.5.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/tuple@1.5.2...@quenty/tuple@1.5.3) (2025-04-10)
|
|
61
39
|
|
|
62
40
|
**Note:** Version bump only for package @quenty/tuple
|
|
63
41
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
42
|
## [1.5.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/tuple@1.5.0...@quenty/tuple@1.5.2) (2025-04-07)
|
|
69
43
|
|
|
70
|
-
|
|
71
44
|
### Bug Fixes
|
|
72
45
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
46
|
+
- Add types to packages ([2374fb2](https://github.com/Quenty/NevermoreEngine/commit/2374fb2b043cfbe0e9b507b3316eec46a4e353a0))
|
|
47
|
+
- Bump package versions for republishing ([ba47c62](https://github.com/Quenty/NevermoreEngine/commit/ba47c62e32170bf74377b0c658c60b84306dc294))
|
|
79
48
|
|
|
80
49
|
## [1.5.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/tuple@1.5.0...@quenty/tuple@1.5.1) (2025-04-07)
|
|
81
50
|
|
|
82
|
-
|
|
83
51
|
### Bug Fixes
|
|
84
52
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
53
|
+
- Add types to packages ([2374fb2](https://github.com/Quenty/NevermoreEngine/commit/2374fb2b043cfbe0e9b507b3316eec46a4e353a0))
|
|
90
54
|
|
|
91
55
|
# [1.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/tuple@1.4.1...@quenty/tuple@1.5.0) (2025-02-18)
|
|
92
56
|
|
|
93
57
|
**Note:** Version bump only for package @quenty/tuple
|
|
94
58
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
59
|
## [1.4.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/tuple@1.4.0...@quenty/tuple@1.4.1) (2024-11-04)
|
|
100
60
|
|
|
101
61
|
**Note:** Version bump only for package @quenty/tuple
|
|
102
62
|
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
63
|
# [1.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/tuple@1.3.0...@quenty/tuple@1.4.0) (2024-10-06)
|
|
108
64
|
|
|
109
|
-
|
|
110
65
|
### Bug Fixes
|
|
111
66
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
67
|
+
- Handle arg that is nil ([3878c3e](https://github.com/Quenty/NevermoreEngine/commit/3878c3e8cb90df650d569abfbc5b5d96b09bdb62))
|
|
117
68
|
|
|
118
69
|
# [1.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/tuple@1.2.0...@quenty/tuple@1.3.0) (2024-10-04)
|
|
119
70
|
|
|
120
|
-
|
|
121
71
|
### Performance Improvements
|
|
122
72
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
73
|
+
- Increase cache size for tuple lookup ([5817760](https://github.com/Quenty/NevermoreEngine/commit/5817760b869500376f5654dfd312c2fdca2cef36))
|
|
128
74
|
|
|
129
75
|
# [1.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/tuple@1.1.0...@quenty/tuple@1.2.0) (2024-09-25)
|
|
130
76
|
|
|
131
77
|
**Note:** Version bump only for package @quenty/tuple
|
|
132
78
|
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
79
|
# 1.1.0 (2024-09-12)
|
|
138
80
|
|
|
139
|
-
|
|
140
81
|
### Bug Fixes
|
|
141
82
|
|
|
142
|
-
|
|
143
|
-
|
|
83
|
+
- Fix tuple string conversion ([9b907d5](https://github.com/Quenty/NevermoreEngine/commit/9b907d5d068e2b73fb9de6a8aef89504b30ccb22))
|
|
144
84
|
|
|
145
85
|
### Features
|
|
146
86
|
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
87
|
+
- Add tuple package and fix tie signal ([134f90c](https://github.com/Quenty/NevermoreEngine/commit/134f90c03b265b9d2232198475ca27f4d5e87071))
|
|
88
|
+
- Add TupleLookup ([4de1c5f](https://github.com/Quenty/NevermoreEngine/commit/4de1c5fcd226fdcb5f23f26cd0b3ec31005a5330))
|
|
153
89
|
|
|
154
90
|
# v1.1.0 (Thu Sep 12 2024)
|
|
155
91
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quenty/tuple",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.1",
|
|
4
4
|
"description": "Tuple utility package",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Roblox",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"Quenty"
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@quenty/loader": "10.
|
|
32
|
-
"@quenty/lrucache": "1.
|
|
31
|
+
"@quenty/loader": "10.11.0",
|
|
32
|
+
"@quenty/lrucache": "1.9.0"
|
|
33
33
|
},
|
|
34
34
|
"publishConfig": {
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "598b2b62b36bdcbdbbd56f7db10c399831cc6eba"
|
|
38
38
|
}
|