@twin.org/identity-rest-client 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 +2 -2
- package/dist/es/identityProfileRestClient.js +4 -4
- package/dist/es/identityProfileRestClient.js.map +1 -1
- package/dist/es/identityResolverRestClient.js +1 -1
- package/dist/es/identityResolverRestClient.js.map +1 -1
- package/dist/es/identityRestClient.js +80 -25
- package/dist/es/identityRestClient.js.map +1 -1
- package/dist/types/identityProfileRestClient.d.ts +4 -4
- package/dist/types/identityResolverRestClient.d.ts +1 -1
- package/dist/types/identityRestClient.d.ts +52 -13
- package/docs/changelog.md +572 -86
- package/docs/examples.md +175 -1
- package/docs/reference/classes/IdentityProfileRestClient.md +12 -12
- package/docs/reference/classes/IdentityResolverRestClient.md +4 -4
- package/docs/reference/classes/IdentityRestClient.md +155 -45
- package/package.json +13 -13
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,492 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0
|
|
3
|
+
## [0.9.0](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.9.0...identity-rest-client-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-rest-client-v0.9.0-next.0...identity-rest-client-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 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))
|
|
22
|
+
* 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))
|
|
23
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
24
|
+
* common connector tests ([4f9642c](https://github.com/iotaledger/twin-identity/commit/4f9642ceb09843870909fc6819bf69fb20ef952a))
|
|
25
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
26
|
+
* expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
|
|
27
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
28
|
+
* remove auth generator ([#98](https://github.com/iotaledger/twin-identity/issues/98)) ([a8969e8](https://github.com/iotaledger/twin-identity/commit/a8969e85a5a2804abfc787406e2d12eb168dd978))
|
|
29
|
+
* separate vc verification routes with query and body ([ea7d891](https://github.com/iotaledger/twin-identity/commit/ea7d8910472150cf76dbd51e282625e70226d9b3))
|
|
30
|
+
* typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
|
|
31
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
32
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Bug Fixes
|
|
36
|
+
|
|
37
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
38
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
39
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
40
|
+
* stricter pathParam types ([a174cdf](https://github.com/iotaledger/twin-identity/commit/a174cdf0ca4272bee35fcf20ab7e8e4e17b8b6f4))
|
|
41
|
+
* use nameof for property guards ([9d571cf](https://github.com/iotaledger/twin-identity/commit/9d571cffae8838035fcbca8966795783013e1a99))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Dependencies
|
|
45
|
+
|
|
46
|
+
* The following workspace dependencies were updated
|
|
47
|
+
* dependencies
|
|
48
|
+
* @twin.org/identity-models bumped from 0.9.0-next.0 to 0.9.0-next.1
|
|
49
|
+
|
|
50
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.35...identity-rest-client-v0.0.3-next.36) (2026-06-17)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### Miscellaneous Chores
|
|
54
|
+
|
|
55
|
+
* **identity-rest-client:** Synchronize repo versions
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### Dependencies
|
|
59
|
+
|
|
60
|
+
* The following workspace dependencies were updated
|
|
61
|
+
* dependencies
|
|
62
|
+
* @twin.org/identity-models bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
63
|
+
|
|
64
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.34...identity-rest-client-v0.0.3-next.35) (2026-06-01)
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
### Miscellaneous Chores
|
|
68
|
+
|
|
69
|
+
* **identity-rest-client:** Synchronize repo versions
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
### Dependencies
|
|
73
|
+
|
|
74
|
+
* The following workspace dependencies were updated
|
|
75
|
+
* dependencies
|
|
76
|
+
* @twin.org/identity-models bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
77
|
+
|
|
78
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.33...identity-rest-client-v0.0.3-next.34) (2026-06-01)
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
### Features
|
|
82
|
+
|
|
83
|
+
* add addAlsoKnownAs to identity connector ([#117](https://github.com/iotaledger/twin-identity/issues/117)) ([aa27cff](https://github.com/iotaledger/twin-identity/commit/aa27cff88e61e7c8c6e32aeb437fb01c6ee9f57a))
|
|
84
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
85
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
86
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
87
|
+
* 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))
|
|
88
|
+
* 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))
|
|
89
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
90
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
91
|
+
* expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
|
|
92
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
93
|
+
* remove auth generator ([#98](https://github.com/iotaledger/twin-identity/issues/98)) ([a8969e8](https://github.com/iotaledger/twin-identity/commit/a8969e85a5a2804abfc787406e2d12eb168dd978))
|
|
94
|
+
* separate vc verification routes with query and body ([ea7d891](https://github.com/iotaledger/twin-identity/commit/ea7d8910472150cf76dbd51e282625e70226d9b3))
|
|
95
|
+
* typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
|
|
96
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
97
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
### Bug Fixes
|
|
101
|
+
|
|
102
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
103
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
104
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
105
|
+
* stricter pathParam types ([a174cdf](https://github.com/iotaledger/twin-identity/commit/a174cdf0ca4272bee35fcf20ab7e8e4e17b8b6f4))
|
|
106
|
+
* use nameof for property guards ([9d571cf](https://github.com/iotaledger/twin-identity/commit/9d571cffae8838035fcbca8966795783013e1a99))
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
### Dependencies
|
|
110
|
+
|
|
111
|
+
* The following workspace dependencies were updated
|
|
112
|
+
* dependencies
|
|
113
|
+
* @twin.org/identity-models bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
114
|
+
|
|
115
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.32...identity-rest-client-v0.0.3-next.33) (2026-06-01)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### Features
|
|
119
|
+
|
|
120
|
+
* add addAlsoKnownAs to identity connector ([#117](https://github.com/iotaledger/twin-identity/issues/117)) ([aa27cff](https://github.com/iotaledger/twin-identity/commit/aa27cff88e61e7c8c6e32aeb437fb01c6ee9f57a))
|
|
121
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
122
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
123
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
124
|
+
* 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))
|
|
125
|
+
* 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))
|
|
126
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
127
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
128
|
+
* expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
|
|
129
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
130
|
+
* remove auth generator ([#98](https://github.com/iotaledger/twin-identity/issues/98)) ([a8969e8](https://github.com/iotaledger/twin-identity/commit/a8969e85a5a2804abfc787406e2d12eb168dd978))
|
|
131
|
+
* separate vc verification routes with query and body ([ea7d891](https://github.com/iotaledger/twin-identity/commit/ea7d8910472150cf76dbd51e282625e70226d9b3))
|
|
132
|
+
* typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
|
|
133
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
134
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
### Bug Fixes
|
|
138
|
+
|
|
139
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
140
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
141
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
142
|
+
* stricter pathParam types ([a174cdf](https://github.com/iotaledger/twin-identity/commit/a174cdf0ca4272bee35fcf20ab7e8e4e17b8b6f4))
|
|
143
|
+
* use nameof for property guards ([9d571cf](https://github.com/iotaledger/twin-identity/commit/9d571cffae8838035fcbca8966795783013e1a99))
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
### Dependencies
|
|
147
|
+
|
|
148
|
+
* The following workspace dependencies were updated
|
|
149
|
+
* dependencies
|
|
150
|
+
* @twin.org/identity-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
151
|
+
|
|
152
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.31...identity-rest-client-v0.0.3-next.32) (2026-06-01)
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
### Miscellaneous Chores
|
|
156
|
+
|
|
157
|
+
* **identity-rest-client:** Synchronize repo versions
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
### Dependencies
|
|
161
|
+
|
|
162
|
+
* The following workspace dependencies were updated
|
|
163
|
+
* dependencies
|
|
164
|
+
* @twin.org/identity-models bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
165
|
+
|
|
166
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.30...identity-rest-client-v0.0.3-next.31) (2026-05-28)
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
### Miscellaneous Chores
|
|
170
|
+
|
|
171
|
+
* **identity-rest-client:** Synchronize repo versions
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
### Dependencies
|
|
175
|
+
|
|
176
|
+
* The following workspace dependencies were updated
|
|
177
|
+
* dependencies
|
|
178
|
+
* @twin.org/identity-models bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
179
|
+
|
|
180
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.29...identity-rest-client-v0.0.3-next.30) (2026-05-28)
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
### Miscellaneous Chores
|
|
184
|
+
|
|
185
|
+
* **identity-rest-client:** Synchronize repo versions
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
### Dependencies
|
|
189
|
+
|
|
190
|
+
* The following workspace dependencies were updated
|
|
191
|
+
* dependencies
|
|
192
|
+
* @twin.org/identity-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
193
|
+
|
|
194
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.28...identity-rest-client-v0.0.3-next.29) (2026-05-22)
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
### Miscellaneous Chores
|
|
198
|
+
|
|
199
|
+
* **identity-rest-client:** Synchronize repo versions
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
### Dependencies
|
|
203
|
+
|
|
204
|
+
* The following workspace dependencies were updated
|
|
205
|
+
* dependencies
|
|
206
|
+
* @twin.org/identity-models bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
207
|
+
|
|
208
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.27...identity-rest-client-v0.0.3-next.28) (2026-05-21)
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
### Miscellaneous Chores
|
|
212
|
+
|
|
213
|
+
* **identity-rest-client:** Synchronize repo versions
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
### Dependencies
|
|
217
|
+
|
|
218
|
+
* The following workspace dependencies were updated
|
|
219
|
+
* dependencies
|
|
220
|
+
* @twin.org/identity-models bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
221
|
+
|
|
222
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.26...identity-rest-client-v0.0.3-next.27) (2026-05-21)
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
### Features
|
|
226
|
+
|
|
227
|
+
* 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))
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
### Dependencies
|
|
231
|
+
|
|
232
|
+
* The following workspace dependencies were updated
|
|
233
|
+
* dependencies
|
|
234
|
+
* @twin.org/identity-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
235
|
+
|
|
236
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.25...identity-rest-client-v0.0.3-next.26) (2026-05-21)
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
### Miscellaneous Chores
|
|
240
|
+
|
|
241
|
+
* **identity-rest-client:** Synchronize repo versions
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
### Dependencies
|
|
245
|
+
|
|
246
|
+
* The following workspace dependencies were updated
|
|
247
|
+
* dependencies
|
|
248
|
+
* @twin.org/identity-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
249
|
+
|
|
250
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.24...identity-rest-client-v0.0.3-next.25) (2026-05-20)
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
### Miscellaneous Chores
|
|
254
|
+
|
|
255
|
+
* **identity-rest-client:** Synchronize repo versions
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
### Dependencies
|
|
259
|
+
|
|
260
|
+
* The following workspace dependencies were updated
|
|
261
|
+
* dependencies
|
|
262
|
+
* @twin.org/identity-models bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
263
|
+
|
|
264
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.23...identity-rest-client-v0.0.3-next.24) (2026-05-13)
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
### Miscellaneous Chores
|
|
268
|
+
|
|
269
|
+
* **identity-rest-client:** Synchronize repo versions
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
### Dependencies
|
|
273
|
+
|
|
274
|
+
* The following workspace dependencies were updated
|
|
275
|
+
* dependencies
|
|
276
|
+
* @twin.org/identity-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
277
|
+
|
|
278
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.22...identity-rest-client-v0.0.3-next.23) (2026-05-12)
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
### Features
|
|
282
|
+
|
|
283
|
+
* typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
### Dependencies
|
|
287
|
+
|
|
288
|
+
* The following workspace dependencies were updated
|
|
289
|
+
* dependencies
|
|
290
|
+
* @twin.org/identity-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
291
|
+
|
|
292
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.21...identity-rest-client-v0.0.3-next.22) (2026-05-07)
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
### Miscellaneous Chores
|
|
296
|
+
|
|
297
|
+
* **identity-rest-client:** Synchronize repo versions
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
### Dependencies
|
|
301
|
+
|
|
302
|
+
* The following workspace dependencies were updated
|
|
303
|
+
* dependencies
|
|
304
|
+
* @twin.org/identity-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
305
|
+
|
|
306
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.20...identity-rest-client-v0.0.3-next.21) (2026-05-07)
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
### Miscellaneous Chores
|
|
310
|
+
|
|
311
|
+
* **identity-rest-client:** Synchronize repo versions
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
### Dependencies
|
|
315
|
+
|
|
316
|
+
* The following workspace dependencies were updated
|
|
317
|
+
* dependencies
|
|
318
|
+
* @twin.org/identity-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
319
|
+
|
|
320
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.19...identity-rest-client-v0.0.3-next.20) (2026-04-29)
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
### Features
|
|
324
|
+
|
|
325
|
+
* expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
### Dependencies
|
|
329
|
+
|
|
330
|
+
* The following workspace dependencies were updated
|
|
331
|
+
* dependencies
|
|
332
|
+
* @twin.org/identity-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
333
|
+
|
|
334
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.18...identity-rest-client-v0.0.3-next.19) (2026-04-29)
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
### Features
|
|
338
|
+
|
|
339
|
+
* add addAlsoKnownAs to identity connector ([#117](https://github.com/iotaledger/twin-identity/issues/117)) ([aa27cff](https://github.com/iotaledger/twin-identity/commit/aa27cff88e61e7c8c6e32aeb437fb01c6ee9f57a))
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
### Dependencies
|
|
343
|
+
|
|
344
|
+
* The following workspace dependencies were updated
|
|
345
|
+
* dependencies
|
|
346
|
+
* @twin.org/identity-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
347
|
+
|
|
348
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.17...identity-rest-client-v0.0.3-next.18) (2026-02-27)
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
### Miscellaneous Chores
|
|
352
|
+
|
|
353
|
+
* **identity-rest-client:** Synchronize repo versions
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
### Dependencies
|
|
357
|
+
|
|
358
|
+
* The following workspace dependencies were updated
|
|
359
|
+
* dependencies
|
|
360
|
+
* @twin.org/identity-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
361
|
+
|
|
362
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.16...identity-rest-client-v0.0.3-next.17) (2026-02-24)
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
### Miscellaneous Chores
|
|
366
|
+
|
|
367
|
+
* **identity-rest-client:** Synchronize repo versions
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
### Dependencies
|
|
371
|
+
|
|
372
|
+
* The following workspace dependencies were updated
|
|
373
|
+
* dependencies
|
|
374
|
+
* @twin.org/identity-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
375
|
+
|
|
376
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.15...identity-rest-client-v0.0.3-next.16) (2026-02-13)
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
### Features
|
|
380
|
+
|
|
381
|
+
* separate vc verification routes with query and body ([ea7d891](https://github.com/iotaledger/twin-identity/commit/ea7d8910472150cf76dbd51e282625e70226d9b3))
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
### Dependencies
|
|
385
|
+
|
|
386
|
+
* The following workspace dependencies were updated
|
|
387
|
+
* dependencies
|
|
388
|
+
* @twin.org/identity-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
389
|
+
|
|
390
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.14...identity-rest-client-v0.0.3-next.15) (2026-02-12)
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
### Miscellaneous Chores
|
|
394
|
+
|
|
395
|
+
* **identity-rest-client:** Synchronize repo versions
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
### Dependencies
|
|
399
|
+
|
|
400
|
+
* The following workspace dependencies were updated
|
|
401
|
+
* dependencies
|
|
402
|
+
* @twin.org/identity-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
403
|
+
|
|
404
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.13...identity-rest-client-v0.0.3-next.14) (2026-02-10)
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
### Features
|
|
408
|
+
|
|
409
|
+
* 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))
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
### Dependencies
|
|
413
|
+
|
|
414
|
+
* The following workspace dependencies were updated
|
|
415
|
+
* dependencies
|
|
416
|
+
* @twin.org/identity-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
417
|
+
|
|
418
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.12...identity-rest-client-v0.0.3-next.13) (2026-01-21)
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
### Bug Fixes
|
|
422
|
+
|
|
423
|
+
* use nameof for property guards ([9d571cf](https://github.com/iotaledger/twin-identity/commit/9d571cffae8838035fcbca8966795783013e1a99))
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
### Dependencies
|
|
427
|
+
|
|
428
|
+
* The following workspace dependencies were updated
|
|
429
|
+
* dependencies
|
|
430
|
+
* @twin.org/identity-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
431
|
+
|
|
432
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.11...identity-rest-client-v0.0.3-next.12) (2026-01-19)
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
### Features
|
|
436
|
+
|
|
437
|
+
* remove auth generator ([#98](https://github.com/iotaledger/twin-identity/issues/98)) ([a8969e8](https://github.com/iotaledger/twin-identity/commit/a8969e85a5a2804abfc787406e2d12eb168dd978))
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
### Dependencies
|
|
441
|
+
|
|
442
|
+
* The following workspace dependencies were updated
|
|
443
|
+
* dependencies
|
|
444
|
+
* @twin.org/identity-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
445
|
+
|
|
446
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.10...identity-rest-client-v0.0.3-next.11) (2026-01-15)
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
### Features
|
|
450
|
+
|
|
451
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
452
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
453
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
454
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
455
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
456
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
457
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
458
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
### Bug Fixes
|
|
462
|
+
|
|
463
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
464
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
465
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
466
|
+
* stricter pathParam types ([a174cdf](https://github.com/iotaledger/twin-identity/commit/a174cdf0ca4272bee35fcf20ab7e8e4e17b8b6f4))
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
### Dependencies
|
|
470
|
+
|
|
471
|
+
* The following workspace dependencies were updated
|
|
472
|
+
* dependencies
|
|
473
|
+
* @twin.org/identity-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
474
|
+
|
|
475
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.9...identity-rest-client-v0.0.3-next.10) (2026-01-15)
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
### Miscellaneous Chores
|
|
479
|
+
|
|
480
|
+
* **identity-rest-client:** Synchronize repo versions
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
### Dependencies
|
|
484
|
+
|
|
485
|
+
* The following workspace dependencies were updated
|
|
486
|
+
* dependencies
|
|
487
|
+
* @twin.org/identity-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
488
|
+
|
|
489
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.8...identity-rest-client-v0.0.3-next.9) (2026-01-14)
|
|
4
490
|
|
|
5
491
|
|
|
6
492
|
### Miscellaneous Chores
|
|
@@ -14,7 +500,7 @@
|
|
|
14
500
|
* dependencies
|
|
15
501
|
* @twin.org/identity-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
16
502
|
|
|
17
|
-
## [0.0.3-next.8](https://github.com/
|
|
503
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.7...identity-rest-client-v0.0.3-next.8) (2026-01-14)
|
|
18
504
|
|
|
19
505
|
|
|
20
506
|
### Miscellaneous Chores
|
|
@@ -28,7 +514,7 @@
|
|
|
28
514
|
* dependencies
|
|
29
515
|
* @twin.org/identity-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
30
516
|
|
|
31
|
-
## [0.0.3-next.7](https://github.com/
|
|
517
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.6...identity-rest-client-v0.0.3-next.7) (2026-01-13)
|
|
32
518
|
|
|
33
519
|
|
|
34
520
|
### Miscellaneous Chores
|
|
@@ -42,7 +528,7 @@
|
|
|
42
528
|
* dependencies
|
|
43
529
|
* @twin.org/identity-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
44
530
|
|
|
45
|
-
## [0.0.3-next.6](https://github.com/
|
|
531
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.5...identity-rest-client-v0.0.3-next.6) (2025-11-26)
|
|
46
532
|
|
|
47
533
|
|
|
48
534
|
### Miscellaneous Chores
|
|
@@ -56,7 +542,7 @@
|
|
|
56
542
|
* dependencies
|
|
57
543
|
* @twin.org/identity-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
58
544
|
|
|
59
|
-
## [0.0.3-next.5](https://github.com/
|
|
545
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.4...identity-rest-client-v0.0.3-next.5) (2025-11-20)
|
|
60
546
|
|
|
61
547
|
|
|
62
548
|
### Miscellaneous Chores
|
|
@@ -70,27 +556,27 @@
|
|
|
70
556
|
* dependencies
|
|
71
557
|
* @twin.org/identity-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
72
558
|
|
|
73
|
-
## [0.0.3-next.4](https://github.com/
|
|
559
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.3...identity-rest-client-v0.0.3-next.4) (2025-11-17)
|
|
74
560
|
|
|
75
561
|
|
|
76
562
|
### Features
|
|
77
563
|
|
|
78
|
-
* add context id features ([#62](https://github.com/
|
|
79
|
-
* add expiration date option to vc creation ([73e05e1](https://github.com/
|
|
80
|
-
* add identity remove ([eebc13f](https://github.com/
|
|
81
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
82
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
83
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
84
|
-
* update framework core ([c824497](https://github.com/
|
|
85
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
564
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
565
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
566
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
567
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
568
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
569
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
570
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
571
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
86
572
|
|
|
87
573
|
|
|
88
574
|
### Bug Fixes
|
|
89
575
|
|
|
90
|
-
* Import path and bump version ([#21](https://github.com/
|
|
91
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
92
|
-
* query params force coercion ([d9347d2](https://github.com/
|
|
93
|
-
* stricter pathParam types ([a174cdf](https://github.com/
|
|
576
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
577
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
578
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
579
|
+
* stricter pathParam types ([a174cdf](https://github.com/iotaledger/twin-identity/commit/a174cdf0ca4272bee35fcf20ab7e8e4e17b8b6f4))
|
|
94
580
|
|
|
95
581
|
|
|
96
582
|
### Dependencies
|
|
@@ -99,7 +585,7 @@
|
|
|
99
585
|
* dependencies
|
|
100
586
|
* @twin.org/identity-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
101
587
|
|
|
102
|
-
## [0.0.3-next.3](https://github.com/
|
|
588
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.2...identity-rest-client-v0.0.3-next.3) (2025-11-17)
|
|
103
589
|
|
|
104
590
|
|
|
105
591
|
### Miscellaneous Chores
|
|
@@ -113,7 +599,7 @@
|
|
|
113
599
|
* dependencies
|
|
114
600
|
* @twin.org/identity-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
115
601
|
|
|
116
|
-
## [0.0.3-next.2](https://github.com/
|
|
602
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.1...identity-rest-client-v0.0.3-next.2) (2025-11-14)
|
|
117
603
|
|
|
118
604
|
|
|
119
605
|
### Miscellaneous Chores
|
|
@@ -127,26 +613,26 @@
|
|
|
127
613
|
* dependencies
|
|
128
614
|
* @twin.org/identity-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
129
615
|
|
|
130
|
-
## [0.0.3-next.1](https://github.com/
|
|
616
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.3-next.0...identity-rest-client-v0.0.3-next.1) (2025-11-11)
|
|
131
617
|
|
|
132
618
|
|
|
133
619
|
### Features
|
|
134
620
|
|
|
135
|
-
* add context id features ([#62](https://github.com/
|
|
136
|
-
* add expiration date option to vc creation ([73e05e1](https://github.com/
|
|
137
|
-
* add identity remove ([eebc13f](https://github.com/
|
|
138
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
139
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
140
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
141
|
-
* update framework core ([c824497](https://github.com/
|
|
142
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
621
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
622
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
623
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
624
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
625
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
626
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
627
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
628
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
143
629
|
|
|
144
630
|
|
|
145
631
|
### Bug Fixes
|
|
146
632
|
|
|
147
|
-
* Import path and bump version ([#21](https://github.com/
|
|
148
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
149
|
-
* query params force coercion ([d9347d2](https://github.com/
|
|
633
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
634
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
635
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
150
636
|
|
|
151
637
|
|
|
152
638
|
### Dependencies
|
|
@@ -155,7 +641,7 @@
|
|
|
155
641
|
* dependencies
|
|
156
642
|
* @twin.org/identity-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
157
643
|
|
|
158
|
-
## [0.0.2-next.10](https://github.com/
|
|
644
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.2-next.9...identity-rest-client-v0.0.2-next.10) (2025-10-27)
|
|
159
645
|
|
|
160
646
|
|
|
161
647
|
### Miscellaneous Chores
|
|
@@ -169,12 +655,12 @@
|
|
|
169
655
|
* dependencies
|
|
170
656
|
* @twin.org/identity-models bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
171
657
|
|
|
172
|
-
## [0.0.2-next.9](https://github.com/
|
|
658
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.2-next.8...identity-rest-client-v0.0.2-next.9) (2025-10-09)
|
|
173
659
|
|
|
174
660
|
|
|
175
661
|
### Features
|
|
176
662
|
|
|
177
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
663
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
178
664
|
|
|
179
665
|
|
|
180
666
|
### Dependencies
|
|
@@ -183,7 +669,7 @@
|
|
|
183
669
|
* dependencies
|
|
184
670
|
* @twin.org/identity-models bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
185
671
|
|
|
186
|
-
## [0.0.2-next.8](https://github.com/
|
|
672
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.2-next.7...identity-rest-client-v0.0.2-next.8) (2025-09-25)
|
|
187
673
|
|
|
188
674
|
|
|
189
675
|
### Miscellaneous Chores
|
|
@@ -197,7 +683,7 @@
|
|
|
197
683
|
* dependencies
|
|
198
684
|
* @twin.org/identity-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
199
685
|
|
|
200
|
-
## [0.0.2-next.7](https://github.com/
|
|
686
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.2-next.6...identity-rest-client-v0.0.2-next.7) (2025-09-23)
|
|
201
687
|
|
|
202
688
|
|
|
203
689
|
### Miscellaneous Chores
|
|
@@ -211,7 +697,7 @@
|
|
|
211
697
|
* dependencies
|
|
212
698
|
* @twin.org/identity-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
213
699
|
|
|
214
|
-
## [0.0.2-next.6](https://github.com/
|
|
700
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.2-next.5...identity-rest-client-v0.0.2-next.6) (2025-09-23)
|
|
215
701
|
|
|
216
702
|
|
|
217
703
|
### Miscellaneous Chores
|
|
@@ -225,7 +711,7 @@
|
|
|
225
711
|
* dependencies
|
|
226
712
|
* @twin.org/identity-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
227
713
|
|
|
228
|
-
## [0.0.2-next.5](https://github.com/
|
|
714
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.2-next.4...identity-rest-client-v0.0.2-next.5) (2025-09-15)
|
|
229
715
|
|
|
230
716
|
|
|
231
717
|
### Miscellaneous Chores
|
|
@@ -239,12 +725,12 @@
|
|
|
239
725
|
* dependencies
|
|
240
726
|
* @twin.org/identity-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
241
727
|
|
|
242
|
-
## [0.0.2-next.4](https://github.com/
|
|
728
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.2-next.3...identity-rest-client-v0.0.2-next.4) (2025-09-12)
|
|
243
729
|
|
|
244
730
|
|
|
245
731
|
### Features
|
|
246
732
|
|
|
247
|
-
* add expiration date option to vc creation ([73e05e1](https://github.com/
|
|
733
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
248
734
|
|
|
249
735
|
|
|
250
736
|
### Dependencies
|
|
@@ -253,12 +739,12 @@
|
|
|
253
739
|
* dependencies
|
|
254
740
|
* @twin.org/identity-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
255
741
|
|
|
256
|
-
## [0.0.2-next.3](https://github.com/
|
|
742
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.2-next.2...identity-rest-client-v0.0.2-next.3) (2025-08-29)
|
|
257
743
|
|
|
258
744
|
|
|
259
745
|
### Features
|
|
260
746
|
|
|
261
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
747
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
262
748
|
|
|
263
749
|
|
|
264
750
|
### Dependencies
|
|
@@ -267,12 +753,12 @@
|
|
|
267
753
|
* dependencies
|
|
268
754
|
* @twin.org/identity-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
269
755
|
|
|
270
|
-
## [0.0.2-next.2](https://github.com/
|
|
756
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.2-next.1...identity-rest-client-v0.0.2-next.2) (2025-08-20)
|
|
271
757
|
|
|
272
758
|
|
|
273
759
|
### Features
|
|
274
760
|
|
|
275
|
-
* update framework core ([c824497](https://github.com/
|
|
761
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
276
762
|
|
|
277
763
|
|
|
278
764
|
### Dependencies
|
|
@@ -281,21 +767,21 @@
|
|
|
281
767
|
* dependencies
|
|
282
768
|
* @twin.org/identity-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
283
769
|
|
|
284
|
-
## [0.0.2-next.1](https://github.com/
|
|
770
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.2-next.0...identity-rest-client-v0.0.2-next.1) (2025-08-18)
|
|
285
771
|
|
|
286
772
|
|
|
287
773
|
### Features
|
|
288
774
|
|
|
289
|
-
* add identity remove ([eebc13f](https://github.com/
|
|
290
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
291
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
775
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
776
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
777
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
292
778
|
|
|
293
779
|
|
|
294
780
|
### Bug Fixes
|
|
295
781
|
|
|
296
|
-
* Import path and bump version ([#21](https://github.com/
|
|
297
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
298
|
-
* query params force coercion ([d9347d2](https://github.com/
|
|
782
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
783
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
784
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
299
785
|
|
|
300
786
|
|
|
301
787
|
### Dependencies
|
|
@@ -309,7 +795,7 @@
|
|
|
309
795
|
|
|
310
796
|
### Features
|
|
311
797
|
|
|
312
|
-
* release to production ([8450ad7](https://github.com/
|
|
798
|
+
* release to production ([8450ad7](https://github.com/iotaledger/twin-identity/commit/8450ad727e0c4d665f2ce483e41798c2ff5b7d55))
|
|
313
799
|
|
|
314
800
|
|
|
315
801
|
### Dependencies
|
|
@@ -318,12 +804,12 @@
|
|
|
318
804
|
* dependencies
|
|
319
805
|
* @twin.org/identity-models bumped from ^0.0.0 to ^0.0.1
|
|
320
806
|
|
|
321
|
-
## [0.0.1-next.57](https://github.com/
|
|
807
|
+
## [0.0.1-next.57](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.1-next.56...identity-rest-client-v0.0.1-next.57) (2025-07-08)
|
|
322
808
|
|
|
323
809
|
|
|
324
810
|
### Features
|
|
325
811
|
|
|
326
|
-
* add identity remove ([eebc13f](https://github.com/
|
|
812
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
327
813
|
|
|
328
814
|
|
|
329
815
|
### Dependencies
|
|
@@ -332,7 +818,7 @@
|
|
|
332
818
|
* dependencies
|
|
333
819
|
* @twin.org/identity-models bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
334
820
|
|
|
335
|
-
## [0.0.1-next.56](https://github.com/
|
|
821
|
+
## [0.0.1-next.56](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.1-next.55...identity-rest-client-v0.0.1-next.56) (2025-06-30)
|
|
336
822
|
|
|
337
823
|
|
|
338
824
|
### Miscellaneous Chores
|
|
@@ -346,20 +832,20 @@
|
|
|
346
832
|
* dependencies
|
|
347
833
|
* @twin.org/identity-models bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
348
834
|
|
|
349
|
-
## [0.0.1-next.55](https://github.com/
|
|
835
|
+
## [0.0.1-next.55](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.1-next.54...identity-rest-client-v0.0.1-next.55) (2025-06-26)
|
|
350
836
|
|
|
351
837
|
|
|
352
838
|
### Features
|
|
353
839
|
|
|
354
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
355
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
840
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
841
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
356
842
|
|
|
357
843
|
|
|
358
844
|
### Bug Fixes
|
|
359
845
|
|
|
360
|
-
* Import path and bump version ([#21](https://github.com/
|
|
361
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
362
|
-
* query params force coercion ([d9347d2](https://github.com/
|
|
846
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
847
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
848
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
363
849
|
|
|
364
850
|
|
|
365
851
|
### Dependencies
|
|
@@ -368,7 +854,7 @@
|
|
|
368
854
|
* dependencies
|
|
369
855
|
* @twin.org/identity-models bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
370
856
|
|
|
371
|
-
## [0.0.1-next.54](https://github.com/
|
|
857
|
+
## [0.0.1-next.54](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.1-next.53...identity-rest-client-v0.0.1-next.54) (2025-06-26)
|
|
372
858
|
|
|
373
859
|
|
|
374
860
|
### Miscellaneous Chores
|
|
@@ -382,7 +868,7 @@
|
|
|
382
868
|
* dependencies
|
|
383
869
|
* @twin.org/identity-models bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
384
870
|
|
|
385
|
-
## [0.0.1-next.53](https://github.com/
|
|
871
|
+
## [0.0.1-next.53](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.1-next.52...identity-rest-client-v0.0.1-next.53) (2025-06-23)
|
|
386
872
|
|
|
387
873
|
|
|
388
874
|
### Miscellaneous Chores
|
|
@@ -396,12 +882,12 @@
|
|
|
396
882
|
* dependencies
|
|
397
883
|
* @twin.org/identity-models bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
398
884
|
|
|
399
|
-
## [0.0.1-next.52](https://github.com/
|
|
885
|
+
## [0.0.1-next.52](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.1-next.51...identity-rest-client-v0.0.1-next.52) (2025-06-20)
|
|
400
886
|
|
|
401
887
|
|
|
402
888
|
### Bug Fixes
|
|
403
889
|
|
|
404
|
-
* query params force coercion ([d9347d2](https://github.com/
|
|
890
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
405
891
|
|
|
406
892
|
|
|
407
893
|
### Dependencies
|
|
@@ -410,7 +896,7 @@
|
|
|
410
896
|
* dependencies
|
|
411
897
|
* @twin.org/identity-models bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
412
898
|
|
|
413
|
-
## [0.0.1-next.51](https://github.com/
|
|
899
|
+
## [0.0.1-next.51](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.1-next.50...identity-rest-client-v0.0.1-next.51) (2025-06-19)
|
|
414
900
|
|
|
415
901
|
|
|
416
902
|
### Miscellaneous Chores
|
|
@@ -424,7 +910,7 @@
|
|
|
424
910
|
* dependencies
|
|
425
911
|
* @twin.org/identity-models bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
426
912
|
|
|
427
|
-
## [0.0.1-next.50](https://github.com/
|
|
913
|
+
## [0.0.1-next.50](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.1-next.49...identity-rest-client-v0.0.1-next.50) (2025-06-19)
|
|
428
914
|
|
|
429
915
|
|
|
430
916
|
### Miscellaneous Chores
|
|
@@ -438,7 +924,7 @@
|
|
|
438
924
|
* dependencies
|
|
439
925
|
* @twin.org/identity-models bumped from 0.0.1-next.49 to 0.0.1-next.50
|
|
440
926
|
|
|
441
|
-
## [0.0.1-next.49](https://github.com/
|
|
927
|
+
## [0.0.1-next.49](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.1-next.48...identity-rest-client-v0.0.1-next.49) (2025-06-18)
|
|
442
928
|
|
|
443
929
|
|
|
444
930
|
### Miscellaneous Chores
|
|
@@ -452,7 +938,7 @@
|
|
|
452
938
|
* dependencies
|
|
453
939
|
* @twin.org/identity-models bumped from 0.0.1-next.48 to 0.0.1-next.49
|
|
454
940
|
|
|
455
|
-
## [0.0.1-next.48](https://github.com/
|
|
941
|
+
## [0.0.1-next.48](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.1-next.47...identity-rest-client-v0.0.1-next.48) (2025-06-17)
|
|
456
942
|
|
|
457
943
|
|
|
458
944
|
### Miscellaneous Chores
|
|
@@ -466,12 +952,12 @@
|
|
|
466
952
|
* dependencies
|
|
467
953
|
* @twin.org/identity-models bumped from 0.0.1-next.47 to 0.0.1-next.48
|
|
468
954
|
|
|
469
|
-
## [0.0.1-next.47](https://github.com/
|
|
955
|
+
## [0.0.1-next.47](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.1-next.46...identity-rest-client-v0.0.1-next.47) (2025-06-12)
|
|
470
956
|
|
|
471
957
|
|
|
472
958
|
### Features
|
|
473
959
|
|
|
474
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
960
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
475
961
|
|
|
476
962
|
|
|
477
963
|
### Dependencies
|
|
@@ -480,18 +966,18 @@
|
|
|
480
966
|
* dependencies
|
|
481
967
|
* @twin.org/identity-models bumped from 0.0.1-next.46 to 0.0.1-next.47
|
|
482
968
|
|
|
483
|
-
## [0.0.1-next.46](https://github.com/
|
|
969
|
+
## [0.0.1-next.46](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.1-next.45...identity-rest-client-v0.0.1-next.46) (2025-05-20)
|
|
484
970
|
|
|
485
971
|
|
|
486
972
|
### Features
|
|
487
973
|
|
|
488
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
974
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
489
975
|
|
|
490
976
|
|
|
491
977
|
### Bug Fixes
|
|
492
978
|
|
|
493
|
-
* Import path and bump version ([#21](https://github.com/
|
|
494
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
979
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
980
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
495
981
|
|
|
496
982
|
|
|
497
983
|
### Dependencies
|
|
@@ -500,7 +986,7 @@
|
|
|
500
986
|
* dependencies
|
|
501
987
|
* @twin.org/identity-models bumped from 0.0.1-next.45 to 0.0.1-next.46
|
|
502
988
|
|
|
503
|
-
## [0.0.1-next.45](https://github.com/
|
|
989
|
+
## [0.0.1-next.45](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.1-next.44...identity-rest-client-v0.0.1-next.45) (2025-05-06)
|
|
504
990
|
|
|
505
991
|
|
|
506
992
|
### Miscellaneous Chores
|
|
@@ -514,7 +1000,7 @@
|
|
|
514
1000
|
* dependencies
|
|
515
1001
|
* @twin.org/identity-models bumped from 0.0.1-next.44 to 0.0.1-next.45
|
|
516
1002
|
|
|
517
|
-
## [0.0.1-next.44](https://github.com/
|
|
1003
|
+
## [0.0.1-next.44](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.1-next.43...identity-rest-client-v0.0.1-next.44) (2025-04-30)
|
|
518
1004
|
|
|
519
1005
|
|
|
520
1006
|
### Miscellaneous Chores
|
|
@@ -528,7 +1014,7 @@
|
|
|
528
1014
|
* dependencies
|
|
529
1015
|
* @twin.org/identity-models bumped from 0.0.1-next.43 to 0.0.1-next.44
|
|
530
1016
|
|
|
531
|
-
## [0.0.1-next.43](https://github.com/
|
|
1017
|
+
## [0.0.1-next.43](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.1-next.42...identity-rest-client-v0.0.1-next.43) (2025-04-25)
|
|
532
1018
|
|
|
533
1019
|
|
|
534
1020
|
### Miscellaneous Chores
|
|
@@ -542,12 +1028,12 @@
|
|
|
542
1028
|
* dependencies
|
|
543
1029
|
* @twin.org/identity-models bumped from 0.0.1-next.42 to 0.0.1-next.43
|
|
544
1030
|
|
|
545
|
-
## [0.0.1-next.42](https://github.com/
|
|
1031
|
+
## [0.0.1-next.42](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.1-next.41...identity-rest-client-v0.0.1-next.42) (2025-04-17)
|
|
546
1032
|
|
|
547
1033
|
|
|
548
1034
|
### Features
|
|
549
1035
|
|
|
550
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
1036
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
551
1037
|
|
|
552
1038
|
|
|
553
1039
|
### Dependencies
|
|
@@ -556,7 +1042,7 @@
|
|
|
556
1042
|
* dependencies
|
|
557
1043
|
* @twin.org/identity-models bumped from 0.0.1-next.41 to 0.0.1-next.42
|
|
558
1044
|
|
|
559
|
-
## [0.0.1-next.41](https://github.com/
|
|
1045
|
+
## [0.0.1-next.41](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.1-next.40...identity-rest-client-v0.0.1-next.41) (2025-04-09)
|
|
560
1046
|
|
|
561
1047
|
|
|
562
1048
|
### Miscellaneous Chores
|
|
@@ -570,13 +1056,13 @@
|
|
|
570
1056
|
* dependencies
|
|
571
1057
|
* @twin.org/identity-models bumped from 0.0.1-next.40 to 0.0.1-next.41
|
|
572
1058
|
|
|
573
|
-
## [0.0.1-next.40](https://github.com/
|
|
1059
|
+
## [0.0.1-next.40](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.0.1-next.39...identity-rest-client-v0.0.1-next.40) (2025-03-28)
|
|
574
1060
|
|
|
575
1061
|
|
|
576
1062
|
### Bug Fixes
|
|
577
1063
|
|
|
578
|
-
* Import path and bump version ([#21](https://github.com/
|
|
579
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
1064
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
1065
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
580
1066
|
|
|
581
1067
|
|
|
582
1068
|
### Dependencies
|