@itwin/imodel-transformer 0.2.2-dev.3 → 0.3.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/CHANGELOG.md +14 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,22 @@
|
|
|
1
1
|
# Change Log - @itwin/imodel-transformer
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 11 Jul 2023 18:59:19 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.3.0
|
|
8
|
+
|
|
9
|
+
Tue, 11 Jul 2023 18:59:19 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- Add pending reference resolution when referenced element is not exported ([commit](https://github.com/iTwin/transformer/commit/c9e2ecdd80df3fd155111313f2abdc82963775fd))
|
|
14
|
+
|
|
15
|
+
### Patches
|
|
16
|
+
|
|
17
|
+
- Start using in BigMap instead of Map to overcome size limits ([commit](https://github.com/iTwin/transformer/commit/c9e2ecdd80df3fd155111313f2abdc82963775fd))
|
|
18
|
+
- add BranchProvenanceInitializer functions ([commit](https://github.com/iTwin/transformer/commit/c9e2ecdd80df3fd155111313f2abdc82963775fd))
|
|
19
|
+
|
|
7
20
|
## 0.2.1
|
|
8
21
|
|
|
9
22
|
Mon, 26 Jun 2023 13:40:00 GMT
|
package/package.json
CHANGED