@twin.org/auditable-item-graph-service 0.0.3-next.11 → 0.0.3-next.13
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 -1
- package/dist/es/auditableItemGraphRoutes.js +22 -0
- package/dist/es/auditableItemGraphRoutes.js.map +1 -1
- package/dist/es/auditableItemGraphService.js +80 -65
- package/dist/es/auditableItemGraphService.js.map +1 -1
- package/dist/es/entities/auditableItemGraphAlias.js +8 -0
- package/dist/es/entities/auditableItemGraphAlias.js.map +1 -1
- package/dist/types/auditableItemGraphService.d.ts +12 -48
- package/dist/types/entities/auditableItemGraphAlias.d.ts +4 -0
- package/docs/changelog.md +145 -117
- package/docs/examples.md +241 -1
- package/docs/open-api/spec.json +137 -123
- package/docs/reference/classes/AuditableItemGraphAlias.md +18 -10
- package/docs/reference/classes/AuditableItemGraphChangeset.md +8 -8
- package/docs/reference/classes/AuditableItemGraphEdge.md +10 -10
- package/docs/reference/classes/AuditableItemGraphPatch.md +6 -6
- package/docs/reference/classes/AuditableItemGraphResource.md +9 -9
- package/docs/reference/classes/AuditableItemGraphService.md +31 -81
- package/docs/reference/classes/AuditableItemGraphVertex.md +18 -18
- package/docs/reference/interfaces/IAuditableItemGraphServiceConstructorOptions.md +10 -10
- package/package.json +5 -5
package/docs/changelog.md
CHANGED
|
@@ -1,11 +1,39 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.12...auditable-item-graph-service-v0.0.3-next.13) (2026-05-12)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Features
|
|
7
7
|
|
|
8
|
-
* update
|
|
8
|
+
* typescript 6 update ([2483c31](https://github.com/iotaledger/twin-auditable-item-graph/commit/2483c3171cff4c5ecedc83d958ab551291a4a487))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
16
|
+
|
|
17
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.11...auditable-item-graph-service-v0.0.3-next.12) (2026-03-24)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* add vertex validation ([#54](https://github.com/iotaledger/twin-auditable-item-graph/issues/54)) ([d3ef124](https://github.com/iotaledger/twin-auditable-item-graph/commit/d3ef1241f60956dc296e22d063f188921255d68c))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Dependencies
|
|
26
|
+
|
|
27
|
+
* The following workspace dependencies were updated
|
|
28
|
+
* dependencies
|
|
29
|
+
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
30
|
+
|
|
31
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.10...auditable-item-graph-service-v0.0.3-next.11) (2026-02-25)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* update schemas ([b00bcac](https://github.com/iotaledger/twin-auditable-item-graph/commit/b00bcac6551fa524e8871e1b573a712ed0f30943))
|
|
9
37
|
|
|
10
38
|
|
|
11
39
|
### Dependencies
|
|
@@ -14,43 +42,43 @@
|
|
|
14
42
|
* dependencies
|
|
15
43
|
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
16
44
|
|
|
17
|
-
## [0.0.3-next.10](https://github.com/
|
|
45
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.9...auditable-item-graph-service-v0.0.3-next.10) (2026-02-24)
|
|
18
46
|
|
|
19
47
|
|
|
20
48
|
### Features
|
|
21
49
|
|
|
22
|
-
* add context id features ([#30](https://github.com/
|
|
23
|
-
* add data types with fully qualified name ([93e1ee7](https://github.com/
|
|
24
|
-
* add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/
|
|
25
|
-
* add validate-locales ([e76e6f6](https://github.com/
|
|
26
|
-
* changeset endpoints ([#44](https://github.com/
|
|
27
|
-
* eslint migration to flat config ([1b42a3a](https://github.com/
|
|
28
|
-
* id optional in edge updates ([6b63fe3](https://github.com/
|
|
29
|
-
* improve JSON schemas ([bec8dc1](https://github.com/
|
|
30
|
-
* only set dateModified after update ([#4](https://github.com/
|
|
31
|
-
* remove unused namespace ([ff1a3b4](https://github.com/
|
|
32
|
-
* replace nextItem property with Link header ([#39](https://github.com/
|
|
33
|
-
* update background task service ([e483ddb](https://github.com/
|
|
34
|
-
* update contexts ([#35](https://github.com/
|
|
35
|
-
* update contexts and namespaces ([#33](https://github.com/
|
|
36
|
-
* update dependencies ([6986689](https://github.com/
|
|
37
|
-
* update edges to use targetId instead of id ([6c5d0e3](https://github.com/
|
|
38
|
-
* update framework core ([88ad4e6](https://github.com/
|
|
39
|
-
* update naming ([39210c4](https://github.com/
|
|
40
|
-
* use new hosting url for cursor links ([809cdc6](https://github.com/
|
|
41
|
-
* use new nameof operators ([3921c4c](https://github.com/
|
|
42
|
-
* use shared store mechanism ([#10](https://github.com/
|
|
43
|
-
* use standard list json ld types ([8f53836](https://github.com/
|
|
44
|
-
* uuidv7 ([#46](https://github.com/
|
|
50
|
+
* add context id features ([#30](https://github.com/iotaledger/twin-auditable-item-graph/issues/30)) ([a35d37c](https://github.com/iotaledger/twin-auditable-item-graph/commit/a35d37c0db62a240adde493965c0a9f7971fec45))
|
|
51
|
+
* add data types with fully qualified name ([93e1ee7](https://github.com/iotaledger/twin-auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
|
|
52
|
+
* add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/iotaledger/twin-auditable-item-graph/commit/33dbd19cabd9fbfaba81032f1d1a6527584c3f5a))
|
|
53
|
+
* add validate-locales ([e76e6f6](https://github.com/iotaledger/twin-auditable-item-graph/commit/e76e6f6b3ec9c447a04315d353442e32233601d3))
|
|
54
|
+
* changeset endpoints ([#44](https://github.com/iotaledger/twin-auditable-item-graph/issues/44)) ([7c854de](https://github.com/iotaledger/twin-auditable-item-graph/commit/7c854de39b247d6f24cd94a04a9f99fa9edde51d))
|
|
55
|
+
* eslint migration to flat config ([1b42a3a](https://github.com/iotaledger/twin-auditable-item-graph/commit/1b42a3a27bd6e32d7816de406b92b6332472edf6))
|
|
56
|
+
* id optional in edge updates ([6b63fe3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6b63fe34553104843ae15aa5066775f5872859e9))
|
|
57
|
+
* improve JSON schemas ([bec8dc1](https://github.com/iotaledger/twin-auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
|
|
58
|
+
* only set dateModified after update ([#4](https://github.com/iotaledger/twin-auditable-item-graph/issues/4)) ([43ea6e5](https://github.com/iotaledger/twin-auditable-item-graph/commit/43ea6e5f2d0b9181a80f0bf2935db64b3263839a))
|
|
59
|
+
* remove unused namespace ([ff1a3b4](https://github.com/iotaledger/twin-auditable-item-graph/commit/ff1a3b4e414fe2ee311a03027456ee40fbb580d7))
|
|
60
|
+
* replace nextItem property with Link header ([#39](https://github.com/iotaledger/twin-auditable-item-graph/issues/39)) ([b29a333](https://github.com/iotaledger/twin-auditable-item-graph/commit/b29a333ca78ca2091e54e3e6f4355f84c350007d))
|
|
61
|
+
* update background task service ([e483ddb](https://github.com/iotaledger/twin-auditable-item-graph/commit/e483ddbc948f035334f92b8342248caa6abbe441))
|
|
62
|
+
* update contexts ([#35](https://github.com/iotaledger/twin-auditable-item-graph/issues/35)) ([cdf0989](https://github.com/iotaledger/twin-auditable-item-graph/commit/cdf0989fe4677a88b757e97e752b7d4c29013a7e))
|
|
63
|
+
* update contexts and namespaces ([#33](https://github.com/iotaledger/twin-auditable-item-graph/issues/33)) ([5dadb99](https://github.com/iotaledger/twin-auditable-item-graph/commit/5dadb99773d410aceacaba7ed92c1ccb8b46516b))
|
|
64
|
+
* update dependencies ([6986689](https://github.com/iotaledger/twin-auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
|
|
65
|
+
* update edges to use targetId instead of id ([6c5d0e3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6c5d0e31b6e2ea74bfa2f3344e4be628e5f237af))
|
|
66
|
+
* update framework core ([88ad4e6](https://github.com/iotaledger/twin-auditable-item-graph/commit/88ad4e6421132c3c6c45579b078d982a26f16990))
|
|
67
|
+
* update naming ([39210c4](https://github.com/iotaledger/twin-auditable-item-graph/commit/39210c45baddd3cd48805140a1c0049f3004653f))
|
|
68
|
+
* use new hosting url for cursor links ([809cdc6](https://github.com/iotaledger/twin-auditable-item-graph/commit/809cdc623491bad91000d0b0f740e40dc019198d))
|
|
69
|
+
* use new nameof operators ([3921c4c](https://github.com/iotaledger/twin-auditable-item-graph/commit/3921c4c9ac53e42459e45f10d9e702afb2797a23))
|
|
70
|
+
* use shared store mechanism ([#10](https://github.com/iotaledger/twin-auditable-item-graph/issues/10)) ([da035e5](https://github.com/iotaledger/twin-auditable-item-graph/commit/da035e5eb8f157482b4eb2bdbc689c6c0647ff7d))
|
|
71
|
+
* use standard list json ld types ([8f53836](https://github.com/iotaledger/twin-auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
|
|
72
|
+
* uuidv7 ([#46](https://github.com/iotaledger/twin-auditable-item-graph/issues/46)) ([d0179f8](https://github.com/iotaledger/twin-auditable-item-graph/commit/d0179f81290e0beae2f1c398a028aca6dd754023))
|
|
45
73
|
|
|
46
74
|
|
|
47
75
|
### Bug Fixes
|
|
48
76
|
|
|
49
|
-
* context usage ([9c8f64d](https://github.com/
|
|
50
|
-
* only include alias in index if not deleted ([#6](https://github.com/
|
|
51
|
-
* query params force coercion ([2dd9afe](https://github.com/
|
|
52
|
-
* query resource type property name ([b684b31](https://github.com/
|
|
53
|
-
* update tests with new deterministic background tasks ([#8](https://github.com/
|
|
77
|
+
* context usage ([9c8f64d](https://github.com/iotaledger/twin-auditable-item-graph/commit/9c8f64d342e9fb40d3514b87fd547a824ce50676))
|
|
78
|
+
* only include alias in index if not deleted ([#6](https://github.com/iotaledger/twin-auditable-item-graph/issues/6)) ([5da3c41](https://github.com/iotaledger/twin-auditable-item-graph/commit/5da3c419fafa2afefd34b1c570d103012b888a75))
|
|
79
|
+
* query params force coercion ([2dd9afe](https://github.com/iotaledger/twin-auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
|
|
80
|
+
* query resource type property name ([b684b31](https://github.com/iotaledger/twin-auditable-item-graph/commit/b684b3108e1e16852ee319e47edd0e40d5a2fe99))
|
|
81
|
+
* update tests with new deterministic background tasks ([#8](https://github.com/iotaledger/twin-auditable-item-graph/issues/8)) ([a96721c](https://github.com/iotaledger/twin-auditable-item-graph/commit/a96721c28128781f9cbd983d013dcf4c5542158c))
|
|
54
82
|
|
|
55
83
|
|
|
56
84
|
### Dependencies
|
|
@@ -59,12 +87,12 @@
|
|
|
59
87
|
* dependencies
|
|
60
88
|
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
61
89
|
|
|
62
|
-
## [0.0.3-next.9](https://github.com/
|
|
90
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.8...auditable-item-graph-service-v0.0.3-next.9) (2026-02-23)
|
|
63
91
|
|
|
64
92
|
|
|
65
93
|
### Bug Fixes
|
|
66
94
|
|
|
67
|
-
* query resource type property name ([b684b31](https://github.com/
|
|
95
|
+
* query resource type property name ([b684b31](https://github.com/iotaledger/twin-auditable-item-graph/commit/b684b3108e1e16852ee319e47edd0e40d5a2fe99))
|
|
68
96
|
|
|
69
97
|
|
|
70
98
|
### Dependencies
|
|
@@ -73,12 +101,12 @@
|
|
|
73
101
|
* dependencies
|
|
74
102
|
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
75
103
|
|
|
76
|
-
## [0.0.3-next.8](https://github.com/
|
|
104
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.7...auditable-item-graph-service-v0.0.3-next.8) (2026-02-11)
|
|
77
105
|
|
|
78
106
|
|
|
79
107
|
### Features
|
|
80
108
|
|
|
81
|
-
* uuidv7 ([#46](https://github.com/
|
|
109
|
+
* uuidv7 ([#46](https://github.com/iotaledger/twin-auditable-item-graph/issues/46)) ([d0179f8](https://github.com/iotaledger/twin-auditable-item-graph/commit/d0179f81290e0beae2f1c398a028aca6dd754023))
|
|
82
110
|
|
|
83
111
|
|
|
84
112
|
### Dependencies
|
|
@@ -87,13 +115,13 @@
|
|
|
87
115
|
* dependencies
|
|
88
116
|
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
89
117
|
|
|
90
|
-
## [0.0.3-next.7](https://github.com/
|
|
118
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.6...auditable-item-graph-service-v0.0.3-next.7) (2026-02-11)
|
|
91
119
|
|
|
92
120
|
|
|
93
121
|
### Features
|
|
94
122
|
|
|
95
|
-
* changeset endpoints ([#44](https://github.com/
|
|
96
|
-
* update naming ([39210c4](https://github.com/
|
|
123
|
+
* changeset endpoints ([#44](https://github.com/iotaledger/twin-auditable-item-graph/issues/44)) ([7c854de](https://github.com/iotaledger/twin-auditable-item-graph/commit/7c854de39b247d6f24cd94a04a9f99fa9edde51d))
|
|
124
|
+
* update naming ([39210c4](https://github.com/iotaledger/twin-auditable-item-graph/commit/39210c45baddd3cd48805140a1c0049f3004653f))
|
|
97
125
|
|
|
98
126
|
|
|
99
127
|
### Dependencies
|
|
@@ -102,12 +130,12 @@
|
|
|
102
130
|
* dependencies
|
|
103
131
|
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
104
132
|
|
|
105
|
-
## [0.0.3-next.6](https://github.com/
|
|
133
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.5...auditable-item-graph-service-v0.0.3-next.6) (2026-01-26)
|
|
106
134
|
|
|
107
135
|
|
|
108
136
|
### Features
|
|
109
137
|
|
|
110
|
-
* use new hosting url for cursor links ([809cdc6](https://github.com/
|
|
138
|
+
* use new hosting url for cursor links ([809cdc6](https://github.com/iotaledger/twin-auditable-item-graph/commit/809cdc623491bad91000d0b0f740e40dc019198d))
|
|
111
139
|
|
|
112
140
|
|
|
113
141
|
### Dependencies
|
|
@@ -116,12 +144,12 @@
|
|
|
116
144
|
* dependencies
|
|
117
145
|
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
118
146
|
|
|
119
|
-
## [0.0.3-next.5](https://github.com/
|
|
147
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.4...auditable-item-graph-service-v0.0.3-next.5) (2026-01-23)
|
|
120
148
|
|
|
121
149
|
|
|
122
150
|
### Features
|
|
123
151
|
|
|
124
|
-
* replace nextItem property with Link header ([#39](https://github.com/
|
|
152
|
+
* replace nextItem property with Link header ([#39](https://github.com/iotaledger/twin-auditable-item-graph/issues/39)) ([b29a333](https://github.com/iotaledger/twin-auditable-item-graph/commit/b29a333ca78ca2091e54e3e6f4355f84c350007d))
|
|
125
153
|
|
|
126
154
|
|
|
127
155
|
### Dependencies
|
|
@@ -130,12 +158,12 @@
|
|
|
130
158
|
* dependencies
|
|
131
159
|
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
132
160
|
|
|
133
|
-
## [0.0.3-next.4](https://github.com/
|
|
161
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.3...auditable-item-graph-service-v0.0.3-next.4) (2026-01-22)
|
|
134
162
|
|
|
135
163
|
|
|
136
164
|
### Bug Fixes
|
|
137
165
|
|
|
138
|
-
* context usage ([9c8f64d](https://github.com/
|
|
166
|
+
* context usage ([9c8f64d](https://github.com/iotaledger/twin-auditable-item-graph/commit/9c8f64d342e9fb40d3514b87fd547a824ce50676))
|
|
139
167
|
|
|
140
168
|
|
|
141
169
|
### Dependencies
|
|
@@ -144,12 +172,12 @@
|
|
|
144
172
|
* dependencies
|
|
145
173
|
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
146
174
|
|
|
147
|
-
## [0.0.3-next.3](https://github.com/
|
|
175
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.2...auditable-item-graph-service-v0.0.3-next.3) (2026-01-21)
|
|
148
176
|
|
|
149
177
|
|
|
150
178
|
### Features
|
|
151
179
|
|
|
152
|
-
* update contexts ([#35](https://github.com/
|
|
180
|
+
* update contexts ([#35](https://github.com/iotaledger/twin-auditable-item-graph/issues/35)) ([cdf0989](https://github.com/iotaledger/twin-auditable-item-graph/commit/cdf0989fe4677a88b757e97e752b7d4c29013a7e))
|
|
153
181
|
|
|
154
182
|
|
|
155
183
|
### Dependencies
|
|
@@ -158,12 +186,12 @@
|
|
|
158
186
|
* dependencies
|
|
159
187
|
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
160
188
|
|
|
161
|
-
## [0.0.3-next.2](https://github.com/
|
|
189
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.1...auditable-item-graph-service-v0.0.3-next.2) (2026-01-14)
|
|
162
190
|
|
|
163
191
|
|
|
164
192
|
### Features
|
|
165
193
|
|
|
166
|
-
* update contexts and namespaces ([#33](https://github.com/
|
|
194
|
+
* update contexts and namespaces ([#33](https://github.com/iotaledger/twin-auditable-item-graph/issues/33)) ([5dadb99](https://github.com/iotaledger/twin-auditable-item-graph/commit/5dadb99773d410aceacaba7ed92c1ccb8b46516b))
|
|
167
195
|
|
|
168
196
|
|
|
169
197
|
### Dependencies
|
|
@@ -172,34 +200,34 @@
|
|
|
172
200
|
* dependencies
|
|
173
201
|
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
174
202
|
|
|
175
|
-
## [0.0.3-next.1](https://github.com/
|
|
203
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.3-next.0...auditable-item-graph-service-v0.0.3-next.1) (2025-11-28)
|
|
176
204
|
|
|
177
205
|
|
|
178
206
|
### Features
|
|
179
207
|
|
|
180
|
-
* add context id features ([#30](https://github.com/
|
|
181
|
-
* add data types with fully qualified name ([93e1ee7](https://github.com/
|
|
182
|
-
* add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/
|
|
183
|
-
* add validate-locales ([e76e6f6](https://github.com/
|
|
184
|
-
* eslint migration to flat config ([1b42a3a](https://github.com/
|
|
185
|
-
* id optional in edge updates ([6b63fe3](https://github.com/
|
|
186
|
-
* improve JSON schemas ([bec8dc1](https://github.com/
|
|
187
|
-
* only set dateModified after update ([#4](https://github.com/
|
|
188
|
-
* remove unused namespace ([ff1a3b4](https://github.com/
|
|
189
|
-
* update background task service ([e483ddb](https://github.com/
|
|
190
|
-
* update dependencies ([6986689](https://github.com/
|
|
191
|
-
* update edges to use targetId instead of id ([6c5d0e3](https://github.com/
|
|
192
|
-
* update framework core ([88ad4e6](https://github.com/
|
|
193
|
-
* use new nameof operators ([3921c4c](https://github.com/
|
|
194
|
-
* use shared store mechanism ([#10](https://github.com/
|
|
195
|
-
* use standard list json ld types ([8f53836](https://github.com/
|
|
208
|
+
* add context id features ([#30](https://github.com/iotaledger/twin-auditable-item-graph/issues/30)) ([a35d37c](https://github.com/iotaledger/twin-auditable-item-graph/commit/a35d37c0db62a240adde493965c0a9f7971fec45))
|
|
209
|
+
* add data types with fully qualified name ([93e1ee7](https://github.com/iotaledger/twin-auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
|
|
210
|
+
* add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/iotaledger/twin-auditable-item-graph/commit/33dbd19cabd9fbfaba81032f1d1a6527584c3f5a))
|
|
211
|
+
* add validate-locales ([e76e6f6](https://github.com/iotaledger/twin-auditable-item-graph/commit/e76e6f6b3ec9c447a04315d353442e32233601d3))
|
|
212
|
+
* eslint migration to flat config ([1b42a3a](https://github.com/iotaledger/twin-auditable-item-graph/commit/1b42a3a27bd6e32d7816de406b92b6332472edf6))
|
|
213
|
+
* id optional in edge updates ([6b63fe3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6b63fe34553104843ae15aa5066775f5872859e9))
|
|
214
|
+
* improve JSON schemas ([bec8dc1](https://github.com/iotaledger/twin-auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
|
|
215
|
+
* only set dateModified after update ([#4](https://github.com/iotaledger/twin-auditable-item-graph/issues/4)) ([43ea6e5](https://github.com/iotaledger/twin-auditable-item-graph/commit/43ea6e5f2d0b9181a80f0bf2935db64b3263839a))
|
|
216
|
+
* remove unused namespace ([ff1a3b4](https://github.com/iotaledger/twin-auditable-item-graph/commit/ff1a3b4e414fe2ee311a03027456ee40fbb580d7))
|
|
217
|
+
* update background task service ([e483ddb](https://github.com/iotaledger/twin-auditable-item-graph/commit/e483ddbc948f035334f92b8342248caa6abbe441))
|
|
218
|
+
* update dependencies ([6986689](https://github.com/iotaledger/twin-auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
|
|
219
|
+
* update edges to use targetId instead of id ([6c5d0e3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6c5d0e31b6e2ea74bfa2f3344e4be628e5f237af))
|
|
220
|
+
* update framework core ([88ad4e6](https://github.com/iotaledger/twin-auditable-item-graph/commit/88ad4e6421132c3c6c45579b078d982a26f16990))
|
|
221
|
+
* use new nameof operators ([3921c4c](https://github.com/iotaledger/twin-auditable-item-graph/commit/3921c4c9ac53e42459e45f10d9e702afb2797a23))
|
|
222
|
+
* use shared store mechanism ([#10](https://github.com/iotaledger/twin-auditable-item-graph/issues/10)) ([da035e5](https://github.com/iotaledger/twin-auditable-item-graph/commit/da035e5eb8f157482b4eb2bdbc689c6c0647ff7d))
|
|
223
|
+
* use standard list json ld types ([8f53836](https://github.com/iotaledger/twin-auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
|
|
196
224
|
|
|
197
225
|
|
|
198
226
|
### Bug Fixes
|
|
199
227
|
|
|
200
|
-
* only include alias in index if not deleted ([#6](https://github.com/
|
|
201
|
-
* query params force coercion ([2dd9afe](https://github.com/
|
|
202
|
-
* update tests with new deterministic background tasks ([#8](https://github.com/
|
|
228
|
+
* only include alias in index if not deleted ([#6](https://github.com/iotaledger/twin-auditable-item-graph/issues/6)) ([5da3c41](https://github.com/iotaledger/twin-auditable-item-graph/commit/5da3c419fafa2afefd34b1c570d103012b888a75))
|
|
229
|
+
* query params force coercion ([2dd9afe](https://github.com/iotaledger/twin-auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
|
|
230
|
+
* update tests with new deterministic background tasks ([#8](https://github.com/iotaledger/twin-auditable-item-graph/issues/8)) ([a96721c](https://github.com/iotaledger/twin-auditable-item-graph/commit/a96721c28128781f9cbd983d013dcf4c5542158c))
|
|
203
231
|
|
|
204
232
|
|
|
205
233
|
### Dependencies
|
|
@@ -208,12 +236,12 @@
|
|
|
208
236
|
* dependencies
|
|
209
237
|
* @twin.org/auditable-item-graph-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
210
238
|
|
|
211
|
-
## [0.0.2-next.8](https://github.com/
|
|
239
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.2-next.7...auditable-item-graph-service-v0.0.2-next.8) (2025-10-09)
|
|
212
240
|
|
|
213
241
|
|
|
214
242
|
### Features
|
|
215
243
|
|
|
216
|
-
* add validate-locales ([e76e6f6](https://github.com/
|
|
244
|
+
* add validate-locales ([e76e6f6](https://github.com/iotaledger/twin-auditable-item-graph/commit/e76e6f6b3ec9c447a04315d353442e32233601d3))
|
|
217
245
|
|
|
218
246
|
|
|
219
247
|
### Dependencies
|
|
@@ -222,12 +250,12 @@
|
|
|
222
250
|
* dependencies
|
|
223
251
|
* @twin.org/auditable-item-graph-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
224
252
|
|
|
225
|
-
## [0.0.2-next.7](https://github.com/
|
|
253
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.2-next.6...auditable-item-graph-service-v0.0.2-next.7) (2025-09-29)
|
|
226
254
|
|
|
227
255
|
|
|
228
256
|
### Features
|
|
229
257
|
|
|
230
|
-
* id optional in edge updates ([6b63fe3](https://github.com/
|
|
258
|
+
* id optional in edge updates ([6b63fe3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6b63fe34553104843ae15aa5066775f5872859e9))
|
|
231
259
|
|
|
232
260
|
|
|
233
261
|
### Dependencies
|
|
@@ -236,12 +264,12 @@
|
|
|
236
264
|
* dependencies
|
|
237
265
|
* @twin.org/auditable-item-graph-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
238
266
|
|
|
239
|
-
## [0.0.2-next.6](https://github.com/
|
|
267
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.2-next.5...auditable-item-graph-service-v0.0.2-next.6) (2025-09-29)
|
|
240
268
|
|
|
241
269
|
|
|
242
270
|
### Features
|
|
243
271
|
|
|
244
|
-
* use new nameof operators ([3921c4c](https://github.com/
|
|
272
|
+
* use new nameof operators ([3921c4c](https://github.com/iotaledger/twin-auditable-item-graph/commit/3921c4c9ac53e42459e45f10d9e702afb2797a23))
|
|
245
273
|
|
|
246
274
|
|
|
247
275
|
### Dependencies
|
|
@@ -250,12 +278,12 @@
|
|
|
250
278
|
* dependencies
|
|
251
279
|
* @twin.org/auditable-item-graph-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
252
280
|
|
|
253
|
-
## [0.0.2-next.5](https://github.com/
|
|
281
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.2-next.4...auditable-item-graph-service-v0.0.2-next.5) (2025-09-26)
|
|
254
282
|
|
|
255
283
|
|
|
256
284
|
### Features
|
|
257
285
|
|
|
258
|
-
* update edges to use targetId instead of id ([6c5d0e3](https://github.com/
|
|
286
|
+
* update edges to use targetId instead of id ([6c5d0e3](https://github.com/iotaledger/twin-auditable-item-graph/commit/6c5d0e31b6e2ea74bfa2f3344e4be628e5f237af))
|
|
259
287
|
|
|
260
288
|
|
|
261
289
|
### Dependencies
|
|
@@ -264,12 +292,12 @@
|
|
|
264
292
|
* dependencies
|
|
265
293
|
* @twin.org/auditable-item-graph-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
266
294
|
|
|
267
|
-
## [0.0.2-next.4](https://github.com/
|
|
295
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.2-next.3...auditable-item-graph-service-v0.0.2-next.4) (2025-09-24)
|
|
268
296
|
|
|
269
297
|
|
|
270
298
|
### Features
|
|
271
299
|
|
|
272
|
-
* add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/
|
|
300
|
+
* add unique flag for alias, and exact match option for id query ([33dbd19](https://github.com/iotaledger/twin-auditable-item-graph/commit/33dbd19cabd9fbfaba81032f1d1a6527584c3f5a))
|
|
273
301
|
|
|
274
302
|
|
|
275
303
|
### Dependencies
|
|
@@ -278,12 +306,12 @@
|
|
|
278
306
|
* dependencies
|
|
279
307
|
* @twin.org/auditable-item-graph-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
280
308
|
|
|
281
|
-
## [0.0.2-next.3](https://github.com/
|
|
309
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.2-next.2...auditable-item-graph-service-v0.0.2-next.3) (2025-08-29)
|
|
282
310
|
|
|
283
311
|
|
|
284
312
|
### Features
|
|
285
313
|
|
|
286
|
-
* eslint migration to flat config ([1b42a3a](https://github.com/
|
|
314
|
+
* eslint migration to flat config ([1b42a3a](https://github.com/iotaledger/twin-auditable-item-graph/commit/1b42a3a27bd6e32d7816de406b92b6332472edf6))
|
|
287
315
|
|
|
288
316
|
|
|
289
317
|
### Dependencies
|
|
@@ -292,13 +320,13 @@
|
|
|
292
320
|
* dependencies
|
|
293
321
|
* @twin.org/auditable-item-graph-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
294
322
|
|
|
295
|
-
## [0.0.2-next.2](https://github.com/
|
|
323
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.2-next.1...auditable-item-graph-service-v0.0.2-next.2) (2025-08-20)
|
|
296
324
|
|
|
297
325
|
|
|
298
326
|
### Features
|
|
299
327
|
|
|
300
|
-
* remove unused namespace ([ff1a3b4](https://github.com/
|
|
301
|
-
* update framework core ([88ad4e6](https://github.com/
|
|
328
|
+
* remove unused namespace ([ff1a3b4](https://github.com/iotaledger/twin-auditable-item-graph/commit/ff1a3b4e414fe2ee311a03027456ee40fbb580d7))
|
|
329
|
+
* update framework core ([88ad4e6](https://github.com/iotaledger/twin-auditable-item-graph/commit/88ad4e6421132c3c6c45579b078d982a26f16990))
|
|
302
330
|
|
|
303
331
|
|
|
304
332
|
### Dependencies
|
|
@@ -307,24 +335,24 @@
|
|
|
307
335
|
* dependencies
|
|
308
336
|
* @twin.org/auditable-item-graph-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
309
337
|
|
|
310
|
-
## [0.0.2-next.1](https://github.com/
|
|
338
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.2-next.0...auditable-item-graph-service-v0.0.2-next.1) (2025-07-21)
|
|
311
339
|
|
|
312
340
|
|
|
313
341
|
### Features
|
|
314
342
|
|
|
315
|
-
* add data types with fully qualified name ([93e1ee7](https://github.com/
|
|
316
|
-
* improve JSON schemas ([bec8dc1](https://github.com/
|
|
317
|
-
* only set dateModified after update ([#4](https://github.com/
|
|
318
|
-
* update dependencies ([6986689](https://github.com/
|
|
319
|
-
* use shared store mechanism ([#10](https://github.com/
|
|
320
|
-
* use standard list json ld types ([8f53836](https://github.com/
|
|
343
|
+
* add data types with fully qualified name ([93e1ee7](https://github.com/iotaledger/twin-auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
|
|
344
|
+
* improve JSON schemas ([bec8dc1](https://github.com/iotaledger/twin-auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
|
|
345
|
+
* only set dateModified after update ([#4](https://github.com/iotaledger/twin-auditable-item-graph/issues/4)) ([43ea6e5](https://github.com/iotaledger/twin-auditable-item-graph/commit/43ea6e5f2d0b9181a80f0bf2935db64b3263839a))
|
|
346
|
+
* update dependencies ([6986689](https://github.com/iotaledger/twin-auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
|
|
347
|
+
* use shared store mechanism ([#10](https://github.com/iotaledger/twin-auditable-item-graph/issues/10)) ([da035e5](https://github.com/iotaledger/twin-auditable-item-graph/commit/da035e5eb8f157482b4eb2bdbc689c6c0647ff7d))
|
|
348
|
+
* use standard list json ld types ([8f53836](https://github.com/iotaledger/twin-auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
|
|
321
349
|
|
|
322
350
|
|
|
323
351
|
### Bug Fixes
|
|
324
352
|
|
|
325
|
-
* only include alias in index if not deleted ([#6](https://github.com/
|
|
326
|
-
* query params force coercion ([2dd9afe](https://github.com/
|
|
327
|
-
* update tests with new deterministic background tasks ([#8](https://github.com/
|
|
353
|
+
* only include alias in index if not deleted ([#6](https://github.com/iotaledger/twin-auditable-item-graph/issues/6)) ([5da3c41](https://github.com/iotaledger/twin-auditable-item-graph/commit/5da3c419fafa2afefd34b1c570d103012b888a75))
|
|
354
|
+
* query params force coercion ([2dd9afe](https://github.com/iotaledger/twin-auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
|
|
355
|
+
* update tests with new deterministic background tasks ([#8](https://github.com/iotaledger/twin-auditable-item-graph/issues/8)) ([a96721c](https://github.com/iotaledger/twin-auditable-item-graph/commit/a96721c28128781f9cbd983d013dcf4c5542158c))
|
|
328
356
|
|
|
329
357
|
|
|
330
358
|
### Dependencies
|
|
@@ -338,7 +366,7 @@
|
|
|
338
366
|
|
|
339
367
|
### Features
|
|
340
368
|
|
|
341
|
-
* release to production ([0ce06f7](https://github.com/
|
|
369
|
+
* release to production ([0ce06f7](https://github.com/iotaledger/twin-auditable-item-graph/commit/0ce06f7825aa72d04b7a2ffd8c98cb56290b9d16))
|
|
342
370
|
|
|
343
371
|
|
|
344
372
|
### Dependencies
|
|
@@ -347,12 +375,12 @@
|
|
|
347
375
|
* dependencies
|
|
348
376
|
* @twin.org/auditable-item-graph-models bumped from ^0.0.0 to ^0.0.1
|
|
349
377
|
|
|
350
|
-
## [0.0.1-next.44](https://github.com/
|
|
378
|
+
## [0.0.1-next.44](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.1-next.43...auditable-item-graph-service-v0.0.1-next.44) (2025-06-20)
|
|
351
379
|
|
|
352
380
|
|
|
353
381
|
### Bug Fixes
|
|
354
382
|
|
|
355
|
-
* query params force coercion ([2dd9afe](https://github.com/
|
|
383
|
+
* query params force coercion ([2dd9afe](https://github.com/iotaledger/twin-auditable-item-graph/commit/2dd9afe9ec37e2a91c110317fe289f7495c187a0))
|
|
356
384
|
|
|
357
385
|
|
|
358
386
|
### Dependencies
|
|
@@ -361,12 +389,12 @@
|
|
|
361
389
|
* dependencies
|
|
362
390
|
* @twin.org/auditable-item-graph-models bumped from 0.0.1-next.43 to 0.0.1-next.44
|
|
363
391
|
|
|
364
|
-
## [0.0.1-next.43](https://github.com/
|
|
392
|
+
## [0.0.1-next.43](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.1-next.42...auditable-item-graph-service-v0.0.1-next.43) (2025-06-17)
|
|
365
393
|
|
|
366
394
|
|
|
367
395
|
### Features
|
|
368
396
|
|
|
369
|
-
* improve JSON schemas ([bec8dc1](https://github.com/
|
|
397
|
+
* improve JSON schemas ([bec8dc1](https://github.com/iotaledger/twin-auditable-item-graph/commit/bec8dc1f270c6c9710623a192b984cf46f8a5613))
|
|
370
398
|
|
|
371
399
|
|
|
372
400
|
### Dependencies
|
|
@@ -375,12 +403,12 @@
|
|
|
375
403
|
* dependencies
|
|
376
404
|
* @twin.org/auditable-item-graph-models bumped from 0.0.1-next.42 to 0.0.1-next.43
|
|
377
405
|
|
|
378
|
-
## [0.0.1-next.42](https://github.com/
|
|
406
|
+
## [0.0.1-next.42](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.1-next.41...auditable-item-graph-service-v0.0.1-next.42) (2025-06-12)
|
|
379
407
|
|
|
380
408
|
|
|
381
409
|
### Features
|
|
382
410
|
|
|
383
|
-
* update dependencies ([6986689](https://github.com/
|
|
411
|
+
* update dependencies ([6986689](https://github.com/iotaledger/twin-auditable-item-graph/commit/698668957a1fcb7f85ce2f117914d5980043924f))
|
|
384
412
|
|
|
385
413
|
|
|
386
414
|
### Dependencies
|
|
@@ -389,7 +417,7 @@
|
|
|
389
417
|
* dependencies
|
|
390
418
|
* @twin.org/auditable-item-graph-models bumped from 0.0.1-next.41 to 0.0.1-next.42
|
|
391
419
|
|
|
392
|
-
## [0.0.1-next.41](https://github.com/
|
|
420
|
+
## [0.0.1-next.41](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.1-next.40...auditable-item-graph-service-v0.0.1-next.41) (2025-06-03)
|
|
393
421
|
|
|
394
422
|
|
|
395
423
|
### Miscellaneous Chores
|
|
@@ -403,12 +431,12 @@
|
|
|
403
431
|
* dependencies
|
|
404
432
|
* @twin.org/auditable-item-graph-models bumped from 0.0.1-next.40 to 0.0.1-next.41
|
|
405
433
|
|
|
406
|
-
## [0.0.1-next.40](https://github.com/
|
|
434
|
+
## [0.0.1-next.40](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.1-next.39...auditable-item-graph-service-v0.0.1-next.40) (2025-05-28)
|
|
407
435
|
|
|
408
436
|
|
|
409
437
|
### Features
|
|
410
438
|
|
|
411
|
-
* add data types with fully qualified name ([93e1ee7](https://github.com/
|
|
439
|
+
* add data types with fully qualified name ([93e1ee7](https://github.com/iotaledger/twin-auditable-item-graph/commit/93e1ee7c0f7bad81f003787f797f363864e201af))
|
|
412
440
|
|
|
413
441
|
|
|
414
442
|
### Dependencies
|
|
@@ -417,12 +445,12 @@
|
|
|
417
445
|
* dependencies
|
|
418
446
|
* @twin.org/auditable-item-graph-models bumped from 0.0.1-next.39 to 0.0.1-next.40
|
|
419
447
|
|
|
420
|
-
## [0.0.1-next.39](https://github.com/
|
|
448
|
+
## [0.0.1-next.39](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.1-next.38...auditable-item-graph-service-v0.0.1-next.39) (2025-05-08)
|
|
421
449
|
|
|
422
450
|
|
|
423
451
|
### Features
|
|
424
452
|
|
|
425
|
-
* use standard list json ld types ([8f53836](https://github.com/
|
|
453
|
+
* use standard list json ld types ([8f53836](https://github.com/iotaledger/twin-auditable-item-graph/commit/8f53836d4c83a98d64d7f5fe0531bb9af09464ae))
|
|
426
454
|
|
|
427
455
|
|
|
428
456
|
### Dependencies
|
|
@@ -431,12 +459,12 @@
|
|
|
431
459
|
* dependencies
|
|
432
460
|
* @twin.org/auditable-item-graph-models bumped from 0.0.1-next.38 to 0.0.1-next.39
|
|
433
461
|
|
|
434
|
-
## [0.0.1-next.38](https://github.com/
|
|
462
|
+
## [0.0.1-next.38](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.1-next.37...auditable-item-graph-service-v0.0.1-next.38) (2025-04-17)
|
|
435
463
|
|
|
436
464
|
|
|
437
465
|
### Features
|
|
438
466
|
|
|
439
|
-
* use shared store mechanism ([#10](https://github.com/
|
|
467
|
+
* use shared store mechanism ([#10](https://github.com/iotaledger/twin-auditable-item-graph/issues/10)) ([da035e5](https://github.com/iotaledger/twin-auditable-item-graph/commit/da035e5eb8f157482b4eb2bdbc689c6c0647ff7d))
|
|
440
468
|
|
|
441
469
|
|
|
442
470
|
### Dependencies
|
|
@@ -445,18 +473,18 @@
|
|
|
445
473
|
* dependencies
|
|
446
474
|
* @twin.org/auditable-item-graph-models bumped from 0.0.1-next.37 to 0.0.1-next.38
|
|
447
475
|
|
|
448
|
-
## [0.0.1-next.37](https://github.com/
|
|
476
|
+
## [0.0.1-next.37](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.1-next.36...auditable-item-graph-service-v0.0.1-next.37) (2025-04-11)
|
|
449
477
|
|
|
450
478
|
|
|
451
479
|
### Features
|
|
452
480
|
|
|
453
|
-
* only set dateModified after update ([#4](https://github.com/
|
|
481
|
+
* only set dateModified after update ([#4](https://github.com/iotaledger/twin-auditable-item-graph/issues/4)) ([43ea6e5](https://github.com/iotaledger/twin-auditable-item-graph/commit/43ea6e5f2d0b9181a80f0bf2935db64b3263839a))
|
|
454
482
|
|
|
455
483
|
|
|
456
484
|
### Bug Fixes
|
|
457
485
|
|
|
458
|
-
* only include alias in index if not deleted ([#6](https://github.com/
|
|
459
|
-
* update tests with new deterministic background tasks ([#8](https://github.com/
|
|
486
|
+
* only include alias in index if not deleted ([#6](https://github.com/iotaledger/twin-auditable-item-graph/issues/6)) ([5da3c41](https://github.com/iotaledger/twin-auditable-item-graph/commit/5da3c419fafa2afefd34b1c570d103012b888a75))
|
|
487
|
+
* update tests with new deterministic background tasks ([#8](https://github.com/iotaledger/twin-auditable-item-graph/issues/8)) ([a96721c](https://github.com/iotaledger/twin-auditable-item-graph/commit/a96721c28128781f9cbd983d013dcf4c5542158c))
|
|
460
488
|
|
|
461
489
|
|
|
462
490
|
### Dependencies
|
|
@@ -465,12 +493,12 @@
|
|
|
465
493
|
* dependencies
|
|
466
494
|
* @twin.org/auditable-item-graph-models bumped from 0.0.1-next.36 to 0.0.1-next.37
|
|
467
495
|
|
|
468
|
-
## [0.0.1-next.36](https://github.com/
|
|
496
|
+
## [0.0.1-next.36](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.1-next.35...auditable-item-graph-service-v0.0.1-next.36) (2025-04-11)
|
|
469
497
|
|
|
470
498
|
|
|
471
499
|
### Bug Fixes
|
|
472
500
|
|
|
473
|
-
* only include alias in index if not deleted ([#6](https://github.com/
|
|
501
|
+
* only include alias in index if not deleted ([#6](https://github.com/iotaledger/twin-auditable-item-graph/issues/6)) ([5da3c41](https://github.com/iotaledger/twin-auditable-item-graph/commit/5da3c419fafa2afefd34b1c570d103012b888a75))
|
|
474
502
|
|
|
475
503
|
|
|
476
504
|
### Dependencies
|
|
@@ -479,12 +507,12 @@
|
|
|
479
507
|
* dependencies
|
|
480
508
|
* @twin.org/auditable-item-graph-models bumped from 0.0.1-next.35 to 0.0.1-next.36
|
|
481
509
|
|
|
482
|
-
## [0.0.1-next.35](https://github.com/
|
|
510
|
+
## [0.0.1-next.35](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.1-next.34...auditable-item-graph-service-v0.0.1-next.35) (2025-04-10)
|
|
483
511
|
|
|
484
512
|
|
|
485
513
|
### Features
|
|
486
514
|
|
|
487
|
-
* only set dateModified after update ([#4](https://github.com/
|
|
515
|
+
* only set dateModified after update ([#4](https://github.com/iotaledger/twin-auditable-item-graph/issues/4)) ([43ea6e5](https://github.com/iotaledger/twin-auditable-item-graph/commit/43ea6e5f2d0b9181a80f0bf2935db64b3263839a))
|
|
488
516
|
|
|
489
517
|
|
|
490
518
|
### Dependencies
|
|
@@ -493,7 +521,7 @@
|
|
|
493
521
|
* dependencies
|
|
494
522
|
* @twin.org/auditable-item-graph-models bumped from 0.0.1-next.34 to 0.0.1-next.35
|
|
495
523
|
|
|
496
|
-
## [0.0.1-next.34](https://github.com/
|
|
524
|
+
## [0.0.1-next.34](https://github.com/iotaledger/twin-auditable-item-graph/compare/auditable-item-graph-service-v0.0.1-next.33...auditable-item-graph-service-v0.0.1-next.34) (2025-03-28)
|
|
497
525
|
|
|
498
526
|
|
|
499
527
|
### Miscellaneous Chores
|