@itwin/ecschema-editing 4.5.0-dev.7 → 4.5.0-dev.9
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 +17 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,22 @@
|
|
|
1
1
|
# Change Log - @itwin/ecschema-editing
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 12 Feb 2024 19:26:22 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.4.0
|
|
6
|
+
Mon, 12 Feb 2024 18:15:58 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Added class merge
|
|
11
|
+
- Added ability to track changes for property minLength, maxLength, minValue, maxValue, extendedTypeName attributes
|
|
12
|
+
- Added ecclass property merging
|
|
13
|
+
- Use Schema Editor instead od Mutable Schema Items directly
|
|
14
|
+
- Removed keyMismatch comparison in schemaDelegate so that two reports are created for each schemaA and schemaB
|
|
15
|
+
- Added full name comparison support for areItemsSameByName in SchemaComparer
|
|
16
|
+
- Removed schemaComparerOptions flag from schemaCompare and added comparison support to compare schemas with different names.
|
|
17
|
+
- Added methods for creating relationship or setting its properties
|
|
18
|
+
- Added Merge function to merge CustomAttributes
|
|
19
|
+
- Added kind of quantity merging
|
|
4
20
|
|
|
5
21
|
## 4.3.3
|
|
6
22
|
Wed, 03 Jan 2024 19:28:38 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/ecschema-editing",
|
|
3
|
-
"version": "4.5.0-dev.
|
|
3
|
+
"version": "4.5.0-dev.9",
|
|
4
4
|
"description": "ECSchema editing and validation API",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/cjs/ecschema-editing.js",
|
|
@@ -42,16 +42,16 @@
|
|
|
42
42
|
"rimraf": "^3.0.2",
|
|
43
43
|
"sinon": "^17.0.1",
|
|
44
44
|
"typescript": "~5.0.2",
|
|
45
|
-
"@itwin/
|
|
46
|
-
"@itwin/
|
|
47
|
-
"@itwin/
|
|
48
|
-
"@itwin/core-
|
|
49
|
-
"@itwin/
|
|
45
|
+
"@itwin/build-tools": "4.5.0-dev.9",
|
|
46
|
+
"@itwin/ecschema-metadata": "4.5.0-dev.9",
|
|
47
|
+
"@itwin/core-common": "4.5.0-dev.9",
|
|
48
|
+
"@itwin/core-bentley": "4.5.0-dev.9",
|
|
49
|
+
"@itwin/core-quantity": "4.5.0-dev.9"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@itwin/core-bentley": "^4.5.0-dev.
|
|
53
|
-
"@itwin/core-quantity": "^4.5.0-dev.
|
|
54
|
-
"@itwin/ecschema-metadata": "^4.5.0-dev.
|
|
52
|
+
"@itwin/core-bentley": "^4.5.0-dev.9",
|
|
53
|
+
"@itwin/core-quantity": "^4.5.0-dev.9",
|
|
54
|
+
"@itwin/ecschema-metadata": "^4.5.0-dev.9"
|
|
55
55
|
},
|
|
56
56
|
"nyc": {
|
|
57
57
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|