@twin.org/identity-models 0.0.3-next.3 → 0.0.3-next.31
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 +3 -3
- package/dist/es/contextIdHandlers/didContextIdHandler.js +7 -0
- package/dist/es/contextIdHandlers/didContextIdHandler.js.map +1 -1
- package/dist/es/index.js +6 -0
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/IIdentityComponent.js.map +1 -1
- package/dist/es/models/IIdentityConnector.js.map +1 -1
- package/dist/es/models/api/identity/IIdentityAlsoKnownAsCreateRequest.js +4 -0
- package/dist/es/models/api/identity/IIdentityAlsoKnownAsCreateRequest.js.map +1 -0
- package/dist/es/models/api/identity/IIdentityAlsoKnownAsRemoveRequest.js +4 -0
- package/dist/es/models/api/identity/IIdentityAlsoKnownAsRemoveRequest.js.map +1 -0
- package/dist/es/models/api/identity/IIdentityVerifiableCredentialCreateRequest.js.map +1 -1
- package/dist/es/models/api/identity/IIdentityVerifiableCredentialRevokeRequest.js.map +1 -1
- package/dist/es/models/api/identity/IIdentityVerifiableCredentialUnrevokeRequest.js.map +1 -1
- package/dist/es/models/api/identity/IIdentityVerifiableCredentialVerifyDocumentRequest.js +2 -0
- package/dist/es/models/api/identity/IIdentityVerifiableCredentialVerifyDocumentRequest.js.map +1 -0
- package/dist/es/models/api/identity/IIdentityVerifiablePresentationCreateRequest.js.map +1 -1
- package/dist/es/models/api/identity/IIdentityVerifiablePresentationVerifyDocumentRequest.js +2 -0
- package/dist/es/models/api/identity/IIdentityVerifiablePresentationVerifyDocumentRequest.js.map +1 -0
- package/dist/es/models/identityMetricIds.js +49 -0
- package/dist/es/models/identityMetricIds.js.map +1 -0
- package/dist/es/models/identityMetrics.js +61 -0
- package/dist/es/models/identityMetrics.js.map +1 -0
- package/dist/types/contextIdHandlers/didContextIdHandler.d.ts +5 -0
- package/dist/types/index.d.ts +6 -0
- package/dist/types/models/IIdentityComponent.d.ts +47 -6
- package/dist/types/models/IIdentityConnector.d.ts +47 -6
- package/dist/types/models/api/identity/IIdentityAlsoKnownAsCreateRequest.d.ts +23 -0
- package/dist/types/models/api/identity/IIdentityAlsoKnownAsRemoveRequest.d.ts +18 -0
- package/dist/types/models/api/identity/IIdentityVerifiableCredentialCreateRequest.d.ts +12 -0
- package/dist/types/models/api/identity/IIdentityVerifiableCredentialRevokeRequest.d.ts +1 -1
- package/dist/types/models/api/identity/IIdentityVerifiableCredentialUnrevokeRequest.d.ts +1 -1
- package/dist/types/models/api/identity/IIdentityVerifiableCredentialVerifyDocumentRequest.d.ts +10 -0
- package/dist/types/models/api/identity/IIdentityVerifiablePresentationCreateRequest.d.ts +14 -2
- package/dist/types/models/api/identity/IIdentityVerifiablePresentationVerifyDocumentRequest.d.ts +10 -0
- package/dist/types/models/identityMetricIds.d.ts +49 -0
- package/dist/types/models/identityMetrics.d.ts +5 -0
- package/docs/changelog.md +311 -76
- package/docs/examples.md +157 -1
- package/docs/reference/classes/Did.md +4 -4
- package/docs/reference/classes/DidContextIdHandler.md +21 -3
- package/docs/reference/classes/DocumentHelper.md +5 -5
- package/docs/reference/classes/VerificationHelper.md +3 -3
- package/docs/reference/index.md +10 -0
- package/docs/reference/interfaces/IIdentityAlsoKnownAsCreateRequest.md +31 -0
- package/docs/reference/interfaces/IIdentityAlsoKnownAsRemoveRequest.md +23 -0
- package/docs/reference/interfaces/IIdentityComponent.md +150 -36
- package/docs/reference/interfaces/IIdentityConnector.md +150 -36
- package/docs/reference/interfaces/IIdentityCreateRequest.md +3 -3
- package/docs/reference/interfaces/IIdentityCreateResponse.md +1 -1
- package/docs/reference/interfaces/IIdentityProfileComponent.md +6 -6
- package/docs/reference/interfaces/IIdentityProfileConnector.md +5 -5
- package/docs/reference/interfaces/IIdentityProfileCreateRequest.md +3 -3
- package/docs/reference/interfaces/IIdentityProfileGetPublicRequest.md +4 -4
- package/docs/reference/interfaces/IIdentityProfileGetPublicResponse.md +2 -2
- package/docs/reference/interfaces/IIdentityProfileGetRequest.md +4 -4
- package/docs/reference/interfaces/IIdentityProfileGetResponse.md +3 -3
- package/docs/reference/interfaces/IIdentityProfileListRequest.md +6 -6
- package/docs/reference/interfaces/IIdentityProfileListResponse.md +2 -2
- package/docs/reference/interfaces/IIdentityProfileUpdateRequest.md +3 -3
- package/docs/reference/interfaces/IIdentityProofCreateRequest.md +2 -2
- package/docs/reference/interfaces/IIdentityProofCreateResponse.md +1 -1
- package/docs/reference/interfaces/IIdentityProofVerifyRequest.md +1 -1
- package/docs/reference/interfaces/IIdentityProofVerifyResponse.md +1 -1
- package/docs/reference/interfaces/IIdentityRemoveRequest.md +1 -1
- package/docs/reference/interfaces/IIdentityResolveRequest.md +1 -1
- package/docs/reference/interfaces/IIdentityResolveResponse.md +1 -1
- package/docs/reference/interfaces/IIdentityResolverComponent.md +1 -1
- package/docs/reference/interfaces/IIdentityResolverConnector.md +1 -1
- package/docs/reference/interfaces/IIdentityServiceCreateRequest.md +2 -2
- package/docs/reference/interfaces/IIdentityServiceCreateResponse.md +1 -1
- package/docs/reference/interfaces/IIdentityServiceRemoveRequest.md +1 -1
- package/docs/reference/interfaces/IIdentityVerifiableCredentialCreateRequest.md +25 -5
- package/docs/reference/interfaces/IIdentityVerifiableCredentialCreateResponse.md +1 -1
- package/docs/reference/interfaces/IIdentityVerifiableCredentialRevokeRequest.md +2 -2
- package/docs/reference/interfaces/IIdentityVerifiableCredentialUnrevokeRequest.md +2 -2
- package/docs/reference/interfaces/IIdentityVerifiableCredentialVerifyDocumentRequest.md +11 -0
- package/docs/reference/interfaces/IIdentityVerifiableCredentialVerifyRequest.md +1 -1
- package/docs/reference/interfaces/IIdentityVerifiableCredentialVerifyResponse.md +2 -2
- package/docs/reference/interfaces/IIdentityVerifiablePresentationCreateRequest.md +28 -8
- package/docs/reference/interfaces/IIdentityVerifiablePresentationCreateResponse.md +1 -1
- package/docs/reference/interfaces/IIdentityVerifiablePresentationVerifyDocumentRequest.md +11 -0
- package/docs/reference/interfaces/IIdentityVerifiablePresentationVerifyRequest.md +1 -1
- package/docs/reference/interfaces/IIdentityVerifiablePresentationVerifyResponse.md +3 -3
- package/docs/reference/interfaces/IIdentityVerificationMethodCreateRequest.md +3 -3
- package/docs/reference/interfaces/IIdentityVerificationMethodCreateResponse.md +1 -1
- package/docs/reference/interfaces/IIdentityVerificationMethodRemoveRequest.md +1 -1
- package/docs/reference/type-aliases/IdentityMetricIds.md +5 -0
- package/docs/reference/variables/IdentityMetricIds.md +67 -0
- package/docs/reference/variables/IdentityMetrics.md +5 -0
- package/package.json +5 -4
package/docs/changelog.md
CHANGED
|
@@ -1,272 +1,507 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.30...identity-models-v0.0.3-next.31) (2026-05-28)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Miscellaneous Chores
|
|
7
7
|
|
|
8
8
|
* **identity-models:** Synchronize repo versions
|
|
9
9
|
|
|
10
|
-
## [0.0.3-next.
|
|
10
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.29...identity-models-v0.0.3-next.30) (2026-05-28)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Miscellaneous Chores
|
|
14
|
+
|
|
15
|
+
* **identity-models:** Synchronize repo versions
|
|
16
|
+
|
|
17
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.28...identity-models-v0.0.3-next.29) (2026-05-22)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Miscellaneous Chores
|
|
21
|
+
|
|
22
|
+
* **identity-models:** Synchronize repo versions
|
|
23
|
+
|
|
24
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.27...identity-models-v0.0.3-next.28) (2026-05-21)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Miscellaneous Chores
|
|
28
|
+
|
|
29
|
+
* **identity-models:** Synchronize repo versions
|
|
30
|
+
|
|
31
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.26...identity-models-v0.0.3-next.27) (2026-05-21)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* add optional jwt payload and headers to vc and vp tokens ([#135](https://github.com/iotaledger/twin-identity/issues/135)) ([aa1de0f](https://github.com/iotaledger/twin-identity/commit/aa1de0f63be95ff62bae3c699aabc85ea93d74c2))
|
|
37
|
+
|
|
38
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.25...identity-models-v0.0.3-next.26) (2026-05-21)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Features
|
|
42
|
+
|
|
43
|
+
* add telemetry metrics ([#132](https://github.com/iotaledger/twin-identity/issues/132)) ([b51cd78](https://github.com/iotaledger/twin-identity/commit/b51cd7816905fd55e250035daf1b8f2047cba83d))
|
|
44
|
+
|
|
45
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.24...identity-models-v0.0.3-next.25) (2026-05-20)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Miscellaneous Chores
|
|
49
|
+
|
|
50
|
+
* **identity-models:** Synchronize repo versions
|
|
51
|
+
|
|
52
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.23...identity-models-v0.0.3-next.24) (2026-05-13)
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### Miscellaneous Chores
|
|
56
|
+
|
|
57
|
+
* **identity-models:** Synchronize repo versions
|
|
58
|
+
|
|
59
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.22...identity-models-v0.0.3-next.23) (2026-05-12)
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
### Features
|
|
63
|
+
|
|
64
|
+
* typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
|
|
65
|
+
|
|
66
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.21...identity-models-v0.0.3-next.22) (2026-05-07)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Miscellaneous Chores
|
|
70
|
+
|
|
71
|
+
* **identity-models:** Synchronize repo versions
|
|
72
|
+
|
|
73
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.20...identity-models-v0.0.3-next.21) (2026-05-07)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Miscellaneous Chores
|
|
77
|
+
|
|
78
|
+
* **identity-models:** Synchronize repo versions
|
|
79
|
+
|
|
80
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.19...identity-models-v0.0.3-next.20) (2026-04-29)
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
### Features
|
|
84
|
+
|
|
85
|
+
* expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
|
|
86
|
+
|
|
87
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.18...identity-models-v0.0.3-next.19) (2026-04-29)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
### Features
|
|
91
|
+
|
|
92
|
+
* add addAlsoKnownAs to identity connector ([#117](https://github.com/iotaledger/twin-identity/issues/117)) ([aa27cff](https://github.com/iotaledger/twin-identity/commit/aa27cff88e61e7c8c6e32aeb437fb01c6ee9f57a))
|
|
93
|
+
|
|
94
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.17...identity-models-v0.0.3-next.18) (2026-02-27)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
### Miscellaneous Chores
|
|
98
|
+
|
|
99
|
+
* **identity-models:** Synchronize repo versions
|
|
100
|
+
|
|
101
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.16...identity-models-v0.0.3-next.17) (2026-02-24)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
### Miscellaneous Chores
|
|
105
|
+
|
|
106
|
+
* **identity-models:** Synchronize repo versions
|
|
107
|
+
|
|
108
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.15...identity-models-v0.0.3-next.16) (2026-02-13)
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
### Features
|
|
112
|
+
|
|
113
|
+
* separate vc verification routes with query and body ([ea7d891](https://github.com/iotaledger/twin-identity/commit/ea7d8910472150cf76dbd51e282625e70226d9b3))
|
|
114
|
+
|
|
115
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.14...identity-models-v0.0.3-next.15) (2026-02-12)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### Miscellaneous Chores
|
|
119
|
+
|
|
120
|
+
* **identity-models:** Synchronize repo versions
|
|
121
|
+
|
|
122
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.13...identity-models-v0.0.3-next.14) (2026-02-10)
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
### Features
|
|
126
|
+
|
|
127
|
+
* add proof to vcs and verify vs documents ([#103](https://github.com/iotaledger/twin-identity/issues/103)) ([b60bf0c](https://github.com/iotaledger/twin-identity/commit/b60bf0cb7d453d67574c5c0e4f769e67cf7cd6d1))
|
|
128
|
+
|
|
129
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.12...identity-models-v0.0.3-next.13) (2026-01-21)
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
### Miscellaneous Chores
|
|
133
|
+
|
|
134
|
+
* **identity-models:** Synchronize repo versions
|
|
135
|
+
|
|
136
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.11...identity-models-v0.0.3-next.12) (2026-01-19)
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
### Features
|
|
140
|
+
|
|
141
|
+
* remove auth generator ([#98](https://github.com/iotaledger/twin-identity/issues/98)) ([a8969e8](https://github.com/iotaledger/twin-identity/commit/a8969e85a5a2804abfc787406e2d12eb168dd978))
|
|
142
|
+
|
|
143
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.10...identity-models-v0.0.3-next.11) (2026-01-15)
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
### Features
|
|
147
|
+
|
|
148
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
149
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
150
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
151
|
+
* add idHelper class ([57c8bdb](https://github.com/iotaledger/twin-identity/commit/57c8bdb81efaa163b5e83f8a7f16f3764d12fd75))
|
|
152
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
153
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
154
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
155
|
+
* update did context handler definition ([02aa59a](https://github.com/iotaledger/twin-identity/commit/02aa59ae8100b1afb2325ea858411fc3e4d9d1e9))
|
|
156
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
157
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
### Bug Fixes
|
|
161
|
+
|
|
162
|
+
* didContextIdHandler tests ([dc7b555](https://github.com/iotaledger/twin-identity/commit/dc7b5558e47117475b7f1fa1686d3ed7e0906563))
|
|
163
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
164
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
165
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
166
|
+
* stricter pathParam types ([a174cdf](https://github.com/iotaledger/twin-identity/commit/a174cdf0ca4272bee35fcf20ab7e8e4e17b8b6f4))
|
|
167
|
+
* use base64Url for tenant id short form so it doesn't include slash ([53b9e27](https://github.com/iotaledger/twin-identity/commit/53b9e27351f20e2689734581c252a23527657926))
|
|
168
|
+
* Use resolver component ([#22](https://github.com/iotaledger/twin-identity/issues/22)) ([d0b3a32](https://github.com/iotaledger/twin-identity/commit/d0b3a321c7f9f966d397a880d752e9f2c0a98a27))
|
|
169
|
+
|
|
170
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.9...identity-models-v0.0.3-next.10) (2026-01-15)
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
### Miscellaneous Chores
|
|
174
|
+
|
|
175
|
+
* **identity-models:** Synchronize repo versions
|
|
176
|
+
|
|
177
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.8...identity-models-v0.0.3-next.9) (2026-01-14)
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
### Miscellaneous Chores
|
|
181
|
+
|
|
182
|
+
* **identity-models:** Synchronize repo versions
|
|
183
|
+
|
|
184
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.7...identity-models-v0.0.3-next.8) (2026-01-14)
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
### Miscellaneous Chores
|
|
188
|
+
|
|
189
|
+
* **identity-models:** Synchronize repo versions
|
|
190
|
+
|
|
191
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.6...identity-models-v0.0.3-next.7) (2026-01-13)
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
### Miscellaneous Chores
|
|
195
|
+
|
|
196
|
+
* **identity-models:** Synchronize repo versions
|
|
197
|
+
|
|
198
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.5...identity-models-v0.0.3-next.6) (2025-11-26)
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
### Miscellaneous Chores
|
|
202
|
+
|
|
203
|
+
* **identity-models:** Synchronize repo versions
|
|
204
|
+
|
|
205
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.4...identity-models-v0.0.3-next.5) (2025-11-20)
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
### Features
|
|
209
|
+
|
|
210
|
+
* update did context handler definition ([02aa59a](https://github.com/iotaledger/twin-identity/commit/02aa59ae8100b1afb2325ea858411fc3e4d9d1e9))
|
|
211
|
+
|
|
212
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.3...identity-models-v0.0.3-next.4) (2025-11-17)
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
### Features
|
|
216
|
+
|
|
217
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
218
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
219
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
220
|
+
* add idHelper class ([57c8bdb](https://github.com/iotaledger/twin-identity/commit/57c8bdb81efaa163b5e83f8a7f16f3764d12fd75))
|
|
221
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
222
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
223
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
224
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
225
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
### Bug Fixes
|
|
229
|
+
|
|
230
|
+
* didContextIdHandler tests ([dc7b555](https://github.com/iotaledger/twin-identity/commit/dc7b5558e47117475b7f1fa1686d3ed7e0906563))
|
|
231
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
232
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
233
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
234
|
+
* stricter pathParam types ([a174cdf](https://github.com/iotaledger/twin-identity/commit/a174cdf0ca4272bee35fcf20ab7e8e4e17b8b6f4))
|
|
235
|
+
* use base64Url for tenant id short form so it doesn't include slash ([53b9e27](https://github.com/iotaledger/twin-identity/commit/53b9e27351f20e2689734581c252a23527657926))
|
|
236
|
+
* Use resolver component ([#22](https://github.com/iotaledger/twin-identity/issues/22)) ([d0b3a32](https://github.com/iotaledger/twin-identity/commit/d0b3a321c7f9f966d397a880d752e9f2c0a98a27))
|
|
237
|
+
|
|
238
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.2...identity-models-v0.0.3-next.3) (2025-11-17)
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
### Miscellaneous Chores
|
|
242
|
+
|
|
243
|
+
* **identity-models:** Synchronize repo versions
|
|
244
|
+
|
|
245
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.1...identity-models-v0.0.3-next.2) (2025-11-14)
|
|
11
246
|
|
|
12
247
|
|
|
13
248
|
### Bug Fixes
|
|
14
249
|
|
|
15
|
-
* use base64Url for tenant id short form so it doesn't include slash ([53b9e27](https://github.com/
|
|
250
|
+
* use base64Url for tenant id short form so it doesn't include slash ([53b9e27](https://github.com/iotaledger/twin-identity/commit/53b9e27351f20e2689734581c252a23527657926))
|
|
16
251
|
|
|
17
|
-
## [0.0.3-next.1](https://github.com/
|
|
252
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.0...identity-models-v0.0.3-next.1) (2025-11-11)
|
|
18
253
|
|
|
19
254
|
|
|
20
255
|
### Features
|
|
21
256
|
|
|
22
|
-
* add context id features ([#62](https://github.com/
|
|
23
|
-
* add expiration date option to vc creation ([73e05e1](https://github.com/
|
|
24
|
-
* add identity remove ([eebc13f](https://github.com/
|
|
25
|
-
* add idHelper class ([57c8bdb](https://github.com/
|
|
26
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
27
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
28
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
29
|
-
* update framework core ([c824497](https://github.com/
|
|
30
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
257
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
258
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
259
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
260
|
+
* add idHelper class ([57c8bdb](https://github.com/iotaledger/twin-identity/commit/57c8bdb81efaa163b5e83f8a7f16f3764d12fd75))
|
|
261
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
262
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
263
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
264
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
265
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
31
266
|
|
|
32
267
|
|
|
33
268
|
### Bug Fixes
|
|
34
269
|
|
|
35
|
-
* Import path and bump version ([#21](https://github.com/
|
|
36
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
37
|
-
* query params force coercion ([d9347d2](https://github.com/
|
|
38
|
-
* Use resolver component ([#22](https://github.com/
|
|
270
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
271
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
272
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
273
|
+
* Use resolver component ([#22](https://github.com/iotaledger/twin-identity/issues/22)) ([d0b3a32](https://github.com/iotaledger/twin-identity/commit/d0b3a321c7f9f966d397a880d752e9f2c0a98a27))
|
|
39
274
|
|
|
40
|
-
## [0.0.2-next.10](https://github.com/
|
|
275
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.2-next.9...identity-models-v0.0.2-next.10) (2025-10-27)
|
|
41
276
|
|
|
42
277
|
|
|
43
278
|
### Miscellaneous Chores
|
|
44
279
|
|
|
45
280
|
* **identity-models:** Synchronize repo versions
|
|
46
281
|
|
|
47
|
-
## [0.0.2-next.9](https://github.com/
|
|
282
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.2-next.8...identity-models-v0.0.2-next.9) (2025-10-09)
|
|
48
283
|
|
|
49
284
|
|
|
50
285
|
### Features
|
|
51
286
|
|
|
52
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
287
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
53
288
|
|
|
54
|
-
## [0.0.2-next.8](https://github.com/
|
|
289
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.2-next.7...identity-models-v0.0.2-next.8) (2025-09-25)
|
|
55
290
|
|
|
56
291
|
|
|
57
292
|
### Features
|
|
58
293
|
|
|
59
|
-
* add idHelper class ([57c8bdb](https://github.com/
|
|
294
|
+
* add idHelper class ([57c8bdb](https://github.com/iotaledger/twin-identity/commit/57c8bdb81efaa163b5e83f8a7f16f3764d12fd75))
|
|
60
295
|
|
|
61
|
-
## [0.0.2-next.7](https://github.com/
|
|
296
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.2-next.6...identity-models-v0.0.2-next.7) (2025-09-23)
|
|
62
297
|
|
|
63
298
|
|
|
64
299
|
### Miscellaneous Chores
|
|
65
300
|
|
|
66
301
|
* **identity-models:** Synchronize repo versions
|
|
67
302
|
|
|
68
|
-
## [0.0.2-next.6](https://github.com/
|
|
303
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.2-next.5...identity-models-v0.0.2-next.6) (2025-09-23)
|
|
69
304
|
|
|
70
305
|
|
|
71
306
|
### Miscellaneous Chores
|
|
72
307
|
|
|
73
308
|
* **identity-models:** Synchronize repo versions
|
|
74
309
|
|
|
75
|
-
## [0.0.2-next.5](https://github.com/
|
|
310
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.2-next.4...identity-models-v0.0.2-next.5) (2025-09-15)
|
|
76
311
|
|
|
77
312
|
|
|
78
313
|
### Miscellaneous Chores
|
|
79
314
|
|
|
80
315
|
* **identity-models:** Synchronize repo versions
|
|
81
316
|
|
|
82
|
-
## [0.0.2-next.4](https://github.com/
|
|
317
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.2-next.3...identity-models-v0.0.2-next.4) (2025-09-12)
|
|
83
318
|
|
|
84
319
|
|
|
85
320
|
### Features
|
|
86
321
|
|
|
87
|
-
* add expiration date option to vc creation ([73e05e1](https://github.com/
|
|
322
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
88
323
|
|
|
89
|
-
## [0.0.2-next.3](https://github.com/
|
|
324
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.2-next.2...identity-models-v0.0.2-next.3) (2025-08-29)
|
|
90
325
|
|
|
91
326
|
|
|
92
327
|
### Features
|
|
93
328
|
|
|
94
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
329
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
95
330
|
|
|
96
|
-
## [0.0.2-next.2](https://github.com/
|
|
331
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.2-next.1...identity-models-v0.0.2-next.2) (2025-08-20)
|
|
97
332
|
|
|
98
333
|
|
|
99
334
|
### Features
|
|
100
335
|
|
|
101
|
-
* update framework core ([c824497](https://github.com/
|
|
336
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
102
337
|
|
|
103
|
-
## [0.0.2-next.1](https://github.com/
|
|
338
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.2-next.0...identity-models-v0.0.2-next.1) (2025-08-18)
|
|
104
339
|
|
|
105
340
|
|
|
106
341
|
### Features
|
|
107
342
|
|
|
108
|
-
* add identity remove ([eebc13f](https://github.com/
|
|
109
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
110
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
343
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
344
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
345
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
111
346
|
|
|
112
347
|
|
|
113
348
|
### Bug Fixes
|
|
114
349
|
|
|
115
|
-
* Import path and bump version ([#21](https://github.com/
|
|
116
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
117
|
-
* query params force coercion ([d9347d2](https://github.com/
|
|
118
|
-
* Use resolver component ([#22](https://github.com/
|
|
350
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
351
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
352
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
353
|
+
* Use resolver component ([#22](https://github.com/iotaledger/twin-identity/issues/22)) ([d0b3a32](https://github.com/iotaledger/twin-identity/commit/d0b3a321c7f9f966d397a880d752e9f2c0a98a27))
|
|
119
354
|
|
|
120
355
|
## 0.0.1 (2025-07-08)
|
|
121
356
|
|
|
122
357
|
|
|
123
358
|
### Features
|
|
124
359
|
|
|
125
|
-
* release to production ([8450ad7](https://github.com/
|
|
360
|
+
* release to production ([8450ad7](https://github.com/iotaledger/twin-identity/commit/8450ad727e0c4d665f2ce483e41798c2ff5b7d55))
|
|
126
361
|
|
|
127
|
-
## [0.0.1-next.57](https://github.com/
|
|
362
|
+
## [0.0.1-next.57](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.56...identity-models-v0.0.1-next.57) (2025-07-08)
|
|
128
363
|
|
|
129
364
|
|
|
130
365
|
### Features
|
|
131
366
|
|
|
132
|
-
* add identity remove ([eebc13f](https://github.com/
|
|
367
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
133
368
|
|
|
134
|
-
## [0.0.1-next.56](https://github.com/
|
|
369
|
+
## [0.0.1-next.56](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.55...identity-models-v0.0.1-next.56) (2025-06-30)
|
|
135
370
|
|
|
136
371
|
|
|
137
372
|
### Miscellaneous Chores
|
|
138
373
|
|
|
139
374
|
* **identity-models:** Synchronize repo versions
|
|
140
375
|
|
|
141
|
-
## [0.0.1-next.55](https://github.com/
|
|
376
|
+
## [0.0.1-next.55](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.54...identity-models-v0.0.1-next.55) (2025-06-26)
|
|
142
377
|
|
|
143
378
|
|
|
144
379
|
### Features
|
|
145
380
|
|
|
146
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
147
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
381
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
382
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
148
383
|
|
|
149
384
|
|
|
150
385
|
### Bug Fixes
|
|
151
386
|
|
|
152
|
-
* Import path and bump version ([#21](https://github.com/
|
|
153
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
154
|
-
* query params force coercion ([d9347d2](https://github.com/
|
|
155
|
-
* Use resolver component ([#22](https://github.com/
|
|
387
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
388
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
389
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
390
|
+
* Use resolver component ([#22](https://github.com/iotaledger/twin-identity/issues/22)) ([d0b3a32](https://github.com/iotaledger/twin-identity/commit/d0b3a321c7f9f966d397a880d752e9f2c0a98a27))
|
|
156
391
|
|
|
157
|
-
## [0.0.1-next.54](https://github.com/
|
|
392
|
+
## [0.0.1-next.54](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.53...identity-models-v0.0.1-next.54) (2025-06-26)
|
|
158
393
|
|
|
159
394
|
|
|
160
395
|
### Miscellaneous Chores
|
|
161
396
|
|
|
162
397
|
* **identity-models:** Synchronize repo versions
|
|
163
398
|
|
|
164
|
-
## [0.0.1-next.53](https://github.com/
|
|
399
|
+
## [0.0.1-next.53](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.52...identity-models-v0.0.1-next.53) (2025-06-23)
|
|
165
400
|
|
|
166
401
|
|
|
167
402
|
### Miscellaneous Chores
|
|
168
403
|
|
|
169
404
|
* **identity-models:** Synchronize repo versions
|
|
170
405
|
|
|
171
|
-
## [0.0.1-next.52](https://github.com/
|
|
406
|
+
## [0.0.1-next.52](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.51...identity-models-v0.0.1-next.52) (2025-06-20)
|
|
172
407
|
|
|
173
408
|
|
|
174
409
|
### Bug Fixes
|
|
175
410
|
|
|
176
|
-
* query params force coercion ([d9347d2](https://github.com/
|
|
411
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
177
412
|
|
|
178
|
-
## [0.0.1-next.51](https://github.com/
|
|
413
|
+
## [0.0.1-next.51](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.50...identity-models-v0.0.1-next.51) (2025-06-19)
|
|
179
414
|
|
|
180
415
|
|
|
181
416
|
### Miscellaneous Chores
|
|
182
417
|
|
|
183
418
|
* **identity-models:** Synchronize repo versions
|
|
184
419
|
|
|
185
|
-
## [0.0.1-next.50](https://github.com/
|
|
420
|
+
## [0.0.1-next.50](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.49...identity-models-v0.0.1-next.50) (2025-06-19)
|
|
186
421
|
|
|
187
422
|
|
|
188
423
|
### Miscellaneous Chores
|
|
189
424
|
|
|
190
425
|
* **identity-models:** Synchronize repo versions
|
|
191
426
|
|
|
192
|
-
## [0.0.1-next.49](https://github.com/
|
|
427
|
+
## [0.0.1-next.49](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.48...identity-models-v0.0.1-next.49) (2025-06-18)
|
|
193
428
|
|
|
194
429
|
|
|
195
430
|
### Miscellaneous Chores
|
|
196
431
|
|
|
197
432
|
* **identity-models:** Synchronize repo versions
|
|
198
433
|
|
|
199
|
-
## [0.0.1-next.48](https://github.com/
|
|
434
|
+
## [0.0.1-next.48](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.47...identity-models-v0.0.1-next.48) (2025-06-17)
|
|
200
435
|
|
|
201
436
|
|
|
202
437
|
### Miscellaneous Chores
|
|
203
438
|
|
|
204
439
|
* **identity-models:** Synchronize repo versions
|
|
205
440
|
|
|
206
|
-
## [0.0.1-next.47](https://github.com/
|
|
441
|
+
## [0.0.1-next.47](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.46...identity-models-v0.0.1-next.47) (2025-06-12)
|
|
207
442
|
|
|
208
443
|
|
|
209
444
|
### Features
|
|
210
445
|
|
|
211
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
446
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
212
447
|
|
|
213
|
-
## [0.0.1-next.46](https://github.com/
|
|
448
|
+
## [0.0.1-next.46](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.45...identity-models-v0.0.1-next.46) (2025-05-20)
|
|
214
449
|
|
|
215
450
|
|
|
216
451
|
### Features
|
|
217
452
|
|
|
218
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
453
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
219
454
|
|
|
220
455
|
|
|
221
456
|
### Bug Fixes
|
|
222
457
|
|
|
223
|
-
* Import path and bump version ([#21](https://github.com/
|
|
224
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
225
|
-
* Use resolver component ([#22](https://github.com/
|
|
458
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
459
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
460
|
+
* Use resolver component ([#22](https://github.com/iotaledger/twin-identity/issues/22)) ([d0b3a32](https://github.com/iotaledger/twin-identity/commit/d0b3a321c7f9f966d397a880d752e9f2c0a98a27))
|
|
226
461
|
|
|
227
|
-
## [0.0.1-next.45](https://github.com/
|
|
462
|
+
## [0.0.1-next.45](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.44...identity-models-v0.0.1-next.45) (2025-05-06)
|
|
228
463
|
|
|
229
464
|
|
|
230
465
|
### Miscellaneous Chores
|
|
231
466
|
|
|
232
467
|
* **identity-models:** Synchronize repo versions
|
|
233
468
|
|
|
234
|
-
## [0.0.1-next.44](https://github.com/
|
|
469
|
+
## [0.0.1-next.44](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.43...identity-models-v0.0.1-next.44) (2025-04-30)
|
|
235
470
|
|
|
236
471
|
|
|
237
472
|
### Miscellaneous Chores
|
|
238
473
|
|
|
239
474
|
* **identity-models:** Synchronize repo versions
|
|
240
475
|
|
|
241
|
-
## [0.0.1-next.43](https://github.com/
|
|
476
|
+
## [0.0.1-next.43](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.42...identity-models-v0.0.1-next.43) (2025-04-25)
|
|
242
477
|
|
|
243
478
|
|
|
244
479
|
### Miscellaneous Chores
|
|
245
480
|
|
|
246
481
|
* **identity-models:** Synchronize repo versions
|
|
247
482
|
|
|
248
|
-
## [0.0.1-next.42](https://github.com/
|
|
483
|
+
## [0.0.1-next.42](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.41...identity-models-v0.0.1-next.42) (2025-04-17)
|
|
249
484
|
|
|
250
485
|
|
|
251
486
|
### Features
|
|
252
487
|
|
|
253
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
488
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
254
489
|
|
|
255
|
-
## [0.0.1-next.41](https://github.com/
|
|
490
|
+
## [0.0.1-next.41](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.40...identity-models-v0.0.1-next.41) (2025-04-09)
|
|
256
491
|
|
|
257
492
|
|
|
258
493
|
### Miscellaneous Chores
|
|
259
494
|
|
|
260
495
|
* **identity-models:** Synchronize repo versions
|
|
261
496
|
|
|
262
|
-
## [0.0.1-next.40](https://github.com/
|
|
497
|
+
## [0.0.1-next.40](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.39...identity-models-v0.0.1-next.40) (2025-03-28)
|
|
263
498
|
|
|
264
499
|
|
|
265
500
|
### Bug Fixes
|
|
266
501
|
|
|
267
|
-
* Import path and bump version ([#21](https://github.com/
|
|
268
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
269
|
-
* Use resolver component ([#22](https://github.com/
|
|
502
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
503
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
504
|
+
* Use resolver component ([#22](https://github.com/iotaledger/twin-identity/issues/22)) ([d0b3a32](https://github.com/iotaledger/twin-identity/commit/d0b3a321c7f9f966d397a880d752e9f2c0a98a27))
|
|
270
505
|
|
|
271
506
|
## v0.0.1-next.39
|
|
272
507
|
|