@quenty/observablecollection 12.36.2 → 12.37.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 +269 -838
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,1294 +3,725 @@
|
|
|
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
|
+
# [12.37.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.36.2...@quenty/observablecollection@12.37.0) (2026-05-18)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
9
9
|
|
|
10
|
+
## [12.36.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.36.1...@quenty/observablecollection@12.36.2) (2026-04-30)
|
|
10
11
|
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
13
13
|
|
|
14
14
|
## [12.36.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.36.0...@quenty/observablecollection@12.36.1) (2026-04-29)
|
|
15
15
|
|
|
16
16
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
18
|
# [12.36.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.35.0...@quenty/observablecollection@12.36.0) (2026-04-23)
|
|
23
19
|
|
|
24
|
-
|
|
25
20
|
### Bug Fixes
|
|
26
21
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
22
|
+
- Changed spans firing behavior ([e2c600f](https://github.com/Quenty/NevermoreEngine/commit/e2c600f937260dcce95ae8a1c8d914a1a481f750))
|
|
23
|
+
- ChangedSpanTracker merges overlapping spans properly ([18fbb3a](https://github.com/Quenty/NevermoreEngine/commit/18fbb3aa83c6d82a18f07c7d60b0b742d4b802df))
|
|
24
|
+
- Fix sorted node preservation ([cc1342b](https://github.com/Quenty/NevermoreEngine/commit/cc1342b87642c1e1c60c36ef34fb5993d9c19268))
|
|
25
|
+
- Track changed removed and added spans which reduces our total effective spans ([54454db](https://github.com/Quenty/NevermoreEngine/commit/54454db643ba4c8cd7214f012c57e2781fa2372c))
|
|
26
|
+
- Use unified change span tracker ([9fc9ef6](https://github.com/Quenty/NevermoreEngine/commit/9fc9ef68c6f9d3aa71ea92c2b5a6f4285e99733f))
|
|
36
27
|
|
|
37
28
|
# [12.35.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.34.0...@quenty/observablecollection@12.35.0) (2026-04-14)
|
|
38
29
|
|
|
39
|
-
|
|
40
30
|
### Bug Fixes
|
|
41
31
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
32
|
+
- add an immediate emission to ObservableList.Observe ([#677](https://github.com/Quenty/NevermoreEngine/issues/677)) ([6723e35](https://github.com/Quenty/NevermoreEngine/commit/6723e3573c490d40635f083eeaba83bb4f343082))
|
|
47
33
|
|
|
48
34
|
# [12.34.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.33.0...@quenty/observablecollection@12.34.0) (2026-02-20)
|
|
49
35
|
|
|
50
|
-
|
|
51
36
|
### Features
|
|
52
37
|
|
|
53
|
-
|
|
38
|
+
- **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))
|
|
54
39
|
|
|
40
|
+
# [12.33.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.32.0...@quenty/observablecollection@12.33.0) (2026-02-19)
|
|
55
41
|
|
|
42
|
+
### Features
|
|
56
43
|
|
|
44
|
+
- **cli:** add aggregated batch test execution ([58f20e4](https://github.com/Quenty/NevermoreEngine/commit/58f20e437540c597ea445f47d47076c08ea9ca21))
|
|
57
45
|
|
|
46
|
+
# [12.32.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.31.0...@quenty/observablecollection@12.32.0) (2026-02-19)
|
|
58
47
|
|
|
59
|
-
|
|
48
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
60
49
|
|
|
50
|
+
# [12.31.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.30.2...@quenty/observablecollection@12.31.0) (2026-02-17)
|
|
61
51
|
|
|
62
52
|
### Features
|
|
63
53
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
54
|
+
- Add CI/CD batch unit testing ([016a366](https://github.com/Quenty/NevermoreEngine/commit/016a3663509c8fffa518b07cfc49ebecba2a1fa6))
|
|
55
|
+
- Create places automatically using nevermore-cli ([d4a6a66](https://github.com/Quenty/NevermoreEngine/commit/d4a6a66e5720d010b4fc3d6f973ccfdaa17dbead))
|
|
67
56
|
|
|
57
|
+
## [12.30.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.30.1...@quenty/observablecollection@12.30.2) (2026-01-23)
|
|
68
58
|
|
|
59
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
69
60
|
|
|
70
|
-
|
|
61
|
+
## [12.30.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.30.0...@quenty/observablecollection@12.30.1) (2026-01-21)
|
|
71
62
|
|
|
72
63
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
73
64
|
|
|
65
|
+
# [12.30.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.29.0...@quenty/observablecollection@12.30.0) (2026-01-18)
|
|
74
66
|
|
|
67
|
+
### Features
|
|
75
68
|
|
|
69
|
+
- ObservableSortedList now correctly fires changed indexes as we replicate in changes. ([63b41fc](https://github.com/Quenty/NevermoreEngine/commit/63b41fc54acf06b011aea3e8857b44fcc4e6ac2e))
|
|
76
70
|
|
|
71
|
+
# [12.29.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.28.0...@quenty/observablecollection@12.29.0) (2026-01-16)
|
|
77
72
|
|
|
78
|
-
|
|
73
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
79
74
|
|
|
75
|
+
# [12.28.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.27.1...@quenty/observablecollection@12.28.0) (2026-01-13)
|
|
80
76
|
|
|
81
|
-
|
|
77
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
82
78
|
|
|
83
|
-
|
|
84
|
-
* Create places automatically using nevermore-cli ([d4a6a66](https://github.com/Quenty/NevermoreEngine/commit/d4a6a66e5720d010b4fc3d6f973ccfdaa17dbead))
|
|
79
|
+
## [12.27.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.27.0...@quenty/observablecollection@12.27.1) (2026-01-12)
|
|
85
80
|
|
|
81
|
+
### Bug Fixes
|
|
86
82
|
|
|
83
|
+
- Fix dependency installation process for pnpm ([9651b09](https://github.com/Quenty/NevermoreEngine/commit/9651b09af34f252ef3f9c7c539793cc878dd8cba))
|
|
87
84
|
|
|
85
|
+
# [12.27.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.26.1...@quenty/observablecollection@12.27.0) (2026-01-11)
|
|
88
86
|
|
|
87
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
89
88
|
|
|
90
|
-
## [12.
|
|
89
|
+
## [12.26.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.26.0...@quenty/observablecollection@12.26.1) (2026-01-10)
|
|
91
90
|
|
|
92
91
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
93
92
|
|
|
93
|
+
# [12.26.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.25.1...@quenty/observablecollection@12.26.0) (2026-01-08)
|
|
94
94
|
|
|
95
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
95
96
|
|
|
97
|
+
## [12.25.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.25.0...@quenty/observablecollection@12.25.1) (2026-01-05)
|
|
96
98
|
|
|
99
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
97
100
|
|
|
98
|
-
|
|
101
|
+
# [12.25.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.24.7...@quenty/observablecollection@12.25.0) (2026-01-04)
|
|
99
102
|
|
|
100
103
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
101
104
|
|
|
105
|
+
## [12.24.7](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.24.6...@quenty/observablecollection@12.24.7) (2026-01-03)
|
|
102
106
|
|
|
107
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
103
108
|
|
|
109
|
+
## [12.24.6](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.24.5...@quenty/observablecollection@12.24.6) (2025-12-31)
|
|
104
110
|
|
|
111
|
+
### Bug Fixes
|
|
105
112
|
|
|
106
|
-
|
|
113
|
+
- Fix dependencies missing in packages ([97bd47d](https://github.com/Quenty/NevermoreEngine/commit/97bd47d341017152f91a28d8444252d20a8de9fa))
|
|
107
114
|
|
|
115
|
+
## [12.24.5](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.24.4...@quenty/observablecollection@12.24.5) (2025-12-29)
|
|
108
116
|
|
|
109
|
-
|
|
117
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
110
118
|
|
|
111
|
-
|
|
119
|
+
## [12.24.4](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.24.3...@quenty/observablecollection@12.24.4) (2025-12-29)
|
|
112
120
|
|
|
121
|
+
### Bug Fixes
|
|
113
122
|
|
|
123
|
+
- Update typing to be more accurate ([e4c3d05](https://github.com/Quenty/NevermoreEngine/commit/e4c3d05a0aa9f45a37cbfa372c5e0d8a748c9323))
|
|
114
124
|
|
|
125
|
+
## [12.24.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.24.2...@quenty/observablecollection@12.24.3) (2025-12-28)
|
|
115
126
|
|
|
127
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
116
128
|
|
|
117
|
-
|
|
129
|
+
## [12.24.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.24.1...@quenty/observablecollection@12.24.2) (2025-11-22)
|
|
118
130
|
|
|
119
131
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
120
132
|
|
|
133
|
+
## [12.24.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.24.0...@quenty/observablecollection@12.24.1) (2025-11-12)
|
|
121
134
|
|
|
135
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
122
136
|
|
|
137
|
+
# [12.24.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.23.0...@quenty/observablecollection@12.24.0) (2025-10-08)
|
|
123
138
|
|
|
139
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
124
140
|
|
|
125
|
-
# [12.
|
|
141
|
+
# [12.23.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.22.1...@quenty/observablecollection@12.23.0) (2025-09-26)
|
|
126
142
|
|
|
127
143
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
128
144
|
|
|
145
|
+
## [12.22.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.22.0...@quenty/observablecollection@12.22.1) (2025-09-15)
|
|
129
146
|
|
|
147
|
+
### Bug Fixes
|
|
130
148
|
|
|
149
|
+
- A few more cleanups ([#585](https://github.com/Quenty/NevermoreEngine/issues/585)) ([21fbb0d](https://github.com/Quenty/NevermoreEngine/commit/21fbb0d422ee0339366710ca682c8d4425368d52))
|
|
131
150
|
|
|
151
|
+
# [12.22.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.21.1...@quenty/observablecollection@12.22.0) (2025-08-29)
|
|
132
152
|
|
|
133
|
-
|
|
153
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
134
154
|
|
|
155
|
+
## [12.21.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.21.0...@quenty/observablecollection@12.21.1) (2025-08-12)
|
|
135
156
|
|
|
136
|
-
|
|
157
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
137
158
|
|
|
138
|
-
|
|
159
|
+
# [12.21.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.20.3...@quenty/observablecollection@12.21.0) (2025-05-10)
|
|
139
160
|
|
|
161
|
+
### Bug Fixes
|
|
140
162
|
|
|
163
|
+
- Additional type checking updates ([05ba29a](https://github.com/Quenty/NevermoreEngine/commit/05ba29a03efc9f3feed74b34f1d9dfb237496214))
|
|
141
164
|
|
|
165
|
+
### Features
|
|
142
166
|
|
|
167
|
+
- Add even more types ([b31717d](https://github.com/Quenty/NevermoreEngine/commit/b31717d8c9f7620c457f5018a2affa760a65334a))
|
|
143
168
|
|
|
144
|
-
|
|
169
|
+
## [12.20.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.20.2...@quenty/observablecollection@12.20.3) (2025-04-10)
|
|
145
170
|
|
|
146
171
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
147
172
|
|
|
173
|
+
## [12.20.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.20.0...@quenty/observablecollection@12.20.2) (2025-04-07)
|
|
148
174
|
|
|
175
|
+
### Bug Fixes
|
|
149
176
|
|
|
177
|
+
- Add types to packages ([2374fb2](https://github.com/Quenty/NevermoreEngine/commit/2374fb2b043cfbe0e9b507b3316eec46a4e353a0))
|
|
178
|
+
- Bump package versions for republishing ([ba47c62](https://github.com/Quenty/NevermoreEngine/commit/ba47c62e32170bf74377b0c658c60b84306dc294))
|
|
150
179
|
|
|
180
|
+
## [12.20.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.20.0...@quenty/observablecollection@12.20.1) (2025-04-07)
|
|
151
181
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
182
|
+
### Bug Fixes
|
|
155
183
|
|
|
184
|
+
- Add types to packages ([2374fb2](https://github.com/Quenty/NevermoreEngine/commit/2374fb2b043cfbe0e9b507b3316eec46a4e353a0))
|
|
156
185
|
|
|
186
|
+
# [12.20.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.19.4...@quenty/observablecollection@12.20.0) (2025-04-02)
|
|
157
187
|
|
|
188
|
+
### Bug Fixes
|
|
158
189
|
|
|
190
|
+
- Fix existing tests ([655787c](https://github.com/Quenty/NevermoreEngine/commit/655787ced1139136e12f81800e229aa076731561))
|
|
159
191
|
|
|
160
|
-
|
|
192
|
+
## [12.19.4](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.19.3...@quenty/observablecollection@12.19.4) (2025-03-31)
|
|
161
193
|
|
|
162
194
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
163
195
|
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
## [12.25.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.25.0...@quenty/observablecollection@12.25.1) (2026-01-05)
|
|
196
|
+
## [12.19.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.19.2...@quenty/observablecollection@12.19.3) (2025-03-21)
|
|
169
197
|
|
|
170
198
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
171
199
|
|
|
200
|
+
## [12.19.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.19.1...@quenty/observablecollection@12.19.2) (2025-03-13)
|
|
172
201
|
|
|
202
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
173
203
|
|
|
204
|
+
## [12.19.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.19.0...@quenty/observablecollection@12.19.1) (2025-03-09)
|
|
174
205
|
|
|
206
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
175
207
|
|
|
176
|
-
# [12.
|
|
208
|
+
# [12.19.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.18.1...@quenty/observablecollection@12.19.0) (2025-02-18)
|
|
177
209
|
|
|
178
210
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
179
211
|
|
|
212
|
+
## [12.18.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.18.0...@quenty/observablecollection@12.18.1) (2025-01-22)
|
|
180
213
|
|
|
214
|
+
### Bug Fixes
|
|
181
215
|
|
|
216
|
+
- Avoid firing events when we add and remove immediately within the same frame ([760eab8](https://github.com/Quenty/NevermoreEngine/commit/760eab89580cb2ebf422457778c424fd3ab28f00))
|
|
182
217
|
|
|
183
|
-
|
|
184
|
-
## [12.24.7](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.24.6...@quenty/observablecollection@12.24.7) (2026-01-03)
|
|
218
|
+
# [12.18.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.17.0...@quenty/observablecollection@12.18.0) (2025-01-19)
|
|
185
219
|
|
|
186
220
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
187
221
|
|
|
222
|
+
# [12.17.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.16.0...@quenty/observablecollection@12.17.0) (2024-12-15)
|
|
188
223
|
|
|
224
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
189
225
|
|
|
226
|
+
# [12.16.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.15.0...@quenty/observablecollection@12.16.0) (2024-12-03)
|
|
190
227
|
|
|
228
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
191
229
|
|
|
192
|
-
|
|
193
|
-
|
|
230
|
+
# [12.15.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.14.0...@quenty/observablecollection@12.15.0) (2024-12-03)
|
|
194
231
|
|
|
195
232
|
### Bug Fixes
|
|
196
233
|
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
234
|
+
- ObservableSortedList fires removed indexes (note: Doesn't handle negatives right now) ([f1c068d](https://github.com/Quenty/NevermoreEngine/commit/f1c068dd206b6a624e97cab86bb18c39e800a79a))
|
|
201
235
|
|
|
236
|
+
### Features
|
|
202
237
|
|
|
203
|
-
|
|
238
|
+
- Return a cleanup method, even when amount is 0 ([8544c2b](https://github.com/Quenty/NevermoreEngine/commit/8544c2b9b5993de54d299ec8cbf4443b721af029))
|
|
204
239
|
|
|
205
|
-
|
|
240
|
+
# [12.14.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.13.0...@quenty/observablecollection@12.14.0) (2024-11-13)
|
|
206
241
|
|
|
242
|
+
### Bug Fixes
|
|
207
243
|
|
|
244
|
+
- Fix :Observe() method in ObservableSortedList ([be780db](https://github.com/Quenty/NevermoreEngine/commit/be780db4695e9eee73aeef0600f6d2ebb14bc923))
|
|
208
245
|
|
|
246
|
+
# [12.13.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.12.0...@quenty/observablecollection@12.13.0) (2024-11-12)
|
|
209
247
|
|
|
248
|
+
### Bug Fixes
|
|
210
249
|
|
|
211
|
-
|
|
250
|
+
- Apply improvements to ObservableSortedList while it's cleaning up ([ce7650a](https://github.com/Quenty/NevermoreEngine/commit/ce7650ada50f420d506210d8902fb927c35bde7c))
|
|
251
|
+
- Fix index observers firing ([9bea5b6](https://github.com/Quenty/NevermoreEngine/commit/9bea5b69067b3be1db8a91135250c660e2588668))
|
|
212
252
|
|
|
253
|
+
# [12.12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.11.1...@quenty/observablecollection@12.12.0) (2024-11-06)
|
|
213
254
|
|
|
214
255
|
### Bug Fixes
|
|
215
256
|
|
|
216
|
-
|
|
257
|
+
- Apparently working list ([e7a19a7](https://github.com/Quenty/NevermoreEngine/commit/e7a19a75cc06cd8df27768b89839a0b5c91d0c46))
|
|
258
|
+
- Fix some state issues and improve performance ([69305a7](https://github.com/Quenty/NevermoreEngine/commit/69305a7732218a28c70d8e081238974b45da95e1))
|
|
259
|
+
- Slightly cleaner code ([d0a9822](https://github.com/Quenty/NevermoreEngine/commit/d0a98220429dba24b67bbccd70fa9d90a11ac793))
|
|
217
260
|
|
|
261
|
+
### Features
|
|
218
262
|
|
|
263
|
+
- Add \_\_iter implementations ([dd6db9a](https://github.com/Quenty/NevermoreEngine/commit/dd6db9a27c98afb4177ea950f1b3e2b22d4487d2))
|
|
264
|
+
- Add unfinished observable sorted list ([c7e9817](https://github.com/Quenty/NevermoreEngine/commit/c7e9817f07c9431e5f7cdf1fa2e700d3b3277f60))
|
|
265
|
+
- Broken observable list ([4f8a551](https://github.com/Quenty/NevermoreEngine/commit/4f8a551b5b1ca6ca5bc9fd9f471ab26aeefc28f9))
|
|
266
|
+
- More stuff broken, but it's getting there ([d141e80](https://github.com/Quenty/NevermoreEngine/commit/d141e8007d789f47766b9ab98eebda864142a1ae))
|
|
219
267
|
|
|
268
|
+
### Performance Improvements
|
|
220
269
|
|
|
270
|
+
- Improve iteration perf ([40ebb7a](https://github.com/Quenty/NevermoreEngine/commit/40ebb7aeea5d3f6d5e292567e023638ff8f45864))
|
|
271
|
+
- Use ObservableSubscriptionTable and stop debug validating integrity ([9d8e66b](https://github.com/Quenty/NevermoreEngine/commit/9d8e66b73b25f6ed087cbb38341bb9ea4a1162b4))
|
|
221
272
|
|
|
222
|
-
## [12.
|
|
273
|
+
## [12.11.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.11.0...@quenty/observablecollection@12.11.1) (2024-11-04)
|
|
223
274
|
|
|
224
275
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
225
276
|
|
|
277
|
+
# [12.11.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.10.0...@quenty/observablecollection@12.11.0) (2024-11-03)
|
|
226
278
|
|
|
279
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
227
280
|
|
|
281
|
+
# [12.10.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.9.1...@quenty/observablecollection@12.10.0) (2024-10-23)
|
|
228
282
|
|
|
283
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
229
284
|
|
|
230
|
-
## [12.
|
|
285
|
+
## [12.9.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.9.0...@quenty/observablecollection@12.9.1) (2024-10-09)
|
|
231
286
|
|
|
232
287
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
233
288
|
|
|
289
|
+
# [12.9.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.8.1...@quenty/observablecollection@12.9.0) (2024-10-06)
|
|
290
|
+
|
|
291
|
+
### Bug Fixes
|
|
234
292
|
|
|
293
|
+
- Add ObservableMapSet:GetKeyList() ([e5d3461](https://github.com/Quenty/NevermoreEngine/commit/e5d3461e5f835c9442e49eb0f304dc5fb360cb28))
|
|
294
|
+
- Brios sometime cleanup wrongly ([e546588](https://github.com/Quenty/NevermoreEngine/commit/e546588d97b2e8f8386d9795f04929c9b45a27d1))
|
|
235
295
|
|
|
296
|
+
### Features
|
|
236
297
|
|
|
298
|
+
- Add ObservableMapList:GetFirstItemForKey(key) and ObservableMapList:GetListOfValuesAtListIndex(index) ([bdfc759](https://github.com/Quenty/NevermoreEngine/commit/bdfc7596d8e25350e65a3cc841debcfa0ad444de))
|
|
299
|
+
- Add ObservableMapList:GetItemForKeyAtIndex(key, index) ([224dd25](https://github.com/Quenty/NevermoreEngine/commit/224dd250f2794b7f584d756828dffd9e49b0d009))
|
|
237
300
|
|
|
238
|
-
|
|
301
|
+
### Performance Improvements
|
|
302
|
+
|
|
303
|
+
- Improve :GetKeyList() allocation performance ([b8043cf](https://github.com/Quenty/NevermoreEngine/commit/b8043cfad4e4cfdb2c8ec5d73988bb8bae723c42))
|
|
304
|
+
|
|
305
|
+
## [12.8.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.8.0...@quenty/observablecollection@12.8.1) (2024-10-04)
|
|
239
306
|
|
|
240
307
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
241
308
|
|
|
309
|
+
# [12.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.7.0...@quenty/observablecollection@12.8.0) (2024-10-04)
|
|
310
|
+
|
|
311
|
+
### Features
|
|
242
312
|
|
|
313
|
+
- Add ObservableSortedList:Contains(value) ([049c9df](https://github.com/Quenty/NevermoreEngine/commit/049c9df1df0cc765124c624a1276a456ff3e7700))
|
|
314
|
+
- ObservableSortedList can take non rx-value and still be performant ([e5c1d4f](https://github.com/Quenty/NevermoreEngine/commit/e5c1d4fb272f22d2559fba6f1a533686a730fca8))
|
|
243
315
|
|
|
316
|
+
### Performance Improvements
|
|
244
317
|
|
|
318
|
+
- Predeclare size of lists to allocate for lists ([b662bbb](https://github.com/Quenty/NevermoreEngine/commit/b662bbb814f91a1853a549b217fa8af8a9f74d3d))
|
|
319
|
+
- Use switchToBrio() and table.create ([f73644e](https://github.com/Quenty/NevermoreEngine/commit/f73644e56a9ffd0991833bd147c705c210553539))
|
|
245
320
|
|
|
246
|
-
# [12.
|
|
321
|
+
# [12.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.6.0...@quenty/observablecollection@12.7.0) (2024-09-25)
|
|
247
322
|
|
|
248
323
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
249
324
|
|
|
325
|
+
# [12.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.5.2...@quenty/observablecollection@12.6.0) (2024-09-25)
|
|
250
326
|
|
|
327
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
251
328
|
|
|
329
|
+
## [12.5.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.5.1...@quenty/observablecollection@12.5.2) (2024-09-22)
|
|
252
330
|
|
|
331
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
253
332
|
|
|
254
|
-
|
|
333
|
+
## [12.5.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.5.0...@quenty/observablecollection@12.5.1) (2024-09-20)
|
|
255
334
|
|
|
256
335
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
257
336
|
|
|
337
|
+
# [12.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.4.0...@quenty/observablecollection@12.5.0) (2024-09-12)
|
|
258
338
|
|
|
339
|
+
### Features
|
|
259
340
|
|
|
341
|
+
- Add ObservableCountingMap:ObservePairsBrio() and ObservableCountingMap:ObserveAtKey(key) ([b3baa09](https://github.com/Quenty/NevermoreEngine/commit/b3baa09563be96ccfd985496e833ad87a78bc953))
|
|
260
342
|
|
|
343
|
+
# [12.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.3.1...@quenty/observablecollection@12.4.0) (2024-08-09)
|
|
261
344
|
|
|
262
|
-
|
|
345
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
263
346
|
|
|
347
|
+
## [12.3.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.3.0...@quenty/observablecollection@12.3.1) (2024-07-16)
|
|
264
348
|
|
|
265
349
|
### Bug Fixes
|
|
266
350
|
|
|
267
|
-
|
|
268
|
-
|
|
351
|
+
- Using integer keys in w/ Observe methods in ObservableMap ([#470](https://github.com/Quenty/NevermoreEngine/issues/470)) ([59cf850](https://github.com/Quenty/NevermoreEngine/commit/59cf8508f4afe060bea7b07d70cb9e312dffe996))
|
|
269
352
|
|
|
353
|
+
# [12.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.2.0...@quenty/observablecollection@12.3.0) (2024-05-09)
|
|
270
354
|
|
|
355
|
+
### Bug Fixes
|
|
271
356
|
|
|
357
|
+
- Bootstrap specifically to loader ([7f4d4f9](https://github.com/Quenty/NevermoreEngine/commit/7f4d4f9cd4a6602af8daaf04983bb349dafc7e95))
|
|
358
|
+
- Fix .package-lock.json replicating in packages ([75d0efe](https://github.com/Quenty/NevermoreEngine/commit/75d0efeef239f221d93352af71a5b3e930ec23c5))
|
|
272
359
|
|
|
273
|
-
# [12.
|
|
360
|
+
# [12.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.1.1...@quenty/observablecollection@12.2.0) (2024-04-27)
|
|
274
361
|
|
|
275
362
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
276
363
|
|
|
364
|
+
## [12.1.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.1.0...@quenty/observablecollection@12.1.1) (2024-04-23)
|
|
277
365
|
|
|
366
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
278
367
|
|
|
368
|
+
# [12.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.0.0...@quenty/observablecollection@12.1.0) (2024-03-09)
|
|
279
369
|
|
|
370
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
280
371
|
|
|
281
|
-
|
|
372
|
+
# [12.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@11.0.0...@quenty/observablecollection@12.0.0) (2024-02-14)
|
|
282
373
|
|
|
283
374
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
284
375
|
|
|
376
|
+
# [11.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@10.0.0...@quenty/observablecollection@11.0.0) (2024-02-14)
|
|
285
377
|
|
|
378
|
+
### Bug Fixes
|
|
286
379
|
|
|
380
|
+
- Fix sorting errors ([43ac468](https://github.com/Quenty/NevermoreEngine/commit/43ac468dd49147011c04e9d61e08573fb543423c))
|
|
287
381
|
|
|
382
|
+
# [10.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@9.0.0...@quenty/observablecollection@10.0.0) (2024-02-13)
|
|
288
383
|
|
|
289
|
-
|
|
384
|
+
### Bug Fixes
|
|
290
385
|
|
|
386
|
+
- Fix bootstrap of test environments and loader samples ([441e4a9](https://github.com/Quenty/NevermoreEngine/commit/441e4a90d19fcc203da2fdedc08e532c20d52f99))
|
|
291
387
|
|
|
292
|
-
|
|
388
|
+
# [9.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@8.0.0...@quenty/observablecollection@9.0.0) (2024-02-13)
|
|
293
389
|
|
|
294
|
-
|
|
390
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
295
391
|
|
|
392
|
+
# [8.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@7.0.0...@quenty/observablecollection@8.0.0) (2024-02-13)
|
|
296
393
|
|
|
297
394
|
### Features
|
|
298
395
|
|
|
299
|
-
|
|
396
|
+
- New loader (breaking changes), fixing loader issues ([#439](https://github.com/Quenty/NevermoreEngine/issues/439)) ([3534345](https://github.com/Quenty/NevermoreEngine/commit/353434522918812953bd9f13fece73e27a4d034d))
|
|
300
397
|
|
|
398
|
+
### BREAKING CHANGES
|
|
301
399
|
|
|
400
|
+
- Standard loader
|
|
302
401
|
|
|
402
|
+
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.
|
|
303
403
|
|
|
404
|
+
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.
|
|
304
405
|
|
|
305
|
-
|
|
406
|
+
Signed-off-by: James Onnen <jonnen0@gmail.com>
|
|
306
407
|
|
|
307
|
-
|
|
408
|
+
- fix: Fix missing dependency in ResetService
|
|
308
409
|
|
|
410
|
+
- feat: Add RxPhysicsUtils.observePartMass
|
|
309
411
|
|
|
412
|
+
- fix: Fix package discovery for games
|
|
310
413
|
|
|
414
|
+
- feat: Add UIAlignmentUtils.verticalToHorizontalAlignment(verticalAlignment) and UIAlignmentUtils.horizontalToVerticalAlignment(horizontalAlignment)
|
|
311
415
|
|
|
416
|
+
- feat: AdorneeData:InitAttributes() does not require data as a secondparameter
|
|
312
417
|
|
|
313
|
-
|
|
418
|
+
- ci: Upgrade to new rojo 7.4.0
|
|
314
419
|
|
|
420
|
+
- fix: Update loader to handle hoarcekat properly
|
|
315
421
|
|
|
316
|
-
|
|
422
|
+
- docs: Fix spacing in Maid
|
|
317
423
|
|
|
318
|
-
|
|
319
|
-
* Bump package versions for republishing ([ba47c62](https://github.com/Quenty/NevermoreEngine/commit/ba47c62e32170bf74377b0c658c60b84306dc294))
|
|
424
|
+
- fix: Add new ragdoll constants
|
|
320
425
|
|
|
426
|
+
- fix: Compress influxDB sends
|
|
321
427
|
|
|
428
|
+
- style: Errors use string.format
|
|
322
429
|
|
|
430
|
+
- fix: Handle motor animations
|
|
323
431
|
|
|
432
|
+
- ci: Upgrade rojo version
|
|
324
433
|
|
|
325
|
-
|
|
434
|
+
- feat!: Maid no longer is includd in ValueObject.Changed event
|
|
326
435
|
|
|
436
|
+
- docs: Fix docs
|
|
327
437
|
|
|
328
|
-
|
|
438
|
+
# [7.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@6.5.0...@quenty/observablecollection@7.0.0) (2024-01-10)
|
|
329
439
|
|
|
330
|
-
|
|
440
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
331
441
|
|
|
442
|
+
# [6.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@6.4.0...@quenty/observablecollection@6.5.0) (2024-01-08)
|
|
332
443
|
|
|
444
|
+
### Features
|
|
333
445
|
|
|
446
|
+
- Add ObservableSet:GetRawSet() ([7a31f7e](https://github.com/Quenty/NevermoreEngine/commit/7a31f7ed8ab04c69d1098945f58d580cebdd29fb))
|
|
334
447
|
|
|
448
|
+
# [6.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@6.3.0...@quenty/observablecollection@6.4.0) (2023-12-28)
|
|
335
449
|
|
|
336
|
-
|
|
450
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
337
451
|
|
|
452
|
+
# [6.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@6.2.1...@quenty/observablecollection@6.3.0) (2023-12-14)
|
|
338
453
|
|
|
339
454
|
### Bug Fixes
|
|
340
455
|
|
|
341
|
-
|
|
456
|
+
- Fix removing from lists in ObservableMapList ([14278f0](https://github.com/Quenty/NevermoreEngine/commit/14278f0136b944ad679fa5b29e1e94a560bef8ac))
|
|
342
457
|
|
|
458
|
+
### Features
|
|
343
459
|
|
|
460
|
+
- Add :ObserveKeyList() to ObservableMap and equivalents ([8f1cb4b](https://github.com/Quenty/NevermoreEngine/commit/8f1cb4b705c98fed0e96c9889c4aa62f635751ce))
|
|
344
461
|
|
|
462
|
+
## [6.2.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@6.2.0...@quenty/observablecollection@6.2.1) (2023-10-28)
|
|
345
463
|
|
|
464
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
346
465
|
|
|
347
|
-
|
|
466
|
+
# [6.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@6.1.1...@quenty/observablecollection@6.2.0) (2023-10-18)
|
|
348
467
|
|
|
349
468
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
350
469
|
|
|
470
|
+
## [6.1.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@6.1.0...@quenty/observablecollection@6.1.1) (2023-10-17)
|
|
351
471
|
|
|
472
|
+
### Bug Fixes
|
|
352
473
|
|
|
474
|
+
- Fix function implementations/names in ObservableList ([#423](https://github.com/Quenty/NevermoreEngine/issues/423)) ([cf3ece3](https://github.com/Quenty/NevermoreEngine/commit/cf3ece3866564f3f6af71815939ce0d984d9c3b1))
|
|
353
475
|
|
|
476
|
+
# [6.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@6.0.0...@quenty/observablecollection@6.1.0) (2023-10-12)
|
|
354
477
|
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
478
|
+
### Features
|
|
358
479
|
|
|
480
|
+
- Add ObservableMapSet:GetKeyList() ([a1141f4](https://github.com/Quenty/NevermoreEngine/commit/a1141f43b900f5518dd798e0c35a383c575b1890))
|
|
359
481
|
|
|
482
|
+
# [6.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.26.0...@quenty/observablecollection@6.0.0) (2023-10-11)
|
|
360
483
|
|
|
484
|
+
### Features
|
|
361
485
|
|
|
486
|
+
- Make observable sorted list stable and use binary search ([6ca9dc7](https://github.com/Quenty/NevermoreEngine/commit/6ca9dc74724e8446aceac432dca95a647c3ef0c2))
|
|
362
487
|
|
|
363
|
-
|
|
488
|
+
# [5.26.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.25.0...@quenty/observablecollection@5.26.0) (2023-09-21)
|
|
364
489
|
|
|
365
490
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
366
491
|
|
|
492
|
+
# [5.25.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.24.0...@quenty/observablecollection@5.25.0) (2023-09-04)
|
|
367
493
|
|
|
494
|
+
### Features
|
|
368
495
|
|
|
496
|
+
- Add ObservableMapList.new() and fix unit tests ([84e16ed](https://github.com/Quenty/NevermoreEngine/commit/84e16ed86af9bbc1ad19486f0298a9f7f3484b3e))
|
|
369
497
|
|
|
498
|
+
# [5.24.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.23.0...@quenty/observablecollection@5.24.0) (2023-08-23)
|
|
370
499
|
|
|
371
|
-
|
|
500
|
+
### Bug Fixes
|
|
372
501
|
|
|
373
|
-
|
|
502
|
+
- Handle items after connecting to events ([800364b](https://github.com/Quenty/NevermoreEngine/commit/800364b77ce0b7fc42ad141846265657876512f8))
|
|
374
503
|
|
|
504
|
+
### Features
|
|
375
505
|
|
|
506
|
+
- ObservableMap uses subscription table ([fa39e53](https://github.com/Quenty/NevermoreEngine/commit/fa39e539c809e77f7d9539442727c48505f98ea1))
|
|
376
507
|
|
|
508
|
+
# [5.23.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.22.0...@quenty/observablecollection@5.23.0) (2023-08-01)
|
|
377
509
|
|
|
510
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
378
511
|
|
|
379
|
-
# [
|
|
512
|
+
# [5.22.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.21.0...@quenty/observablecollection@5.22.0) (2023-07-28)
|
|
380
513
|
|
|
381
514
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
382
515
|
|
|
516
|
+
# [5.21.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.20.0...@quenty/observablecollection@5.21.0) (2023-07-23)
|
|
383
517
|
|
|
518
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
384
519
|
|
|
520
|
+
# [5.20.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.19.1...@quenty/observablecollection@5.20.0) (2023-07-15)
|
|
385
521
|
|
|
522
|
+
### Features
|
|
386
523
|
|
|
387
|
-
|
|
524
|
+
- Add :Observe() API calls to a variety of systems and allow Blend to :Observe() stuff ([ca29c68](https://github.com/Quenty/NevermoreEngine/commit/ca29c68164dfdaf136e9168faf48f487bed26088))
|
|
388
525
|
|
|
526
|
+
## [5.19.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.19.0...@quenty/observablecollection@5.19.1) (2023-07-11)
|
|
389
527
|
|
|
390
|
-
|
|
528
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
391
529
|
|
|
392
|
-
|
|
530
|
+
# [5.19.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.18.1...@quenty/observablecollection@5.19.0) (2023-07-10)
|
|
393
531
|
|
|
532
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
394
533
|
|
|
534
|
+
## [5.18.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.18.0...@quenty/observablecollection@5.18.1) (2023-07-03)
|
|
395
535
|
|
|
536
|
+
### Bug Fixes
|
|
396
537
|
|
|
538
|
+
- Fix missing dependency in ObservableCollection ([f6e7834](https://github.com/Quenty/NevermoreEngine/commit/f6e7834c02142dbe6c941e7cf4226cfd723ed0b1))
|
|
397
539
|
|
|
398
|
-
# [
|
|
540
|
+
# [5.18.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.17.0...@quenty/observablecollection@5.18.0) (2023-06-17)
|
|
399
541
|
|
|
400
542
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
401
543
|
|
|
544
|
+
# [5.17.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.16.0...@quenty/observablecollection@5.17.0) (2023-06-05)
|
|
402
545
|
|
|
546
|
+
**Note:** Version bump only for package @quenty/observablecollection
|
|
403
547
|
|
|
548
|
+
# [5.16.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.15.0...@quenty/observablecollection@5.16.0) (2023-05-26)
|
|
404
549
|
|
|
550
|
+
### Features
|
|
405
551
|
|
|
406
|
-
|
|
552
|
+
- Add :Observe() calls to ObservableList and ObservableSortedList ([2f22fbc](https://github.com/Quenty/NevermoreEngine/commit/2f22fbc0830f51aa73ba01b6bb0d25f736e37b6e))
|
|
553
|
+
- Initial refactor of guis to use ValueObject instead of ValueObject ([723aba0](https://github.com/Quenty/NevermoreEngine/commit/723aba0208cae7e06c9d8bf2d8f0092d042d70ea))
|
|
407
554
|
|
|
408
|
-
|
|
555
|
+
# [5.15.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.14.0...@quenty/observablecollection@5.15.0) (2023-05-08)
|
|
409
556
|
|
|
557
|
+
### Bug Fixes
|
|
410
558
|
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
# [12.16.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.15.0...@quenty/observablecollection@12.16.0) (2024-12-03)
|
|
415
|
-
|
|
416
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
# [12.15.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.14.0...@quenty/observablecollection@12.15.0) (2024-12-03)
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
### Bug Fixes
|
|
426
|
-
|
|
427
|
-
* ObservableSortedList fires removed indexes (note: Doesn't handle negatives right now) ([f1c068d](https://github.com/Quenty/NevermoreEngine/commit/f1c068dd206b6a624e97cab86bb18c39e800a79a))
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
### Features
|
|
431
|
-
|
|
432
|
-
* Return a cleanup method, even when amount is 0 ([8544c2b](https://github.com/Quenty/NevermoreEngine/commit/8544c2b9b5993de54d299ec8cbf4443b721af029))
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
# [12.14.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.13.0...@quenty/observablecollection@12.14.0) (2024-11-13)
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
### Bug Fixes
|
|
442
|
-
|
|
443
|
-
* Fix :Observe() method in ObservableSortedList ([be780db](https://github.com/Quenty/NevermoreEngine/commit/be780db4695e9eee73aeef0600f6d2ebb14bc923))
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
# [12.13.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.12.0...@quenty/observablecollection@12.13.0) (2024-11-12)
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
### Bug Fixes
|
|
453
|
-
|
|
454
|
-
* Apply improvements to ObservableSortedList while it's cleaning up ([ce7650a](https://github.com/Quenty/NevermoreEngine/commit/ce7650ada50f420d506210d8902fb927c35bde7c))
|
|
455
|
-
* Fix index observers firing ([9bea5b6](https://github.com/Quenty/NevermoreEngine/commit/9bea5b69067b3be1db8a91135250c660e2588668))
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
# [12.12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.11.1...@quenty/observablecollection@12.12.0) (2024-11-06)
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
### Bug Fixes
|
|
465
|
-
|
|
466
|
-
* Apparently working list ([e7a19a7](https://github.com/Quenty/NevermoreEngine/commit/e7a19a75cc06cd8df27768b89839a0b5c91d0c46))
|
|
467
|
-
* Fix some state issues and improve performance ([69305a7](https://github.com/Quenty/NevermoreEngine/commit/69305a7732218a28c70d8e081238974b45da95e1))
|
|
468
|
-
* Slightly cleaner code ([d0a9822](https://github.com/Quenty/NevermoreEngine/commit/d0a98220429dba24b67bbccd70fa9d90a11ac793))
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
### Features
|
|
472
|
-
|
|
473
|
-
* Add __iter implementations ([dd6db9a](https://github.com/Quenty/NevermoreEngine/commit/dd6db9a27c98afb4177ea950f1b3e2b22d4487d2))
|
|
474
|
-
* Add unfinished observable sorted list ([c7e9817](https://github.com/Quenty/NevermoreEngine/commit/c7e9817f07c9431e5f7cdf1fa2e700d3b3277f60))
|
|
475
|
-
* Broken observable list ([4f8a551](https://github.com/Quenty/NevermoreEngine/commit/4f8a551b5b1ca6ca5bc9fd9f471ab26aeefc28f9))
|
|
476
|
-
* More stuff broken, but it's getting there ([d141e80](https://github.com/Quenty/NevermoreEngine/commit/d141e8007d789f47766b9ab98eebda864142a1ae))
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
### Performance Improvements
|
|
480
|
-
|
|
481
|
-
* Improve iteration perf ([40ebb7a](https://github.com/Quenty/NevermoreEngine/commit/40ebb7aeea5d3f6d5e292567e023638ff8f45864))
|
|
482
|
-
* Use ObservableSubscriptionTable and stop debug validating integrity ([9d8e66b](https://github.com/Quenty/NevermoreEngine/commit/9d8e66b73b25f6ed087cbb38341bb9ea4a1162b4))
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
## [12.11.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.11.0...@quenty/observablecollection@12.11.1) (2024-11-04)
|
|
489
|
-
|
|
490
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
# [12.11.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.10.0...@quenty/observablecollection@12.11.0) (2024-11-03)
|
|
497
|
-
|
|
498
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
# [12.10.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.9.1...@quenty/observablecollection@12.10.0) (2024-10-23)
|
|
505
|
-
|
|
506
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
## [12.9.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.9.0...@quenty/observablecollection@12.9.1) (2024-10-09)
|
|
513
|
-
|
|
514
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
# [12.9.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.8.1...@quenty/observablecollection@12.9.0) (2024-10-06)
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
### Bug Fixes
|
|
524
|
-
|
|
525
|
-
* Add ObservableMapSet:GetKeyList() ([e5d3461](https://github.com/Quenty/NevermoreEngine/commit/e5d3461e5f835c9442e49eb0f304dc5fb360cb28))
|
|
526
|
-
* Brios sometime cleanup wrongly ([e546588](https://github.com/Quenty/NevermoreEngine/commit/e546588d97b2e8f8386d9795f04929c9b45a27d1))
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
### Features
|
|
530
|
-
|
|
531
|
-
* Add ObservableMapList:GetFirstItemForKey(key) and ObservableMapList:GetListOfValuesAtListIndex(index) ([bdfc759](https://github.com/Quenty/NevermoreEngine/commit/bdfc7596d8e25350e65a3cc841debcfa0ad444de))
|
|
532
|
-
* Add ObservableMapList:GetItemForKeyAtIndex(key, index) ([224dd25](https://github.com/Quenty/NevermoreEngine/commit/224dd250f2794b7f584d756828dffd9e49b0d009))
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
### Performance Improvements
|
|
536
|
-
|
|
537
|
-
* Improve :GetKeyList() allocation performance ([b8043cf](https://github.com/Quenty/NevermoreEngine/commit/b8043cfad4e4cfdb2c8ec5d73988bb8bae723c42))
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
## [12.8.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.8.0...@quenty/observablecollection@12.8.1) (2024-10-04)
|
|
544
|
-
|
|
545
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
# [12.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.7.0...@quenty/observablecollection@12.8.0) (2024-10-04)
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
### Features
|
|
555
|
-
|
|
556
|
-
* Add ObservableSortedList:Contains(value) ([049c9df](https://github.com/Quenty/NevermoreEngine/commit/049c9df1df0cc765124c624a1276a456ff3e7700))
|
|
557
|
-
* ObservableSortedList can take non rx-value and still be performant ([e5c1d4f](https://github.com/Quenty/NevermoreEngine/commit/e5c1d4fb272f22d2559fba6f1a533686a730fca8))
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
### Performance Improvements
|
|
561
|
-
|
|
562
|
-
* Predeclare size of lists to allocate for lists ([b662bbb](https://github.com/Quenty/NevermoreEngine/commit/b662bbb814f91a1853a549b217fa8af8a9f74d3d))
|
|
563
|
-
* Use switchToBrio() and table.create ([f73644e](https://github.com/Quenty/NevermoreEngine/commit/f73644e56a9ffd0991833bd147c705c210553539))
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
# [12.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.6.0...@quenty/observablecollection@12.7.0) (2024-09-25)
|
|
570
|
-
|
|
571
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
# [12.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.5.2...@quenty/observablecollection@12.6.0) (2024-09-25)
|
|
578
|
-
|
|
579
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
## [12.5.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.5.1...@quenty/observablecollection@12.5.2) (2024-09-22)
|
|
586
|
-
|
|
587
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
## [12.5.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.5.0...@quenty/observablecollection@12.5.1) (2024-09-20)
|
|
594
|
-
|
|
595
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
# [12.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.4.0...@quenty/observablecollection@12.5.0) (2024-09-12)
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
### Features
|
|
605
|
-
|
|
606
|
-
* Add ObservableCountingMap:ObservePairsBrio() and ObservableCountingMap:ObserveAtKey(key) ([b3baa09](https://github.com/Quenty/NevermoreEngine/commit/b3baa09563be96ccfd985496e833ad87a78bc953))
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
# [12.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.3.1...@quenty/observablecollection@12.4.0) (2024-08-09)
|
|
613
|
-
|
|
614
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
## [12.3.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.3.0...@quenty/observablecollection@12.3.1) (2024-07-16)
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
### Bug Fixes
|
|
624
|
-
|
|
625
|
-
* Using integer keys in w/ Observe methods in ObservableMap ([#470](https://github.com/Quenty/NevermoreEngine/issues/470)) ([59cf850](https://github.com/Quenty/NevermoreEngine/commit/59cf8508f4afe060bea7b07d70cb9e312dffe996))
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
# [12.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.2.0...@quenty/observablecollection@12.3.0) (2024-05-09)
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
### Bug Fixes
|
|
635
|
-
|
|
636
|
-
* Bootstrap specifically to loader ([7f4d4f9](https://github.com/Quenty/NevermoreEngine/commit/7f4d4f9cd4a6602af8daaf04983bb349dafc7e95))
|
|
637
|
-
* Fix .package-lock.json replicating in packages ([75d0efe](https://github.com/Quenty/NevermoreEngine/commit/75d0efeef239f221d93352af71a5b3e930ec23c5))
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
# [12.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.1.1...@quenty/observablecollection@12.2.0) (2024-04-27)
|
|
644
|
-
|
|
645
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
## [12.1.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.1.0...@quenty/observablecollection@12.1.1) (2024-04-23)
|
|
652
|
-
|
|
653
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
# [12.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.0.0...@quenty/observablecollection@12.1.0) (2024-03-09)
|
|
660
|
-
|
|
661
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
# [12.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@11.0.0...@quenty/observablecollection@12.0.0) (2024-02-14)
|
|
668
|
-
|
|
669
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
# [11.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@10.0.0...@quenty/observablecollection@11.0.0) (2024-02-14)
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
### Bug Fixes
|
|
679
|
-
|
|
680
|
-
* Fix sorting errors ([43ac468](https://github.com/Quenty/NevermoreEngine/commit/43ac468dd49147011c04e9d61e08573fb543423c))
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
# [10.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@9.0.0...@quenty/observablecollection@10.0.0) (2024-02-13)
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
### Bug Fixes
|
|
690
|
-
|
|
691
|
-
* Fix bootstrap of test environments and loader samples ([441e4a9](https://github.com/Quenty/NevermoreEngine/commit/441e4a90d19fcc203da2fdedc08e532c20d52f99))
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
# [9.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@8.0.0...@quenty/observablecollection@9.0.0) (2024-02-13)
|
|
698
|
-
|
|
699
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
# [8.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@7.0.0...@quenty/observablecollection@8.0.0) (2024-02-13)
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
### Features
|
|
709
|
-
|
|
710
|
-
* New loader (breaking changes), fixing loader issues ([#439](https://github.com/Quenty/NevermoreEngine/issues/439)) ([3534345](https://github.com/Quenty/NevermoreEngine/commit/353434522918812953bd9f13fece73e27a4d034d))
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
### BREAKING CHANGES
|
|
714
|
-
|
|
715
|
-
* Standard loader
|
|
716
|
-
|
|
717
|
-
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.
|
|
718
|
-
|
|
719
|
-
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.
|
|
720
|
-
|
|
721
|
-
Signed-off-by: James Onnen <jonnen0@gmail.com>
|
|
722
|
-
|
|
723
|
-
* fix: Fix missing dependency in ResetService
|
|
724
|
-
|
|
725
|
-
* feat: Add RxPhysicsUtils.observePartMass
|
|
726
|
-
|
|
727
|
-
* fix: Fix package discovery for games
|
|
728
|
-
|
|
729
|
-
* feat: Add UIAlignmentUtils.verticalToHorizontalAlignment(verticalAlignment) and UIAlignmentUtils.horizontalToVerticalAlignment(horizontalAlignment)
|
|
730
|
-
|
|
731
|
-
* feat: AdorneeData:InitAttributes() does not require data as a secondparameter
|
|
732
|
-
|
|
733
|
-
* ci: Upgrade to new rojo 7.4.0
|
|
734
|
-
|
|
735
|
-
* fix: Update loader to handle hoarcekat properly
|
|
736
|
-
|
|
737
|
-
* docs: Fix spacing in Maid
|
|
738
|
-
|
|
739
|
-
* fix: Add new ragdoll constants
|
|
740
|
-
|
|
741
|
-
* fix: Compress influxDB sends
|
|
742
|
-
|
|
743
|
-
* style: Errors use string.format
|
|
744
|
-
|
|
745
|
-
* fix: Handle motor animations
|
|
746
|
-
|
|
747
|
-
* ci: Upgrade rojo version
|
|
748
|
-
|
|
749
|
-
* feat!: Maid no longer is includd in ValueObject.Changed event
|
|
750
|
-
|
|
751
|
-
* docs: Fix docs
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
# [7.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@6.5.0...@quenty/observablecollection@7.0.0) (2024-01-10)
|
|
758
|
-
|
|
759
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
# [6.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@6.4.0...@quenty/observablecollection@6.5.0) (2024-01-08)
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
### Features
|
|
769
|
-
|
|
770
|
-
* Add ObservableSet:GetRawSet() ([7a31f7e](https://github.com/Quenty/NevermoreEngine/commit/7a31f7ed8ab04c69d1098945f58d580cebdd29fb))
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
# [6.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@6.3.0...@quenty/observablecollection@6.4.0) (2023-12-28)
|
|
777
|
-
|
|
778
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
# [6.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@6.2.1...@quenty/observablecollection@6.3.0) (2023-12-14)
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
### Bug Fixes
|
|
788
|
-
|
|
789
|
-
* Fix removing from lists in ObservableMapList ([14278f0](https://github.com/Quenty/NevermoreEngine/commit/14278f0136b944ad679fa5b29e1e94a560bef8ac))
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
### Features
|
|
793
|
-
|
|
794
|
-
* Add :ObserveKeyList() to ObservableMap and equivalents ([8f1cb4b](https://github.com/Quenty/NevermoreEngine/commit/8f1cb4b705c98fed0e96c9889c4aa62f635751ce))
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
## [6.2.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@6.2.0...@quenty/observablecollection@6.2.1) (2023-10-28)
|
|
801
|
-
|
|
802
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
# [6.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@6.1.1...@quenty/observablecollection@6.2.0) (2023-10-18)
|
|
809
|
-
|
|
810
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
## [6.1.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@6.1.0...@quenty/observablecollection@6.1.1) (2023-10-17)
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
### Bug Fixes
|
|
820
|
-
|
|
821
|
-
* Fix function implementations/names in ObservableList ([#423](https://github.com/Quenty/NevermoreEngine/issues/423)) ([cf3ece3](https://github.com/Quenty/NevermoreEngine/commit/cf3ece3866564f3f6af71815939ce0d984d9c3b1))
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
# [6.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@6.0.0...@quenty/observablecollection@6.1.0) (2023-10-12)
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
### Features
|
|
831
|
-
|
|
832
|
-
* Add ObservableMapSet:GetKeyList() ([a1141f4](https://github.com/Quenty/NevermoreEngine/commit/a1141f43b900f5518dd798e0c35a383c575b1890))
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
# [6.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.26.0...@quenty/observablecollection@6.0.0) (2023-10-11)
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
### Features
|
|
842
|
-
|
|
843
|
-
* Make observable sorted list stable and use binary search ([6ca9dc7](https://github.com/Quenty/NevermoreEngine/commit/6ca9dc74724e8446aceac432dca95a647c3ef0c2))
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
# [5.26.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.25.0...@quenty/observablecollection@5.26.0) (2023-09-21)
|
|
850
|
-
|
|
851
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
# [5.25.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.24.0...@quenty/observablecollection@5.25.0) (2023-09-04)
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
### Features
|
|
861
|
-
|
|
862
|
-
* Add ObservableMapList.new() and fix unit tests ([84e16ed](https://github.com/Quenty/NevermoreEngine/commit/84e16ed86af9bbc1ad19486f0298a9f7f3484b3e))
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
# [5.24.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.23.0...@quenty/observablecollection@5.24.0) (2023-08-23)
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
### Bug Fixes
|
|
872
|
-
|
|
873
|
-
* Handle items after connecting to events ([800364b](https://github.com/Quenty/NevermoreEngine/commit/800364b77ce0b7fc42ad141846265657876512f8))
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
### Features
|
|
877
|
-
|
|
878
|
-
* ObservableMap uses subscription table ([fa39e53](https://github.com/Quenty/NevermoreEngine/commit/fa39e539c809e77f7d9539442727c48505f98ea1))
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
# [5.23.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.22.0...@quenty/observablecollection@5.23.0) (2023-08-01)
|
|
885
|
-
|
|
886
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
# [5.22.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.21.0...@quenty/observablecollection@5.22.0) (2023-07-28)
|
|
893
|
-
|
|
894
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
# [5.21.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.20.0...@quenty/observablecollection@5.21.0) (2023-07-23)
|
|
901
|
-
|
|
902
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
# [5.20.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.19.1...@quenty/observablecollection@5.20.0) (2023-07-15)
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
### Features
|
|
912
|
-
|
|
913
|
-
* Add :Observe() API calls to a variety of systems and allow Blend to :Observe() stuff ([ca29c68](https://github.com/Quenty/NevermoreEngine/commit/ca29c68164dfdaf136e9168faf48f487bed26088))
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
## [5.19.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.19.0...@quenty/observablecollection@5.19.1) (2023-07-11)
|
|
920
|
-
|
|
921
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
# [5.19.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.18.1...@quenty/observablecollection@5.19.0) (2023-07-10)
|
|
928
|
-
|
|
929
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
## [5.18.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.18.0...@quenty/observablecollection@5.18.1) (2023-07-03)
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
### Bug Fixes
|
|
939
|
-
|
|
940
|
-
* Fix missing dependency in ObservableCollection ([f6e7834](https://github.com/Quenty/NevermoreEngine/commit/f6e7834c02142dbe6c941e7cf4226cfd723ed0b1))
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
# [5.18.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.17.0...@quenty/observablecollection@5.18.0) (2023-06-17)
|
|
947
|
-
|
|
948
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
# [5.17.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.16.0...@quenty/observablecollection@5.17.0) (2023-06-05)
|
|
955
|
-
|
|
956
|
-
**Note:** Version bump only for package @quenty/observablecollection
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
# [5.16.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.15.0...@quenty/observablecollection@5.16.0) (2023-05-26)
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
### Features
|
|
966
|
-
|
|
967
|
-
* Add :Observe() calls to ObservableList and ObservableSortedList ([2f22fbc](https://github.com/Quenty/NevermoreEngine/commit/2f22fbc0830f51aa73ba01b6bb0d25f736e37b6e))
|
|
968
|
-
* Initial refactor of guis to use ValueObject instead of ValueObject ([723aba0](https://github.com/Quenty/NevermoreEngine/commit/723aba0208cae7e06c9d8bf2d8f0092d042d70ea))
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
# [5.15.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.14.0...@quenty/observablecollection@5.15.0) (2023-05-08)
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
### Bug Fixes
|
|
978
|
-
|
|
979
|
-
* Fix removal firing events to fire correctly ([10f98c3](https://github.com/Quenty/NevermoreEngine/commit/10f98c329e7bab203ffc056d1ffb0c2c715392a8))
|
|
980
|
-
|
|
559
|
+
- Fix removal firing events to fire correctly ([10f98c3](https://github.com/Quenty/NevermoreEngine/commit/10f98c329e7bab203ffc056d1ffb0c2c715392a8))
|
|
981
560
|
|
|
982
561
|
### Features
|
|
983
562
|
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
563
|
+
- Add ObservableSet:ObserveContains(item) ([df5beba](https://github.com/Quenty/NevermoreEngine/commit/df5beba6b196933653365719c26e6ed9fa21d4cc))
|
|
564
|
+
- Add ObservableSortedList:ObserveAtIndex(indexToObserve) and ObservableSortedList:FindFirstKey(content) ([4d9f4d8](https://github.com/Quenty/NevermoreEngine/commit/4d9f4d8d34eafa0899157e4960ea87c9c812cf48))
|
|
990
565
|
|
|
991
566
|
# [5.14.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.13.0...@quenty/observablecollection@5.14.0) (2023-04-20)
|
|
992
567
|
|
|
993
|
-
|
|
994
568
|
### Features
|
|
995
569
|
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
570
|
+
- Ensure removal is a bit more clean ([4b70f6d](https://github.com/Quenty/NevermoreEngine/commit/4b70f6d72cee9393c70b1ce17e78d8e63771ac3c))
|
|
1001
571
|
|
|
1002
572
|
# [5.13.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.12.1...@quenty/observablecollection@5.13.0) (2023-04-10)
|
|
1003
573
|
|
|
1004
574
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
1005
575
|
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
576
|
## [5.12.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.12.0...@quenty/observablecollection@5.12.1) (2023-04-07)
|
|
1011
577
|
|
|
1012
578
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
1013
579
|
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
580
|
# [5.12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.11.0...@quenty/observablecollection@5.12.0) (2023-04-06)
|
|
1019
581
|
|
|
1020
582
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
1021
583
|
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
584
|
# [5.11.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.10.0...@quenty/observablecollection@5.11.0) (2023-04-03)
|
|
1027
585
|
|
|
1028
586
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
1029
587
|
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
588
|
# [5.10.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.9.0...@quenty/observablecollection@5.10.0) (2023-03-31)
|
|
1035
589
|
|
|
1036
590
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
1037
591
|
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
592
|
# [5.9.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.8.0...@quenty/observablecollection@5.9.0) (2023-03-05)
|
|
1043
593
|
|
|
1044
594
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
1045
595
|
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
596
|
# [5.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.7.0...@quenty/observablecollection@5.8.0) (2023-02-27)
|
|
1051
597
|
|
|
1052
598
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
1053
599
|
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
600
|
# [5.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.6.0...@quenty/observablecollection@5.7.0) (2023-02-21)
|
|
1059
601
|
|
|
1060
602
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
1061
603
|
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
604
|
# [5.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.5.0...@quenty/observablecollection@5.6.0) (2023-01-11)
|
|
1067
605
|
|
|
1068
606
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
1069
607
|
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
608
|
# [5.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.4.0...@quenty/observablecollection@5.5.0) (2023-01-01)
|
|
1075
609
|
|
|
1076
610
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
1077
611
|
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
612
|
# [5.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.3.1...@quenty/observablecollection@5.4.0) (2022-12-29)
|
|
1083
613
|
|
|
1084
|
-
|
|
1085
614
|
### Features
|
|
1086
615
|
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
616
|
+
- Add FilteredObservableListView.new ([de1e703](https://github.com/Quenty/NevermoreEngine/commit/de1e70362c9bef48ae00cc4620beca3e549fb20b))
|
|
1092
617
|
|
|
1093
618
|
## [5.3.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.3.0...@quenty/observablecollection@5.3.1) (2022-12-27)
|
|
1094
619
|
|
|
1095
620
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
1096
621
|
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
622
|
# [5.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.2.0...@quenty/observablecollection@5.3.0) (2022-12-05)
|
|
1102
623
|
|
|
1103
624
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
1104
625
|
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
626
|
# [5.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.1.1...@quenty/observablecollection@5.2.0) (2022-11-19)
|
|
1110
627
|
|
|
1111
628
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
1112
629
|
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
630
|
## [5.1.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.1.0...@quenty/observablecollection@5.1.1) (2022-11-04)
|
|
1118
631
|
|
|
1119
632
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
1120
633
|
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
634
|
# [5.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.0.0...@quenty/observablecollection@5.1.0) (2022-10-11)
|
|
1126
635
|
|
|
1127
636
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
1128
637
|
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
638
|
# [5.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@4.1.0...@quenty/observablecollection@5.0.0) (2022-09-27)
|
|
1134
639
|
|
|
1135
|
-
|
|
1136
640
|
### Features
|
|
1137
641
|
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
642
|
+
- Add ObservableList:RemoveFirstInstance ([7fc1662](https://github.com/Quenty/NevermoreEngine/commit/7fc1662c712e4d1e0a10f52fab5011deff6b31fe))
|
|
1143
643
|
|
|
1144
644
|
# [4.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@4.0.1...@quenty/observablecollection@4.1.0) (2022-08-22)
|
|
1145
645
|
|
|
1146
646
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
1147
647
|
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
648
|
## [4.0.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@4.0.0...@quenty/observablecollection@4.0.1) (2022-08-16)
|
|
1153
649
|
|
|
1154
650
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
1155
651
|
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
652
|
# [4.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@3.3.1...@quenty/observablecollection@4.0.0) (2022-08-14)
|
|
1161
653
|
|
|
1162
654
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
1163
655
|
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
656
|
## [3.3.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@3.3.0...@quenty/observablecollection@3.3.1) (2022-08-11)
|
|
1169
657
|
|
|
1170
658
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
1171
659
|
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
660
|
# [3.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@3.2.0...@quenty/observablecollection@3.3.0) (2022-07-31)
|
|
1177
661
|
|
|
1178
|
-
|
|
1179
662
|
### Bug Fixes
|
|
1180
663
|
|
|
1181
|
-
|
|
1182
|
-
|
|
664
|
+
- Prevent observables from being removed during insertion of observable ([27a3594](https://github.com/Quenty/NevermoreEngine/commit/27a35941f457f63a5f1dc84169448a750308fdc2))
|
|
1183
665
|
|
|
1184
666
|
### Features
|
|
1185
667
|
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
668
|
+
- Add ObservableSortedList ([cca209f](https://github.com/Quenty/NevermoreEngine/commit/cca209fd8a6c2cfeb1ee6e39d2aabce0202b3072))
|
|
1191
669
|
|
|
1192
670
|
# [3.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@3.1.0...@quenty/observablecollection@3.2.0) (2022-07-02)
|
|
1193
671
|
|
|
1194
|
-
|
|
1195
672
|
### Features
|
|
1196
673
|
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
674
|
+
- Add ObservableMapSet:GetSetCount() and ObservableMapSet:ObserveSetCount() ([6a25f61](https://github.com/Quenty/NevermoreEngine/commit/6a25f61d8dcadd9dda56daf1a52c4b4186740efe))
|
|
1202
675
|
|
|
1203
676
|
# [3.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@3.0.0...@quenty/observablecollection@3.1.0) (2022-06-21)
|
|
1204
677
|
|
|
1205
|
-
|
|
1206
678
|
### Features
|
|
1207
679
|
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
680
|
+
- Add more API surface to ObservableMapSet ([f2ae08b](https://github.com/Quenty/NevermoreEngine/commit/f2ae08ba714e3aefc9f9bf1ae30fefc679535d2b))
|
|
1213
681
|
|
|
1214
682
|
# [3.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@2.2.0...@quenty/observablecollection@3.0.0) (2022-05-21)
|
|
1215
683
|
|
|
1216
|
-
|
|
1217
684
|
### Features
|
|
1218
685
|
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
686
|
+
- Add more observable collections ([039cea8](https://github.com/Quenty/NevermoreEngine/commit/039cea80f4f21c075f3d857f70dac709c2ce1a64))
|
|
1224
687
|
|
|
1225
688
|
# [2.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@2.1.0...@quenty/observablecollection@2.2.0) (2022-03-27)
|
|
1226
689
|
|
|
1227
|
-
|
|
1228
690
|
### Bug Fixes
|
|
1229
691
|
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
692
|
+
- Do not error if observable set is already cleaned up, but we're removing ([934d3ac](https://github.com/Quenty/NevermoreEngine/commit/934d3ac0dc97e8a7ee65473109d26446b5ce77ed))
|
|
1235
693
|
|
|
1236
694
|
# [2.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@2.0.0...@quenty/observablecollection@2.1.0) (2022-03-10)
|
|
1237
695
|
|
|
1238
696
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
1239
697
|
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
698
|
# [2.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@1.3.0...@quenty/observablecollection@2.0.0) (2022-03-06)
|
|
1245
699
|
|
|
1246
|
-
|
|
1247
700
|
### Bug Fixes
|
|
1248
701
|
|
|
1249
|
-
|
|
1250
|
-
|
|
702
|
+
- Ensure we don't error out in certain race conditions ([caa0da8](https://github.com/Quenty/NevermoreEngine/commit/caa0da8cc37d6e3a1855afbc6327af0df1a3588f))
|
|
1251
703
|
|
|
1252
704
|
### Features
|
|
1253
705
|
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
706
|
+
- Rewrite gameconfig package to live-update and use binders ([430979d](https://github.com/Quenty/NevermoreEngine/commit/430979d74bffe712bd03c838be2caf4ac9395e79))
|
|
1259
707
|
|
|
1260
708
|
# [1.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@1.2.1...@quenty/observablecollection@1.3.0) (2022-01-17)
|
|
1261
709
|
|
|
1262
710
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
1263
711
|
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
712
|
## [1.2.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@1.2.0...@quenty/observablecollection@1.2.1) (2022-01-16)
|
|
1269
713
|
|
|
1270
714
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
1271
715
|
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
716
|
# [1.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@1.1.0...@quenty/observablecollection@1.2.0) (2022-01-07)
|
|
1277
717
|
|
|
1278
718
|
**Note:** Version bump only for package @quenty/observablecollection
|
|
1279
719
|
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
720
|
# 1.1.0 (2022-01-03)
|
|
1285
721
|
|
|
1286
|
-
|
|
1287
722
|
### Features
|
|
1288
723
|
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
724
|
+
- Add ObservableCollection package ([978ebbe](https://github.com/Quenty/NevermoreEngine/commit/978ebbe3514161dbfa5583871dd7b93335fdbfe3))
|
|
1294
725
|
|
|
1295
726
|
# v1.1.0 (Mon Jan 03 2022)
|
|
1296
727
|
|