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