@itwin/ecschema-metadata 5.2.0-dev.3 → 5.2.0-dev.7
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 +20 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,25 @@
|
|
|
1
1
|
# Change Log - @itwin/ecschema-metadata
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 08 Aug 2025 18:10:14 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.1.1
|
|
6
|
+
Fri, 08 Aug 2025 18:06:10 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 5.1.0
|
|
11
|
+
Fri, 08 Aug 2025 12:51:53 GMT
|
|
12
|
+
|
|
13
|
+
### Updates
|
|
14
|
+
|
|
15
|
+
- Both buildPropertyCache and buildPropertyCacheSync, take no parameters and build the cache in house and return the cache map. Additionally, mergeProperties is now removed.
|
|
16
|
+
- Introduced internal incremental schema loading API to be consumed by IModelIncrementalSchemaLocater in core/backend and RpcIncrementalSchemaLocater in core/ecschema-rpc packages.
|
|
17
|
+
- Use the latest released version 1.0.9 of units schema
|
|
18
|
+
- Handle SI and METRIC unit systems as one unit system in SchemaFormatsProvider
|
|
19
|
+
- Gracefully handle errors, including rpc, when retrieving schema items in `SchemaFormatsProvider`
|
|
20
|
+
- Add support for `stationBaseFactor` in `Format`
|
|
21
|
+
- Use labels and descriptions from KindOfQuantity when using it's presentation unit in SchemaFormatsProvider
|
|
22
|
+
- Updated deprecation comments to new template
|
|
4
23
|
|
|
5
24
|
## 5.0.5
|
|
6
25
|
Wed, 06 Aug 2025 15:34:15 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/ecschema-metadata",
|
|
3
|
-
"version": "5.2.0-dev.
|
|
3
|
+
"version": "5.2.0-dev.7",
|
|
4
4
|
"description": "ECObjects core concepts in typescript",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/cjs/ecschema-metadata.js",
|
|
@@ -48,13 +48,13 @@
|
|
|
48
48
|
"rimraf": "^6.0.1",
|
|
49
49
|
"sinon": "^17.0.2",
|
|
50
50
|
"typescript": "~5.6.2",
|
|
51
|
-
"@itwin/build-tools": "5.2.0-dev.
|
|
52
|
-
"@itwin/core-
|
|
53
|
-
"@itwin/core-
|
|
51
|
+
"@itwin/build-tools": "5.2.0-dev.7",
|
|
52
|
+
"@itwin/core-quantity": "5.2.0-dev.7",
|
|
53
|
+
"@itwin/core-bentley": "5.2.0-dev.7"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@itwin/core-bentley": "5.2.0-dev.
|
|
57
|
-
"@itwin/core-quantity": "5.2.0-dev.
|
|
56
|
+
"@itwin/core-bentley": "5.2.0-dev.7",
|
|
57
|
+
"@itwin/core-quantity": "5.2.0-dev.7"
|
|
58
58
|
},
|
|
59
59
|
"nyc": {
|
|
60
60
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|