@twin.org/engine-models 0.0.3-next.4 → 0.0.3-next.40
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/README.md +1 -1
- package/dist/es/models/IEngineCore.js.map +1 -1
- package/dist/es/models/IEngineServer.js.map +1 -1
- package/dist/es/models/config/IEngineCoreTypeConfig.js.map +1 -1
- package/dist/es/models/engineTypeInitialiser.js.map +1 -1
- package/dist/types/models/IEngineCore.d.ts +26 -4
- package/dist/types/models/IEngineServer.d.ts +2 -2
- package/dist/types/models/config/IEngineCoreTypeConfig.d.ts +4 -0
- package/dist/types/models/engineTypeInitialiser.d.ts +6 -6
- package/docs/changelog.md +416 -106
- package/docs/examples.md +52 -1
- package/docs/reference/interfaces/EngineTypeInitialiserReturn.md +28 -8
- package/docs/reference/interfaces/IEngineCore.md +98 -30
- package/docs/reference/interfaces/IEngineCoreClone.md +5 -5
- package/docs/reference/interfaces/IEngineCoreConfig.md +6 -6
- package/docs/reference/interfaces/IEngineCoreContext.md +5 -5
- package/docs/reference/interfaces/IEngineCoreTypeBaseConfig.md +3 -3
- package/docs/reference/interfaces/IEngineModuleConfig.md +9 -9
- package/docs/reference/interfaces/IEngineServer.md +7 -7
- package/docs/reference/interfaces/IEngineStateStorage.md +4 -4
- package/docs/reference/type-aliases/EngineTypeInitialiser.md +7 -3
- package/docs/reference/type-aliases/IEngineCoreTypeConfig.md +13 -7
- package/package.json +4 -4
package/docs/changelog.md
CHANGED
|
@@ -1,373 +1,683 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.40](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.39...engine-models-v0.0.3-next.40) (2026-05-22)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **engine-models:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
## [0.0.3-next.39](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.38...engine-models-v0.0.3-next.39) (2026-05-21)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Miscellaneous Chores
|
|
14
|
+
|
|
15
|
+
* **engine-models:** Synchronize repo versions
|
|
16
|
+
|
|
17
|
+
## [0.0.3-next.38](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.37...engine-models-v0.0.3-next.38) (2026-05-20)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Miscellaneous Chores
|
|
21
|
+
|
|
22
|
+
* **engine-models:** Synchronize repo versions
|
|
23
|
+
|
|
24
|
+
## [0.0.3-next.37](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.36...engine-models-v0.0.3-next.37) (2026-05-12)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Features
|
|
28
|
+
|
|
29
|
+
* typescript 6 update ([b227f52](https://github.com/iotaledger/twin-engine/commit/b227f5271b18ac627b932ea8e59d2879ff01ebd7))
|
|
30
|
+
|
|
31
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.35...engine-models-v0.0.3-next.36) (2026-05-08)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Miscellaneous Chores
|
|
35
|
+
|
|
36
|
+
* **engine-models:** Synchronize repo versions
|
|
37
|
+
|
|
38
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.34...engine-models-v0.0.3-next.35) (2026-05-05)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Miscellaneous Chores
|
|
42
|
+
|
|
43
|
+
* **engine-models:** Synchronize repo versions
|
|
44
|
+
|
|
45
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.33...engine-models-v0.0.3-next.34) (2026-05-05)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Miscellaneous Chores
|
|
49
|
+
|
|
50
|
+
* **engine-models:** Synchronize repo versions
|
|
51
|
+
|
|
52
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.32...engine-models-v0.0.3-next.33) (2026-05-05)
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### Features
|
|
56
|
+
|
|
57
|
+
* add registered component methods ([a9a2899](https://github.com/iotaledger/twin-engine/commit/a9a2899f266baa48e63bfbda958877a4f941602d))
|
|
58
|
+
|
|
59
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.31...engine-models-v0.0.3-next.32) (2026-04-24)
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
### Miscellaneous Chores
|
|
63
|
+
|
|
64
|
+
* **engine-models:** Synchronize repo versions
|
|
65
|
+
|
|
66
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.30...engine-models-v0.0.3-next.31) (2026-04-22)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Miscellaneous Chores
|
|
70
|
+
|
|
71
|
+
* **engine-models:** Synchronize repo versions
|
|
72
|
+
|
|
73
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.29...engine-models-v0.0.3-next.30) (2026-04-16)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Miscellaneous Chores
|
|
77
|
+
|
|
78
|
+
* **engine-models:** Synchronize repo versions
|
|
79
|
+
|
|
80
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.28...engine-models-v0.0.3-next.29) (2026-04-14)
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
### Miscellaneous Chores
|
|
84
|
+
|
|
85
|
+
* **engine-models:** Synchronize repo versions
|
|
86
|
+
|
|
87
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.27...engine-models-v0.0.3-next.28) (2026-04-10)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
### Miscellaneous Chores
|
|
91
|
+
|
|
92
|
+
* **engine-models:** Synchronize repo versions
|
|
93
|
+
|
|
94
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.26...engine-models-v0.0.3-next.27) (2026-03-20)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
### Features
|
|
98
|
+
|
|
99
|
+
* update dependencies ([e6ebe42](https://github.com/iotaledger/twin-engine/commit/e6ebe42b9d61066227ad8b45dae14c8f8615b760))
|
|
100
|
+
|
|
101
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.25...engine-models-v0.0.3-next.26) (2026-03-05)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
### Miscellaneous Chores
|
|
105
|
+
|
|
106
|
+
* **engine-models:** Synchronize repo versions
|
|
107
|
+
|
|
108
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.24...engine-models-v0.0.3-next.25) (2026-03-02)
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
### Miscellaneous Chores
|
|
112
|
+
|
|
113
|
+
* **engine-models:** Synchronize repo versions
|
|
114
|
+
|
|
115
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.23...engine-models-v0.0.3-next.24) (2026-02-26)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### Miscellaneous Chores
|
|
119
|
+
|
|
120
|
+
* **engine-models:** Synchronize repo versions
|
|
121
|
+
|
|
122
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.22...engine-models-v0.0.3-next.23) (2026-02-23)
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
### Features
|
|
126
|
+
|
|
127
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
128
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
129
|
+
* add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
|
|
130
|
+
* add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
|
|
131
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
132
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
133
|
+
* add REST options for route construction ([4adf0af](https://github.com/iotaledger/twin-engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
|
|
134
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
135
|
+
* add skipComponentStart flag ([#62](https://github.com/iotaledger/twin-engine/issues/62)) ([07e90af](https://github.com/iotaledger/twin-engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
|
|
136
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
137
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
138
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
139
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
140
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
141
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
142
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
143
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
144
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
145
|
+
* remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
|
|
146
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
147
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
148
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
149
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
150
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
151
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
### Bug Fixes
|
|
155
|
+
|
|
156
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
157
|
+
* pass contextIds to populateClone ([#79](https://github.com/iotaledger/twin-engine/issues/79)) ([b22f1bb](https://github.com/iotaledger/twin-engine/commit/b22f1bbf0319069914e316d27de4c2a8623421cf))
|
|
158
|
+
|
|
159
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.21...engine-models-v0.0.3-next.22) (2026-02-23)
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
### Miscellaneous Chores
|
|
163
|
+
|
|
164
|
+
* **engine-models:** Synchronize repo versions
|
|
165
|
+
|
|
166
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.20...engine-models-v0.0.3-next.21) (2026-02-13)
|
|
4
167
|
|
|
5
168
|
|
|
6
169
|
### Features
|
|
7
170
|
|
|
8
|
-
*
|
|
171
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
9
172
|
|
|
10
|
-
## [0.0.3-next.
|
|
173
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.19...engine-models-v0.0.3-next.20) (2026-02-06)
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
### Miscellaneous Chores
|
|
177
|
+
|
|
178
|
+
* **engine-models:** Synchronize repo versions
|
|
179
|
+
|
|
180
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.18...engine-models-v0.0.3-next.19) (2026-02-05)
|
|
11
181
|
|
|
12
182
|
|
|
13
183
|
### Bug Fixes
|
|
14
184
|
|
|
15
|
-
*
|
|
185
|
+
* pass contextIds to populateClone ([#79](https://github.com/iotaledger/twin-engine/issues/79)) ([b22f1bb](https://github.com/iotaledger/twin-engine/commit/b22f1bbf0319069914e316d27de4c2a8623421cf))
|
|
186
|
+
|
|
187
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.17...engine-models-v0.0.3-next.18) (2026-02-04)
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
### Miscellaneous Chores
|
|
191
|
+
|
|
192
|
+
* **engine-models:** Synchronize repo versions
|
|
193
|
+
|
|
194
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.16...engine-models-v0.0.3-next.17) (2026-02-02)
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
### Miscellaneous Chores
|
|
198
|
+
|
|
199
|
+
* **engine-models:** Synchronize repo versions
|
|
200
|
+
|
|
201
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.15...engine-models-v0.0.3-next.16) (2026-01-28)
|
|
202
|
+
|
|
16
203
|
|
|
17
|
-
|
|
204
|
+
### Miscellaneous Chores
|
|
205
|
+
|
|
206
|
+
* **engine-models:** Synchronize repo versions
|
|
207
|
+
|
|
208
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.14...engine-models-v0.0.3-next.15) (2026-01-26)
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
### Miscellaneous Chores
|
|
212
|
+
|
|
213
|
+
* **engine-models:** Synchronize repo versions
|
|
214
|
+
|
|
215
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.13...engine-models-v0.0.3-next.14) (2026-01-19)
|
|
18
216
|
|
|
19
217
|
|
|
20
218
|
### Features
|
|
21
219
|
|
|
22
|
-
*
|
|
220
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
221
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
222
|
+
* add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
|
|
223
|
+
* add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
|
|
224
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
225
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
226
|
+
* add REST options for route construction ([4adf0af](https://github.com/iotaledger/twin-engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
|
|
227
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
228
|
+
* add skipComponentStart flag ([#62](https://github.com/iotaledger/twin-engine/issues/62)) ([07e90af](https://github.com/iotaledger/twin-engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
|
|
229
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
230
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
231
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
232
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
233
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
234
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
235
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
236
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
237
|
+
* remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
|
|
238
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
239
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
240
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
241
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
242
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
243
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
### Bug Fixes
|
|
247
|
+
|
|
248
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
23
249
|
|
|
24
|
-
## [0.0.3-next.
|
|
250
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.12...engine-models-v0.0.3-next.13) (2026-01-19)
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
### Miscellaneous Chores
|
|
254
|
+
|
|
255
|
+
* **engine-models:** Synchronize repo versions
|
|
256
|
+
|
|
257
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.11...engine-models-v0.0.3-next.12) (2026-01-19)
|
|
25
258
|
|
|
26
259
|
|
|
27
260
|
### Features
|
|
28
261
|
|
|
29
|
-
*
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
*
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
*
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
262
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
263
|
+
|
|
264
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.10...engine-models-v0.0.3-next.11) (2026-01-16)
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
### Miscellaneous Chores
|
|
268
|
+
|
|
269
|
+
* **engine-models:** Synchronize repo versions
|
|
270
|
+
|
|
271
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.9...engine-models-v0.0.3-next.10) (2026-01-13)
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
### Features
|
|
275
|
+
|
|
276
|
+
* add skipComponentStart flag ([#62](https://github.com/iotaledger/twin-engine/issues/62)) ([07e90af](https://github.com/iotaledger/twin-engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
|
|
277
|
+
|
|
278
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.8...engine-models-v0.0.3-next.9) (2026-01-07)
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
### Miscellaneous Chores
|
|
282
|
+
|
|
283
|
+
* **engine-models:** Synchronize repo versions
|
|
284
|
+
|
|
285
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.7...engine-models-v0.0.3-next.8) (2026-01-06)
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
### Miscellaneous Chores
|
|
289
|
+
|
|
290
|
+
* **engine-models:** Synchronize repo versions
|
|
291
|
+
|
|
292
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.6...engine-models-v0.0.3-next.7) (2025-12-04)
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
### Miscellaneous Chores
|
|
296
|
+
|
|
297
|
+
* **engine-models:** Synchronize repo versions
|
|
298
|
+
|
|
299
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.5...engine-models-v0.0.3-next.6) (2025-11-28)
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
### Miscellaneous Chores
|
|
303
|
+
|
|
304
|
+
* **engine-models:** Synchronize repo versions
|
|
305
|
+
|
|
306
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.4...engine-models-v0.0.3-next.5) (2025-11-20)
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
### Miscellaneous Chores
|
|
310
|
+
|
|
311
|
+
* **engine-models:** Synchronize repo versions
|
|
312
|
+
|
|
313
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.3...engine-models-v0.0.3-next.4) (2025-11-20)
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
### Features
|
|
317
|
+
|
|
318
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
319
|
+
|
|
320
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.2...engine-models-v0.0.3-next.3) (2025-11-14)
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
### Bug Fixes
|
|
324
|
+
|
|
325
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
326
|
+
|
|
327
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.1...engine-models-v0.0.3-next.2) (2025-11-13)
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
### Features
|
|
331
|
+
|
|
332
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
333
|
+
|
|
334
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.0...engine-models-v0.0.3-next.1) (2025-11-13)
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
### Features
|
|
49
338
|
|
|
50
|
-
|
|
339
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
340
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
341
|
+
* add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
|
|
342
|
+
* add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
|
|
343
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
344
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
345
|
+
* add REST options for route construction ([4adf0af](https://github.com/iotaledger/twin-engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
|
|
346
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
347
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
348
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
349
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
350
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
351
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
352
|
+
* remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
|
|
353
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
354
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
355
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
356
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
357
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
358
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
359
|
+
|
|
360
|
+
## [0.0.2-next.26](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.25...engine-models-v0.0.2-next.26) (2025-10-09)
|
|
51
361
|
|
|
52
362
|
|
|
53
363
|
### Miscellaneous Chores
|
|
54
364
|
|
|
55
365
|
* **engine-models:** Synchronize repo versions
|
|
56
366
|
|
|
57
|
-
## [0.0.2-next.25](https://github.com/
|
|
367
|
+
## [0.0.2-next.25](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.24...engine-models-v0.0.2-next.25) (2025-10-09)
|
|
58
368
|
|
|
59
369
|
|
|
60
370
|
### Features
|
|
61
371
|
|
|
62
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
372
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
63
373
|
|
|
64
|
-
## [0.0.2-next.24](https://github.com/
|
|
374
|
+
## [0.0.2-next.24](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.23...engine-models-v0.0.2-next.24) (2025-10-08)
|
|
65
375
|
|
|
66
376
|
|
|
67
377
|
### Features
|
|
68
378
|
|
|
69
|
-
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/
|
|
379
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
70
380
|
|
|
71
|
-
## [0.0.2-next.23](https://github.com/
|
|
381
|
+
## [0.0.2-next.23](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.22...engine-models-v0.0.2-next.23) (2025-10-07)
|
|
72
382
|
|
|
73
383
|
|
|
74
384
|
### Miscellaneous Chores
|
|
75
385
|
|
|
76
386
|
* **engine-models:** Synchronize repo versions
|
|
77
387
|
|
|
78
|
-
## [0.0.2-next.22](https://github.com/
|
|
388
|
+
## [0.0.2-next.22](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.21...engine-models-v0.0.2-next.22) (2025-10-07)
|
|
79
389
|
|
|
80
390
|
|
|
81
391
|
### Miscellaneous Chores
|
|
82
392
|
|
|
83
393
|
* **engine-models:** Synchronize repo versions
|
|
84
394
|
|
|
85
|
-
## [0.0.2-next.21](https://github.com/
|
|
395
|
+
## [0.0.2-next.21](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.20...engine-models-v0.0.2-next.21) (2025-10-07)
|
|
86
396
|
|
|
87
397
|
|
|
88
398
|
### Miscellaneous Chores
|
|
89
399
|
|
|
90
400
|
* **engine-models:** Synchronize repo versions
|
|
91
401
|
|
|
92
|
-
## [0.0.2-next.20](https://github.com/
|
|
402
|
+
## [0.0.2-next.20](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.19...engine-models-v0.0.2-next.20) (2025-10-06)
|
|
93
403
|
|
|
94
404
|
|
|
95
405
|
### Features
|
|
96
406
|
|
|
97
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
407
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
98
408
|
|
|
99
|
-
## [0.0.2-next.19](https://github.com/
|
|
409
|
+
## [0.0.2-next.19](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.18...engine-models-v0.0.2-next.19) (2025-10-02)
|
|
100
410
|
|
|
101
411
|
|
|
102
412
|
### Features
|
|
103
413
|
|
|
104
|
-
* simplify config building ([732c871](https://github.com/
|
|
414
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
105
415
|
|
|
106
|
-
## [0.0.2-next.18](https://github.com/
|
|
416
|
+
## [0.0.2-next.18](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.17...engine-models-v0.0.2-next.18) (2025-09-29)
|
|
107
417
|
|
|
108
418
|
|
|
109
419
|
### Features
|
|
110
420
|
|
|
111
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
421
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
112
422
|
|
|
113
|
-
## [0.0.2-next.17](https://github.com/
|
|
423
|
+
## [0.0.2-next.17](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.16...engine-models-v0.0.2-next.17) (2025-09-26)
|
|
114
424
|
|
|
115
425
|
|
|
116
426
|
### Features
|
|
117
427
|
|
|
118
|
-
* add engine type helper for config lookups ([a20a398](https://github.com/
|
|
119
|
-
* add REST options for route construction ([4adf0af](https://github.com/
|
|
428
|
+
* add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
|
|
429
|
+
* add REST options for route construction ([4adf0af](https://github.com/iotaledger/twin-engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
|
|
120
430
|
|
|
121
|
-
## [0.0.2-next.16](https://github.com/
|
|
431
|
+
## [0.0.2-next.16](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.15...engine-models-v0.0.2-next.16) (2025-09-25)
|
|
122
432
|
|
|
123
433
|
|
|
124
434
|
### Features
|
|
125
435
|
|
|
126
|
-
* add engine type helper for config lookups ([7d5eeef](https://github.com/
|
|
436
|
+
* add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
|
|
127
437
|
|
|
128
|
-
## [0.0.2-next.15](https://github.com/
|
|
438
|
+
## [0.0.2-next.15](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.14...engine-models-v0.0.2-next.15) (2025-09-24)
|
|
129
439
|
|
|
130
440
|
|
|
131
441
|
### Miscellaneous Chores
|
|
132
442
|
|
|
133
443
|
* **engine-models:** Synchronize repo versions
|
|
134
444
|
|
|
135
|
-
## [0.0.2-next.14](https://github.com/
|
|
445
|
+
## [0.0.2-next.14](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.13...engine-models-v0.0.2-next.14) (2025-09-19)
|
|
136
446
|
|
|
137
447
|
|
|
138
448
|
### Miscellaneous Chores
|
|
139
449
|
|
|
140
450
|
* **engine-models:** Synchronize repo versions
|
|
141
451
|
|
|
142
|
-
## [0.0.2-next.13](https://github.com/
|
|
452
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.12...engine-models-v0.0.2-next.13) (2025-09-08)
|
|
143
453
|
|
|
144
454
|
|
|
145
455
|
### Miscellaneous Chores
|
|
146
456
|
|
|
147
457
|
* **engine-models:** Synchronize repo versions
|
|
148
458
|
|
|
149
|
-
## [0.0.2-next.12](https://github.com/
|
|
459
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.11...engine-models-v0.0.2-next.12) (2025-09-05)
|
|
150
460
|
|
|
151
461
|
|
|
152
462
|
### Features
|
|
153
463
|
|
|
154
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
464
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
155
465
|
|
|
156
|
-
## [0.0.2-next.11](https://github.com/
|
|
466
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.10...engine-models-v0.0.2-next.11) (2025-08-29)
|
|
157
467
|
|
|
158
468
|
|
|
159
469
|
### Features
|
|
160
470
|
|
|
161
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
471
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
162
472
|
|
|
163
|
-
## [0.0.2-next.10](https://github.com/
|
|
473
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.9...engine-models-v0.0.2-next.10) (2025-08-26)
|
|
164
474
|
|
|
165
475
|
|
|
166
476
|
### Miscellaneous Chores
|
|
167
477
|
|
|
168
478
|
* **engine-models:** Synchronize repo versions
|
|
169
479
|
|
|
170
|
-
## [0.0.2-next.9](https://github.com/
|
|
480
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.8...engine-models-v0.0.2-next.9) (2025-08-25)
|
|
171
481
|
|
|
172
482
|
|
|
173
483
|
### Features
|
|
174
484
|
|
|
175
|
-
* add isPrimary and isClone methods ([a7c63e9](https://github.com/
|
|
485
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
176
486
|
|
|
177
|
-
## [0.0.2-next.8](https://github.com/
|
|
487
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.7...engine-models-v0.0.2-next.8) (2025-08-22)
|
|
178
488
|
|
|
179
489
|
|
|
180
490
|
### Miscellaneous Chores
|
|
181
491
|
|
|
182
492
|
* **engine-models:** Synchronize repo versions
|
|
183
493
|
|
|
184
|
-
## [0.0.2-next.7](https://github.com/
|
|
494
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.6...engine-models-v0.0.2-next.7) (2025-08-22)
|
|
185
495
|
|
|
186
496
|
|
|
187
497
|
### Features
|
|
188
498
|
|
|
189
|
-
* remove unused component states ([d56d648](https://github.com/
|
|
499
|
+
* remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
|
|
190
500
|
|
|
191
|
-
## [0.0.2-next.6](https://github.com/
|
|
501
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.5...engine-models-v0.0.2-next.6) (2025-08-21)
|
|
192
502
|
|
|
193
503
|
|
|
194
504
|
### Features
|
|
195
505
|
|
|
196
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
506
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
197
507
|
|
|
198
|
-
## [0.0.2-next.5](https://github.com/
|
|
508
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.4...engine-models-v0.0.2-next.5) (2025-08-14)
|
|
199
509
|
|
|
200
510
|
|
|
201
511
|
### Features
|
|
202
512
|
|
|
203
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
513
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
204
514
|
|
|
205
|
-
## [0.0.2-next.4](https://github.com/
|
|
515
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.3...engine-models-v0.0.2-next.4) (2025-07-25)
|
|
206
516
|
|
|
207
517
|
|
|
208
518
|
### Miscellaneous Chores
|
|
209
519
|
|
|
210
520
|
* **engine-models:** Synchronize repo versions
|
|
211
521
|
|
|
212
|
-
## [0.0.2-next.3](https://github.com/
|
|
522
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.2...engine-models-v0.0.2-next.3) (2025-07-24)
|
|
213
523
|
|
|
214
524
|
|
|
215
525
|
### Miscellaneous Chores
|
|
216
526
|
|
|
217
527
|
* **engine-models:** Synchronize repo versions
|
|
218
528
|
|
|
219
|
-
## [0.0.2-next.2](https://github.com/
|
|
529
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.1...engine-models-v0.0.2-next.2) (2025-07-21)
|
|
220
530
|
|
|
221
531
|
|
|
222
532
|
### Miscellaneous Chores
|
|
223
533
|
|
|
224
534
|
* **engine-models:** Synchronize repo versions
|
|
225
535
|
|
|
226
|
-
## [0.0.2-next.1](https://github.com/
|
|
536
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.0...engine-models-v0.0.2-next.1) (2025-07-11)
|
|
227
537
|
|
|
228
538
|
|
|
229
539
|
### Features
|
|
230
540
|
|
|
231
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
232
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
233
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
234
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
235
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
541
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
542
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
543
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
544
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
545
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
236
546
|
|
|
237
547
|
## 0.0.1 (2025-07-11)
|
|
238
548
|
|
|
239
549
|
|
|
240
550
|
### Features
|
|
241
551
|
|
|
242
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
243
|
-
* release to production ([3a4acd1](https://github.com/
|
|
244
|
-
* release to production ([5559958](https://github.com/
|
|
245
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
246
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
247
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
552
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
553
|
+
* release to production ([3a4acd1](https://github.com/iotaledger/twin-engine/commit/3a4acd1f6c66b841d80b6fd3bc1a439a77148fa5))
|
|
554
|
+
* release to production ([5559958](https://github.com/iotaledger/twin-engine/commit/5559958e2128e6ec3a81e779d1ebd3f370bbb081))
|
|
555
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
556
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
557
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
248
558
|
|
|
249
|
-
## [0.0.1-next.84](https://github.com/
|
|
559
|
+
## [0.0.1-next.84](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.83...engine-models-v0.0.1-next.84) (2025-07-11)
|
|
250
560
|
|
|
251
561
|
|
|
252
562
|
### Miscellaneous Chores
|
|
253
563
|
|
|
254
564
|
* **engine-models:** Synchronize repo versions
|
|
255
565
|
|
|
256
|
-
## [0.0.1-next.83](https://github.com/
|
|
566
|
+
## [0.0.1-next.83](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.82...engine-models-v0.0.1-next.83) (2025-07-10)
|
|
257
567
|
|
|
258
568
|
|
|
259
569
|
### Features
|
|
260
570
|
|
|
261
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
262
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
263
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
264
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
571
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
572
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
573
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
574
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
265
575
|
|
|
266
|
-
## [0.0.1-next.81](https://github.com/
|
|
576
|
+
## [0.0.1-next.81](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.80...engine-models-v0.0.1-next.81) (2025-07-07)
|
|
267
577
|
|
|
268
578
|
|
|
269
579
|
### Miscellaneous Chores
|
|
270
580
|
|
|
271
581
|
* **engine-models:** Synchronize repo versions
|
|
272
582
|
|
|
273
|
-
## [0.0.1-next.80](https://github.com/
|
|
583
|
+
## [0.0.1-next.80](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.79...engine-models-v0.0.1-next.80) (2025-06-23)
|
|
274
584
|
|
|
275
585
|
|
|
276
586
|
### Miscellaneous Chores
|
|
277
587
|
|
|
278
588
|
* **engine-models:** Synchronize repo versions
|
|
279
589
|
|
|
280
|
-
## [0.0.1-next.79](https://github.com/
|
|
590
|
+
## [0.0.1-next.79](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.78...engine-models-v0.0.1-next.79) (2025-06-18)
|
|
281
591
|
|
|
282
592
|
|
|
283
593
|
### Miscellaneous Chores
|
|
284
594
|
|
|
285
595
|
* **engine-models:** Synchronize repo versions
|
|
286
596
|
|
|
287
|
-
## [0.0.1-next.78](https://github.com/
|
|
597
|
+
## [0.0.1-next.78](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.77...engine-models-v0.0.1-next.78) (2025-06-18)
|
|
288
598
|
|
|
289
599
|
|
|
290
600
|
### Miscellaneous Chores
|
|
291
601
|
|
|
292
602
|
* **engine-models:** Synchronize repo versions
|
|
293
603
|
|
|
294
|
-
## [0.0.1-next.77](https://github.com/
|
|
604
|
+
## [0.0.1-next.77](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.76...engine-models-v0.0.1-next.77) (2025-06-18)
|
|
295
605
|
|
|
296
606
|
|
|
297
607
|
### Miscellaneous Chores
|
|
298
608
|
|
|
299
609
|
* **engine-models:** Synchronize repo versions
|
|
300
610
|
|
|
301
|
-
## [0.0.1-next.76](https://github.com/
|
|
611
|
+
## [0.0.1-next.76](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.75...engine-models-v0.0.1-next.76) (2025-06-12)
|
|
302
612
|
|
|
303
613
|
|
|
304
614
|
### Features
|
|
305
615
|
|
|
306
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
616
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
307
617
|
|
|
308
|
-
## [0.0.1-next.75](https://github.com/
|
|
618
|
+
## [0.0.1-next.75](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.74...engine-models-v0.0.1-next.75) (2025-05-29)
|
|
309
619
|
|
|
310
620
|
|
|
311
621
|
### Miscellaneous Chores
|
|
312
622
|
|
|
313
623
|
* **engine-models:** Synchronize repo versions
|
|
314
624
|
|
|
315
|
-
## [0.0.1-next.74](https://github.com/
|
|
625
|
+
## [0.0.1-next.74](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.73...engine-models-v0.0.1-next.74) (2025-05-23)
|
|
316
626
|
|
|
317
627
|
|
|
318
628
|
### Miscellaneous Chores
|
|
319
629
|
|
|
320
630
|
* **engine-models:** Synchronize repo versions
|
|
321
631
|
|
|
322
|
-
## [0.0.1-next.73](https://github.com/
|
|
632
|
+
## [0.0.1-next.73](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.72...engine-models-v0.0.1-next.73) (2025-05-22)
|
|
323
633
|
|
|
324
634
|
|
|
325
635
|
### Features
|
|
326
636
|
|
|
327
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
637
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
328
638
|
|
|
329
|
-
## [0.0.1-next.72](https://github.com/
|
|
639
|
+
## [0.0.1-next.72](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.71...engine-models-v0.0.1-next.72) (2025-05-06)
|
|
330
640
|
|
|
331
641
|
|
|
332
642
|
### Features
|
|
333
643
|
|
|
334
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
335
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
644
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
645
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
336
646
|
|
|
337
|
-
## [0.0.1-next.71](https://github.com/
|
|
647
|
+
## [0.0.1-next.71](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.70...engine-models-v0.0.1-next.71) (2025-05-06)
|
|
338
648
|
|
|
339
649
|
|
|
340
650
|
### Miscellaneous Chores
|
|
341
651
|
|
|
342
652
|
* **engine-models:** Synchronize repo versions
|
|
343
653
|
|
|
344
|
-
## [0.0.1-next.70](https://github.com/
|
|
654
|
+
## [0.0.1-next.70](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.69...engine-models-v0.0.1-next.70) (2025-04-28)
|
|
345
655
|
|
|
346
656
|
|
|
347
657
|
### Miscellaneous Chores
|
|
348
658
|
|
|
349
659
|
* **engine-models:** Synchronize repo versions
|
|
350
660
|
|
|
351
|
-
## [0.0.1-next.69](https://github.com/
|
|
661
|
+
## [0.0.1-next.69](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.68...engine-models-v0.0.1-next.69) (2025-04-25)
|
|
352
662
|
|
|
353
663
|
|
|
354
664
|
### Miscellaneous Chores
|
|
355
665
|
|
|
356
666
|
* **engine-models:** Synchronize repo versions
|
|
357
667
|
|
|
358
|
-
## [0.0.1-next.68](https://github.com/
|
|
668
|
+
## [0.0.1-next.68](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.67...engine-models-v0.0.1-next.68) (2025-04-17)
|
|
359
669
|
|
|
360
670
|
|
|
361
671
|
### Features
|
|
362
672
|
|
|
363
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
673
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
364
674
|
|
|
365
|
-
## [0.0.1-next.67](https://github.com/
|
|
675
|
+
## [0.0.1-next.67](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.66...engine-models-v0.0.1-next.67) (2025-03-28)
|
|
366
676
|
|
|
367
677
|
|
|
368
678
|
### Features
|
|
369
679
|
|
|
370
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
680
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
371
681
|
|
|
372
682
|
## v0.0.1-next.66
|
|
373
683
|
|