@itwin/imodel-transformer 1.0.1-customchanges.5 → 1.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,9 +1,21 @@
1
1
  # Change Log - @itwin/imodel-transformer
2
2
 
3
- <!-- This log was last generated on Mon, 04 Nov 2024 14:45:46 GMT and should not be manually modified. -->
3
+ This log was last generated on Mon, 03 Mar 2025 17:50:02 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.1.0
8
+
9
+ Mon, 03 Mar 2025 17:50:02 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Removed changed element cache from iModelTransformer as iModelExporter stores same data in `sourceDbChanges`. ([commit](https://github.com/iTwin/imodel-transformer/commit/6f122f59a084f58b976a314f781e7fda90e0a8b1))
14
+
15
+ ### Changes
16
+
17
+ - Add new APIs to support providing custom changes ( not found in a changeset ) to the transformer ([commit](https://github.com/iTwin/imodel-transformer/commit/6f122f59a084f58b976a314f781e7fda90e0a8b1))
18
+
7
19
  ## 1.0.0
8
20
 
9
21
  Mon, 04 Nov 2024 14:45:46 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/imodel-transformer",
3
- "version": "1.0.1-customchanges.5",
3
+ "version": "1.1.0",
4
4
  "description": "API for exporting an iModel's parts and also importing them into another iModel",
5
5
  "main": "lib/cjs/imodel-transformer.js",
6
6
  "typings": "lib/cjs/imodel-transformer",