@twin.org/identity-models 0.0.3-next.9 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/es/contextIdHandlers/didContextIdHandler.js +3 -3
- 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/IIdentityProfileComponent.js.map +1 -1
- package/dist/es/models/IIdentityProfileConnector.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/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/es/types/did.js +3 -3
- package/dist/es/types/did.js.map +1 -1
- package/dist/es/utils/verificationHelper.js +4 -4
- package/dist/es/utils/verificationHelper.js.map +1 -1
- package/dist/types/contextIdHandlers/didContextIdHandler.d.ts +3 -3
- package/dist/types/index.d.ts +6 -0
- package/dist/types/models/IIdentityComponent.d.ts +54 -13
- package/dist/types/models/IIdentityConnector.d.ts +53 -12
- package/dist/types/models/IIdentityProfileComponent.d.ts +3 -3
- package/dist/types/models/IIdentityProfileConnector.d.ts +3 -3
- 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/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/dist/types/types/did.d.ts +3 -3
- package/dist/types/utils/verificationHelper.d.ts +4 -4
- package/docs/changelog.md +409 -99
- package/docs/examples.md +157 -1
- package/docs/reference/classes/Did.md +7 -7
- package/docs/reference/classes/DidContextIdHandler.md +7 -7
- package/docs/reference/classes/DocumentHelper.md +5 -5
- package/docs/reference/classes/VerificationHelper.md +7 -7
- 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 +157 -43
- package/docs/reference/interfaces/IIdentityConnector.md +156 -42
- package/docs/reference/interfaces/IIdentityCreateRequest.md +3 -3
- package/docs/reference/interfaces/IIdentityCreateResponse.md +1 -1
- package/docs/reference/interfaces/IIdentityProfileComponent.md +9 -9
- package/docs/reference/interfaces/IIdentityProfileConnector.md +8 -8
- 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 +1 -1
- package/docs/reference/interfaces/IIdentityVerifiableCredentialUnrevokeRequest.md +1 -1
- 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 +12 -11
package/docs/changelog.md
CHANGED
|
@@ -1,333 +1,643 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0
|
|
3
|
+
## [0.9.0](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.9.0...identity-models-v0.9.0) (2026-06-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* release to production ([dabf4c5](https://github.com/iotaledger/twin-identity/commit/dabf4c5bb19e04c09bfbc8533f23dc9d42b35e4c))
|
|
9
|
+
* release to production ([8450ad7](https://github.com/iotaledger/twin-identity/commit/8450ad727e0c4d665f2ce483e41798c2ff5b7d55))
|
|
10
|
+
* release to production ([#161](https://github.com/iotaledger/twin-identity/issues/161)) ([ad151fa](https://github.com/iotaledger/twin-identity/commit/ad151facfcaadc1d183d935a6db525379d48002f))
|
|
11
|
+
|
|
12
|
+
## [0.9.0-next.1](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.9.0-next.0...identity-models-v0.9.0-next.1) (2026-06-23)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* add addAlsoKnownAs to identity connector ([#117](https://github.com/iotaledger/twin-identity/issues/117)) ([aa27cff](https://github.com/iotaledger/twin-identity/commit/aa27cff88e61e7c8c6e32aeb437fb01c6ee9f57a))
|
|
18
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
19
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
20
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
21
|
+
* add idHelper class ([57c8bdb](https://github.com/iotaledger/twin-identity/commit/57c8bdb81efaa163b5e83f8a7f16f3764d12fd75))
|
|
22
|
+
* 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))
|
|
23
|
+
* 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))
|
|
24
|
+
* add telemetry metrics ([#132](https://github.com/iotaledger/twin-identity/issues/132)) ([b51cd78](https://github.com/iotaledger/twin-identity/commit/b51cd7816905fd55e250035daf1b8f2047cba83d))
|
|
25
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
26
|
+
* common connector tests ([4f9642c](https://github.com/iotaledger/twin-identity/commit/4f9642ceb09843870909fc6819bf69fb20ef952a))
|
|
27
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
28
|
+
* expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
|
|
29
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
30
|
+
* remove auth generator ([#98](https://github.com/iotaledger/twin-identity/issues/98)) ([a8969e8](https://github.com/iotaledger/twin-identity/commit/a8969e85a5a2804abfc787406e2d12eb168dd978))
|
|
31
|
+
* separate vc verification routes with query and body ([ea7d891](https://github.com/iotaledger/twin-identity/commit/ea7d8910472150cf76dbd51e282625e70226d9b3))
|
|
32
|
+
* typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
|
|
33
|
+
* update did context handler definition ([02aa59a](https://github.com/iotaledger/twin-identity/commit/02aa59ae8100b1afb2325ea858411fc3e4d9d1e9))
|
|
34
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
35
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Bug Fixes
|
|
39
|
+
|
|
40
|
+
* didContextIdHandler tests ([dc7b555](https://github.com/iotaledger/twin-identity/commit/dc7b5558e47117475b7f1fa1686d3ed7e0906563))
|
|
41
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
42
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
43
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
44
|
+
* stricter pathParam types ([a174cdf](https://github.com/iotaledger/twin-identity/commit/a174cdf0ca4272bee35fcf20ab7e8e4e17b8b6f4))
|
|
45
|
+
* use base64Url for tenant id short form so it doesn't include slash ([53b9e27](https://github.com/iotaledger/twin-identity/commit/53b9e27351f20e2689734581c252a23527657926))
|
|
46
|
+
* Use resolver component ([#22](https://github.com/iotaledger/twin-identity/issues/22)) ([d0b3a32](https://github.com/iotaledger/twin-identity/commit/d0b3a321c7f9f966d397a880d752e9f2c0a98a27))
|
|
47
|
+
|
|
48
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.35...identity-models-v0.0.3-next.36) (2026-06-17)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Miscellaneous Chores
|
|
52
|
+
|
|
53
|
+
* **identity-models:** Synchronize repo versions
|
|
54
|
+
|
|
55
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.34...identity-models-v0.0.3-next.35) (2026-06-01)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### Miscellaneous Chores
|
|
59
|
+
|
|
60
|
+
* **identity-models:** Synchronize repo versions
|
|
61
|
+
|
|
62
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.33...identity-models-v0.0.3-next.34) (2026-06-01)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### Features
|
|
66
|
+
|
|
67
|
+
* add addAlsoKnownAs to identity connector ([#117](https://github.com/iotaledger/twin-identity/issues/117)) ([aa27cff](https://github.com/iotaledger/twin-identity/commit/aa27cff88e61e7c8c6e32aeb437fb01c6ee9f57a))
|
|
68
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
69
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
70
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
71
|
+
* add idHelper class ([57c8bdb](https://github.com/iotaledger/twin-identity/commit/57c8bdb81efaa163b5e83f8a7f16f3764d12fd75))
|
|
72
|
+
* 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))
|
|
73
|
+
* 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))
|
|
74
|
+
* add telemetry metrics ([#132](https://github.com/iotaledger/twin-identity/issues/132)) ([b51cd78](https://github.com/iotaledger/twin-identity/commit/b51cd7816905fd55e250035daf1b8f2047cba83d))
|
|
75
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
76
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
77
|
+
* expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
|
|
78
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
79
|
+
* remove auth generator ([#98](https://github.com/iotaledger/twin-identity/issues/98)) ([a8969e8](https://github.com/iotaledger/twin-identity/commit/a8969e85a5a2804abfc787406e2d12eb168dd978))
|
|
80
|
+
* separate vc verification routes with query and body ([ea7d891](https://github.com/iotaledger/twin-identity/commit/ea7d8910472150cf76dbd51e282625e70226d9b3))
|
|
81
|
+
* typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
|
|
82
|
+
* update did context handler definition ([02aa59a](https://github.com/iotaledger/twin-identity/commit/02aa59ae8100b1afb2325ea858411fc3e4d9d1e9))
|
|
83
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
84
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
### Bug Fixes
|
|
88
|
+
|
|
89
|
+
* didContextIdHandler tests ([dc7b555](https://github.com/iotaledger/twin-identity/commit/dc7b5558e47117475b7f1fa1686d3ed7e0906563))
|
|
90
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
91
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
92
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
93
|
+
* stricter pathParam types ([a174cdf](https://github.com/iotaledger/twin-identity/commit/a174cdf0ca4272bee35fcf20ab7e8e4e17b8b6f4))
|
|
94
|
+
* use base64Url for tenant id short form so it doesn't include slash ([53b9e27](https://github.com/iotaledger/twin-identity/commit/53b9e27351f20e2689734581c252a23527657926))
|
|
95
|
+
* Use resolver component ([#22](https://github.com/iotaledger/twin-identity/issues/22)) ([d0b3a32](https://github.com/iotaledger/twin-identity/commit/d0b3a321c7f9f966d397a880d752e9f2c0a98a27))
|
|
96
|
+
|
|
97
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.32...identity-models-v0.0.3-next.33) (2026-06-01)
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
### Features
|
|
101
|
+
|
|
102
|
+
* add addAlsoKnownAs to identity connector ([#117](https://github.com/iotaledger/twin-identity/issues/117)) ([aa27cff](https://github.com/iotaledger/twin-identity/commit/aa27cff88e61e7c8c6e32aeb437fb01c6ee9f57a))
|
|
103
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
104
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
105
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
106
|
+
* add idHelper class ([57c8bdb](https://github.com/iotaledger/twin-identity/commit/57c8bdb81efaa163b5e83f8a7f16f3764d12fd75))
|
|
107
|
+
* 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))
|
|
108
|
+
* 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))
|
|
109
|
+
* add telemetry metrics ([#132](https://github.com/iotaledger/twin-identity/issues/132)) ([b51cd78](https://github.com/iotaledger/twin-identity/commit/b51cd7816905fd55e250035daf1b8f2047cba83d))
|
|
110
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
111
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
112
|
+
* expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
|
|
113
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
114
|
+
* remove auth generator ([#98](https://github.com/iotaledger/twin-identity/issues/98)) ([a8969e8](https://github.com/iotaledger/twin-identity/commit/a8969e85a5a2804abfc787406e2d12eb168dd978))
|
|
115
|
+
* separate vc verification routes with query and body ([ea7d891](https://github.com/iotaledger/twin-identity/commit/ea7d8910472150cf76dbd51e282625e70226d9b3))
|
|
116
|
+
* typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
|
|
117
|
+
* update did context handler definition ([02aa59a](https://github.com/iotaledger/twin-identity/commit/02aa59ae8100b1afb2325ea858411fc3e4d9d1e9))
|
|
118
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
119
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
### Bug Fixes
|
|
123
|
+
|
|
124
|
+
* didContextIdHandler tests ([dc7b555](https://github.com/iotaledger/twin-identity/commit/dc7b5558e47117475b7f1fa1686d3ed7e0906563))
|
|
125
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
126
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
127
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
128
|
+
* stricter pathParam types ([a174cdf](https://github.com/iotaledger/twin-identity/commit/a174cdf0ca4272bee35fcf20ab7e8e4e17b8b6f4))
|
|
129
|
+
* use base64Url for tenant id short form so it doesn't include slash ([53b9e27](https://github.com/iotaledger/twin-identity/commit/53b9e27351f20e2689734581c252a23527657926))
|
|
130
|
+
* Use resolver component ([#22](https://github.com/iotaledger/twin-identity/issues/22)) ([d0b3a32](https://github.com/iotaledger/twin-identity/commit/d0b3a321c7f9f966d397a880d752e9f2c0a98a27))
|
|
131
|
+
|
|
132
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.31...identity-models-v0.0.3-next.32) (2026-06-01)
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
### Miscellaneous Chores
|
|
136
|
+
|
|
137
|
+
* **identity-models:** Synchronize repo versions
|
|
138
|
+
|
|
139
|
+
## [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)
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
### Miscellaneous Chores
|
|
143
|
+
|
|
144
|
+
* **identity-models:** Synchronize repo versions
|
|
145
|
+
|
|
146
|
+
## [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)
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
### Miscellaneous Chores
|
|
150
|
+
|
|
151
|
+
* **identity-models:** Synchronize repo versions
|
|
152
|
+
|
|
153
|
+
## [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)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
### Miscellaneous Chores
|
|
157
|
+
|
|
158
|
+
* **identity-models:** Synchronize repo versions
|
|
159
|
+
|
|
160
|
+
## [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)
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
### Miscellaneous Chores
|
|
164
|
+
|
|
165
|
+
* **identity-models:** Synchronize repo versions
|
|
166
|
+
|
|
167
|
+
## [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)
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
### Features
|
|
171
|
+
|
|
172
|
+
* 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))
|
|
173
|
+
|
|
174
|
+
## [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)
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
### Features
|
|
178
|
+
|
|
179
|
+
* add telemetry metrics ([#132](https://github.com/iotaledger/twin-identity/issues/132)) ([b51cd78](https://github.com/iotaledger/twin-identity/commit/b51cd7816905fd55e250035daf1b8f2047cba83d))
|
|
180
|
+
|
|
181
|
+
## [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)
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
### Miscellaneous Chores
|
|
185
|
+
|
|
186
|
+
* **identity-models:** Synchronize repo versions
|
|
187
|
+
|
|
188
|
+
## [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)
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Miscellaneous Chores
|
|
192
|
+
|
|
193
|
+
* **identity-models:** Synchronize repo versions
|
|
194
|
+
|
|
195
|
+
## [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)
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
### Features
|
|
199
|
+
|
|
200
|
+
* typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
|
|
201
|
+
|
|
202
|
+
## [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)
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
### Miscellaneous Chores
|
|
206
|
+
|
|
207
|
+
* **identity-models:** Synchronize repo versions
|
|
208
|
+
|
|
209
|
+
## [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)
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
### Miscellaneous Chores
|
|
213
|
+
|
|
214
|
+
* **identity-models:** Synchronize repo versions
|
|
215
|
+
|
|
216
|
+
## [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)
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
### Features
|
|
220
|
+
|
|
221
|
+
* expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
|
|
222
|
+
|
|
223
|
+
## [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)
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
### Features
|
|
227
|
+
|
|
228
|
+
* add addAlsoKnownAs to identity connector ([#117](https://github.com/iotaledger/twin-identity/issues/117)) ([aa27cff](https://github.com/iotaledger/twin-identity/commit/aa27cff88e61e7c8c6e32aeb437fb01c6ee9f57a))
|
|
229
|
+
|
|
230
|
+
## [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)
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
### Miscellaneous Chores
|
|
234
|
+
|
|
235
|
+
* **identity-models:** Synchronize repo versions
|
|
236
|
+
|
|
237
|
+
## [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)
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
### Miscellaneous Chores
|
|
241
|
+
|
|
242
|
+
* **identity-models:** Synchronize repo versions
|
|
243
|
+
|
|
244
|
+
## [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)
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
### Features
|
|
248
|
+
|
|
249
|
+
* separate vc verification routes with query and body ([ea7d891](https://github.com/iotaledger/twin-identity/commit/ea7d8910472150cf76dbd51e282625e70226d9b3))
|
|
250
|
+
|
|
251
|
+
## [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)
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
### Miscellaneous Chores
|
|
255
|
+
|
|
256
|
+
* **identity-models:** Synchronize repo versions
|
|
257
|
+
|
|
258
|
+
## [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)
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
### Features
|
|
262
|
+
|
|
263
|
+
* 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))
|
|
264
|
+
|
|
265
|
+
## [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)
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
### Miscellaneous Chores
|
|
269
|
+
|
|
270
|
+
* **identity-models:** Synchronize repo versions
|
|
271
|
+
|
|
272
|
+
## [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)
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
### Features
|
|
276
|
+
|
|
277
|
+
* remove auth generator ([#98](https://github.com/iotaledger/twin-identity/issues/98)) ([a8969e8](https://github.com/iotaledger/twin-identity/commit/a8969e85a5a2804abfc787406e2d12eb168dd978))
|
|
278
|
+
|
|
279
|
+
## [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)
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
### Features
|
|
283
|
+
|
|
284
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
285
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
286
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
287
|
+
* add idHelper class ([57c8bdb](https://github.com/iotaledger/twin-identity/commit/57c8bdb81efaa163b5e83f8a7f16f3764d12fd75))
|
|
288
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
289
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
290
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
291
|
+
* update did context handler definition ([02aa59a](https://github.com/iotaledger/twin-identity/commit/02aa59ae8100b1afb2325ea858411fc3e4d9d1e9))
|
|
292
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
293
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
### Bug Fixes
|
|
297
|
+
|
|
298
|
+
* didContextIdHandler tests ([dc7b555](https://github.com/iotaledger/twin-identity/commit/dc7b5558e47117475b7f1fa1686d3ed7e0906563))
|
|
299
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
300
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
301
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
302
|
+
* stricter pathParam types ([a174cdf](https://github.com/iotaledger/twin-identity/commit/a174cdf0ca4272bee35fcf20ab7e8e4e17b8b6f4))
|
|
303
|
+
* use base64Url for tenant id short form so it doesn't include slash ([53b9e27](https://github.com/iotaledger/twin-identity/commit/53b9e27351f20e2689734581c252a23527657926))
|
|
304
|
+
* Use resolver component ([#22](https://github.com/iotaledger/twin-identity/issues/22)) ([d0b3a32](https://github.com/iotaledger/twin-identity/commit/d0b3a321c7f9f966d397a880d752e9f2c0a98a27))
|
|
305
|
+
|
|
306
|
+
## [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)
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
### Miscellaneous Chores
|
|
310
|
+
|
|
311
|
+
* **identity-models:** Synchronize repo versions
|
|
312
|
+
|
|
313
|
+
## [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)
|
|
4
314
|
|
|
5
315
|
|
|
6
316
|
### Miscellaneous Chores
|
|
7
317
|
|
|
8
318
|
* **identity-models:** Synchronize repo versions
|
|
9
319
|
|
|
10
|
-
## [0.0.3-next.8](https://github.com/
|
|
320
|
+
## [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)
|
|
11
321
|
|
|
12
322
|
|
|
13
323
|
### Miscellaneous Chores
|
|
14
324
|
|
|
15
325
|
* **identity-models:** Synchronize repo versions
|
|
16
326
|
|
|
17
|
-
## [0.0.3-next.7](https://github.com/
|
|
327
|
+
## [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)
|
|
18
328
|
|
|
19
329
|
|
|
20
330
|
### Miscellaneous Chores
|
|
21
331
|
|
|
22
332
|
* **identity-models:** Synchronize repo versions
|
|
23
333
|
|
|
24
|
-
## [0.0.3-next.6](https://github.com/
|
|
334
|
+
## [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)
|
|
25
335
|
|
|
26
336
|
|
|
27
337
|
### Miscellaneous Chores
|
|
28
338
|
|
|
29
339
|
* **identity-models:** Synchronize repo versions
|
|
30
340
|
|
|
31
|
-
## [0.0.3-next.5](https://github.com/
|
|
341
|
+
## [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)
|
|
32
342
|
|
|
33
343
|
|
|
34
344
|
### Features
|
|
35
345
|
|
|
36
|
-
* update did context handler definition ([02aa59a](https://github.com/
|
|
346
|
+
* update did context handler definition ([02aa59a](https://github.com/iotaledger/twin-identity/commit/02aa59ae8100b1afb2325ea858411fc3e4d9d1e9))
|
|
37
347
|
|
|
38
|
-
## [0.0.3-next.4](https://github.com/
|
|
348
|
+
## [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)
|
|
39
349
|
|
|
40
350
|
|
|
41
351
|
### Features
|
|
42
352
|
|
|
43
|
-
* add context id features ([#62](https://github.com/
|
|
44
|
-
* add expiration date option to vc creation ([73e05e1](https://github.com/
|
|
45
|
-
* add identity remove ([eebc13f](https://github.com/
|
|
46
|
-
* add idHelper class ([57c8bdb](https://github.com/
|
|
47
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
48
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
49
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
50
|
-
* update framework core ([c824497](https://github.com/
|
|
51
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
353
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
354
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
355
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
356
|
+
* add idHelper class ([57c8bdb](https://github.com/iotaledger/twin-identity/commit/57c8bdb81efaa163b5e83f8a7f16f3764d12fd75))
|
|
357
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
358
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
359
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
360
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
361
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
52
362
|
|
|
53
363
|
|
|
54
364
|
### Bug Fixes
|
|
55
365
|
|
|
56
|
-
* didContextIdHandler tests ([dc7b555](https://github.com/
|
|
57
|
-
* Import path and bump version ([#21](https://github.com/
|
|
58
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
59
|
-
* query params force coercion ([d9347d2](https://github.com/
|
|
60
|
-
* stricter pathParam types ([a174cdf](https://github.com/
|
|
61
|
-
* use base64Url for tenant id short form so it doesn't include slash ([53b9e27](https://github.com/
|
|
62
|
-
* Use resolver component ([#22](https://github.com/
|
|
366
|
+
* didContextIdHandler tests ([dc7b555](https://github.com/iotaledger/twin-identity/commit/dc7b5558e47117475b7f1fa1686d3ed7e0906563))
|
|
367
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
368
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
369
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
370
|
+
* stricter pathParam types ([a174cdf](https://github.com/iotaledger/twin-identity/commit/a174cdf0ca4272bee35fcf20ab7e8e4e17b8b6f4))
|
|
371
|
+
* use base64Url for tenant id short form so it doesn't include slash ([53b9e27](https://github.com/iotaledger/twin-identity/commit/53b9e27351f20e2689734581c252a23527657926))
|
|
372
|
+
* Use resolver component ([#22](https://github.com/iotaledger/twin-identity/issues/22)) ([d0b3a32](https://github.com/iotaledger/twin-identity/commit/d0b3a321c7f9f966d397a880d752e9f2c0a98a27))
|
|
63
373
|
|
|
64
|
-
## [0.0.3-next.3](https://github.com/
|
|
374
|
+
## [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)
|
|
65
375
|
|
|
66
376
|
|
|
67
377
|
### Miscellaneous Chores
|
|
68
378
|
|
|
69
379
|
* **identity-models:** Synchronize repo versions
|
|
70
380
|
|
|
71
|
-
## [0.0.3-next.2](https://github.com/
|
|
381
|
+
## [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)
|
|
72
382
|
|
|
73
383
|
|
|
74
384
|
### Bug Fixes
|
|
75
385
|
|
|
76
|
-
* use base64Url for tenant id short form so it doesn't include slash ([53b9e27](https://github.com/
|
|
386
|
+
* use base64Url for tenant id short form so it doesn't include slash ([53b9e27](https://github.com/iotaledger/twin-identity/commit/53b9e27351f20e2689734581c252a23527657926))
|
|
77
387
|
|
|
78
|
-
## [0.0.3-next.1](https://github.com/
|
|
388
|
+
## [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)
|
|
79
389
|
|
|
80
390
|
|
|
81
391
|
### Features
|
|
82
392
|
|
|
83
|
-
* add context id features ([#62](https://github.com/
|
|
84
|
-
* add expiration date option to vc creation ([73e05e1](https://github.com/
|
|
85
|
-
* add identity remove ([eebc13f](https://github.com/
|
|
86
|
-
* add idHelper class ([57c8bdb](https://github.com/
|
|
87
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
88
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
89
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
90
|
-
* update framework core ([c824497](https://github.com/
|
|
91
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
393
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
394
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
395
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
396
|
+
* add idHelper class ([57c8bdb](https://github.com/iotaledger/twin-identity/commit/57c8bdb81efaa163b5e83f8a7f16f3764d12fd75))
|
|
397
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
398
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
399
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
400
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
401
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
92
402
|
|
|
93
403
|
|
|
94
404
|
### Bug Fixes
|
|
95
405
|
|
|
96
|
-
* Import path and bump version ([#21](https://github.com/
|
|
97
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
98
|
-
* query params force coercion ([d9347d2](https://github.com/
|
|
99
|
-
* Use resolver component ([#22](https://github.com/
|
|
406
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
407
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
408
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
409
|
+
* Use resolver component ([#22](https://github.com/iotaledger/twin-identity/issues/22)) ([d0b3a32](https://github.com/iotaledger/twin-identity/commit/d0b3a321c7f9f966d397a880d752e9f2c0a98a27))
|
|
100
410
|
|
|
101
|
-
## [0.0.2-next.10](https://github.com/
|
|
411
|
+
## [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)
|
|
102
412
|
|
|
103
413
|
|
|
104
414
|
### Miscellaneous Chores
|
|
105
415
|
|
|
106
416
|
* **identity-models:** Synchronize repo versions
|
|
107
417
|
|
|
108
|
-
## [0.0.2-next.9](https://github.com/
|
|
418
|
+
## [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)
|
|
109
419
|
|
|
110
420
|
|
|
111
421
|
### Features
|
|
112
422
|
|
|
113
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
423
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
114
424
|
|
|
115
|
-
## [0.0.2-next.8](https://github.com/
|
|
425
|
+
## [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)
|
|
116
426
|
|
|
117
427
|
|
|
118
428
|
### Features
|
|
119
429
|
|
|
120
|
-
* add idHelper class ([57c8bdb](https://github.com/
|
|
430
|
+
* add idHelper class ([57c8bdb](https://github.com/iotaledger/twin-identity/commit/57c8bdb81efaa163b5e83f8a7f16f3764d12fd75))
|
|
121
431
|
|
|
122
|
-
## [0.0.2-next.7](https://github.com/
|
|
432
|
+
## [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)
|
|
123
433
|
|
|
124
434
|
|
|
125
435
|
### Miscellaneous Chores
|
|
126
436
|
|
|
127
437
|
* **identity-models:** Synchronize repo versions
|
|
128
438
|
|
|
129
|
-
## [0.0.2-next.6](https://github.com/
|
|
439
|
+
## [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)
|
|
130
440
|
|
|
131
441
|
|
|
132
442
|
### Miscellaneous Chores
|
|
133
443
|
|
|
134
444
|
* **identity-models:** Synchronize repo versions
|
|
135
445
|
|
|
136
|
-
## [0.0.2-next.5](https://github.com/
|
|
446
|
+
## [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)
|
|
137
447
|
|
|
138
448
|
|
|
139
449
|
### Miscellaneous Chores
|
|
140
450
|
|
|
141
451
|
* **identity-models:** Synchronize repo versions
|
|
142
452
|
|
|
143
|
-
## [0.0.2-next.4](https://github.com/
|
|
453
|
+
## [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)
|
|
144
454
|
|
|
145
455
|
|
|
146
456
|
### Features
|
|
147
457
|
|
|
148
|
-
* add expiration date option to vc creation ([73e05e1](https://github.com/
|
|
458
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
149
459
|
|
|
150
|
-
## [0.0.2-next.3](https://github.com/
|
|
460
|
+
## [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)
|
|
151
461
|
|
|
152
462
|
|
|
153
463
|
### Features
|
|
154
464
|
|
|
155
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
465
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
156
466
|
|
|
157
|
-
## [0.0.2-next.2](https://github.com/
|
|
467
|
+
## [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)
|
|
158
468
|
|
|
159
469
|
|
|
160
470
|
### Features
|
|
161
471
|
|
|
162
|
-
* update framework core ([c824497](https://github.com/
|
|
472
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
163
473
|
|
|
164
|
-
## [0.0.2-next.1](https://github.com/
|
|
474
|
+
## [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)
|
|
165
475
|
|
|
166
476
|
|
|
167
477
|
### Features
|
|
168
478
|
|
|
169
|
-
* add identity remove ([eebc13f](https://github.com/
|
|
170
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
171
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
479
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
480
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
481
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
172
482
|
|
|
173
483
|
|
|
174
484
|
### Bug Fixes
|
|
175
485
|
|
|
176
|
-
* Import path and bump version ([#21](https://github.com/
|
|
177
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
178
|
-
* query params force coercion ([d9347d2](https://github.com/
|
|
179
|
-
* Use resolver component ([#22](https://github.com/
|
|
486
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
487
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
488
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
489
|
+
* Use resolver component ([#22](https://github.com/iotaledger/twin-identity/issues/22)) ([d0b3a32](https://github.com/iotaledger/twin-identity/commit/d0b3a321c7f9f966d397a880d752e9f2c0a98a27))
|
|
180
490
|
|
|
181
491
|
## 0.0.1 (2025-07-08)
|
|
182
492
|
|
|
183
493
|
|
|
184
494
|
### Features
|
|
185
495
|
|
|
186
|
-
* release to production ([8450ad7](https://github.com/
|
|
496
|
+
* release to production ([8450ad7](https://github.com/iotaledger/twin-identity/commit/8450ad727e0c4d665f2ce483e41798c2ff5b7d55))
|
|
187
497
|
|
|
188
|
-
## [0.0.1-next.57](https://github.com/
|
|
498
|
+
## [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)
|
|
189
499
|
|
|
190
500
|
|
|
191
501
|
### Features
|
|
192
502
|
|
|
193
|
-
* add identity remove ([eebc13f](https://github.com/
|
|
503
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
194
504
|
|
|
195
|
-
## [0.0.1-next.56](https://github.com/
|
|
505
|
+
## [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)
|
|
196
506
|
|
|
197
507
|
|
|
198
508
|
### Miscellaneous Chores
|
|
199
509
|
|
|
200
510
|
* **identity-models:** Synchronize repo versions
|
|
201
511
|
|
|
202
|
-
## [0.0.1-next.55](https://github.com/
|
|
512
|
+
## [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)
|
|
203
513
|
|
|
204
514
|
|
|
205
515
|
### Features
|
|
206
516
|
|
|
207
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
208
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
517
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
518
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
209
519
|
|
|
210
520
|
|
|
211
521
|
### Bug Fixes
|
|
212
522
|
|
|
213
|
-
* Import path and bump version ([#21](https://github.com/
|
|
214
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
215
|
-
* query params force coercion ([d9347d2](https://github.com/
|
|
216
|
-
* Use resolver component ([#22](https://github.com/
|
|
523
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
524
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
525
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
526
|
+
* Use resolver component ([#22](https://github.com/iotaledger/twin-identity/issues/22)) ([d0b3a32](https://github.com/iotaledger/twin-identity/commit/d0b3a321c7f9f966d397a880d752e9f2c0a98a27))
|
|
217
527
|
|
|
218
|
-
## [0.0.1-next.54](https://github.com/
|
|
528
|
+
## [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)
|
|
219
529
|
|
|
220
530
|
|
|
221
531
|
### Miscellaneous Chores
|
|
222
532
|
|
|
223
533
|
* **identity-models:** Synchronize repo versions
|
|
224
534
|
|
|
225
|
-
## [0.0.1-next.53](https://github.com/
|
|
535
|
+
## [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)
|
|
226
536
|
|
|
227
537
|
|
|
228
538
|
### Miscellaneous Chores
|
|
229
539
|
|
|
230
540
|
* **identity-models:** Synchronize repo versions
|
|
231
541
|
|
|
232
|
-
## [0.0.1-next.52](https://github.com/
|
|
542
|
+
## [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)
|
|
233
543
|
|
|
234
544
|
|
|
235
545
|
### Bug Fixes
|
|
236
546
|
|
|
237
|
-
* query params force coercion ([d9347d2](https://github.com/
|
|
547
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
238
548
|
|
|
239
|
-
## [0.0.1-next.51](https://github.com/
|
|
549
|
+
## [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)
|
|
240
550
|
|
|
241
551
|
|
|
242
552
|
### Miscellaneous Chores
|
|
243
553
|
|
|
244
554
|
* **identity-models:** Synchronize repo versions
|
|
245
555
|
|
|
246
|
-
## [0.0.1-next.50](https://github.com/
|
|
556
|
+
## [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)
|
|
247
557
|
|
|
248
558
|
|
|
249
559
|
### Miscellaneous Chores
|
|
250
560
|
|
|
251
561
|
* **identity-models:** Synchronize repo versions
|
|
252
562
|
|
|
253
|
-
## [0.0.1-next.49](https://github.com/
|
|
563
|
+
## [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)
|
|
254
564
|
|
|
255
565
|
|
|
256
566
|
### Miscellaneous Chores
|
|
257
567
|
|
|
258
568
|
* **identity-models:** Synchronize repo versions
|
|
259
569
|
|
|
260
|
-
## [0.0.1-next.48](https://github.com/
|
|
570
|
+
## [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)
|
|
261
571
|
|
|
262
572
|
|
|
263
573
|
### Miscellaneous Chores
|
|
264
574
|
|
|
265
575
|
* **identity-models:** Synchronize repo versions
|
|
266
576
|
|
|
267
|
-
## [0.0.1-next.47](https://github.com/
|
|
577
|
+
## [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)
|
|
268
578
|
|
|
269
579
|
|
|
270
580
|
### Features
|
|
271
581
|
|
|
272
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
582
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
273
583
|
|
|
274
|
-
## [0.0.1-next.46](https://github.com/
|
|
584
|
+
## [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)
|
|
275
585
|
|
|
276
586
|
|
|
277
587
|
### Features
|
|
278
588
|
|
|
279
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
589
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
280
590
|
|
|
281
591
|
|
|
282
592
|
### Bug Fixes
|
|
283
593
|
|
|
284
|
-
* Import path and bump version ([#21](https://github.com/
|
|
285
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
286
|
-
* Use resolver component ([#22](https://github.com/
|
|
594
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
595
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
596
|
+
* Use resolver component ([#22](https://github.com/iotaledger/twin-identity/issues/22)) ([d0b3a32](https://github.com/iotaledger/twin-identity/commit/d0b3a321c7f9f966d397a880d752e9f2c0a98a27))
|
|
287
597
|
|
|
288
|
-
## [0.0.1-next.45](https://github.com/
|
|
598
|
+
## [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)
|
|
289
599
|
|
|
290
600
|
|
|
291
601
|
### Miscellaneous Chores
|
|
292
602
|
|
|
293
603
|
* **identity-models:** Synchronize repo versions
|
|
294
604
|
|
|
295
|
-
## [0.0.1-next.44](https://github.com/
|
|
605
|
+
## [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)
|
|
296
606
|
|
|
297
607
|
|
|
298
608
|
### Miscellaneous Chores
|
|
299
609
|
|
|
300
610
|
* **identity-models:** Synchronize repo versions
|
|
301
611
|
|
|
302
|
-
## [0.0.1-next.43](https://github.com/
|
|
612
|
+
## [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)
|
|
303
613
|
|
|
304
614
|
|
|
305
615
|
### Miscellaneous Chores
|
|
306
616
|
|
|
307
617
|
* **identity-models:** Synchronize repo versions
|
|
308
618
|
|
|
309
|
-
## [0.0.1-next.42](https://github.com/
|
|
619
|
+
## [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)
|
|
310
620
|
|
|
311
621
|
|
|
312
622
|
### Features
|
|
313
623
|
|
|
314
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
624
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
315
625
|
|
|
316
|
-
## [0.0.1-next.41](https://github.com/
|
|
626
|
+
## [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)
|
|
317
627
|
|
|
318
628
|
|
|
319
629
|
### Miscellaneous Chores
|
|
320
630
|
|
|
321
631
|
* **identity-models:** Synchronize repo versions
|
|
322
632
|
|
|
323
|
-
## [0.0.1-next.40](https://github.com/
|
|
633
|
+
## [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)
|
|
324
634
|
|
|
325
635
|
|
|
326
636
|
### Bug Fixes
|
|
327
637
|
|
|
328
|
-
* Import path and bump version ([#21](https://github.com/
|
|
329
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
330
|
-
* Use resolver component ([#22](https://github.com/
|
|
638
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
639
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
640
|
+
* Use resolver component ([#22](https://github.com/iotaledger/twin-identity/issues/22)) ([d0b3a32](https://github.com/iotaledger/twin-identity/commit/d0b3a321c7f9f966d397a880d752e9f2c0a98a27))
|
|
331
641
|
|
|
332
642
|
## v0.0.1-next.39
|
|
333
643
|
|