@itwin/ecschema-metadata 5.10.0-dev.9 → 5.10.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 +31 -1
- package/lib/cjs/SchemaView.d.ts +653 -0
- package/lib/cjs/SchemaView.d.ts.map +1 -0
- package/lib/cjs/SchemaView.js +1204 -0
- package/lib/cjs/SchemaView.js.map +1 -0
- package/lib/cjs/SchemaViewBinaryReader.d.ts +16 -0
- package/lib/cjs/SchemaViewBinaryReader.d.ts.map +1 -0
- package/lib/cjs/SchemaViewBinaryReader.js +610 -0
- package/lib/cjs/SchemaViewBinaryReader.js.map +1 -0
- package/lib/cjs/SchemaViewInterfaces.d.ts +220 -0
- package/lib/cjs/SchemaViewInterfaces.d.ts.map +1 -0
- package/lib/cjs/SchemaViewInterfaces.js +69 -0
- package/lib/cjs/SchemaViewInterfaces.js.map +1 -0
- package/lib/cjs/ecschema-metadata.d.ts +3 -0
- package/lib/cjs/ecschema-metadata.d.ts.map +1 -1
- package/lib/cjs/ecschema-metadata.js +3 -0
- package/lib/cjs/ecschema-metadata.js.map +1 -1
- package/lib/esm/SchemaView.d.ts +653 -0
- package/lib/esm/SchemaView.d.ts.map +1 -0
- package/lib/esm/SchemaView.js +1199 -0
- package/lib/esm/SchemaView.js.map +1 -0
- package/lib/esm/SchemaViewBinaryReader.d.ts +16 -0
- package/lib/esm/SchemaViewBinaryReader.d.ts.map +1 -0
- package/lib/esm/SchemaViewBinaryReader.js +607 -0
- package/lib/esm/SchemaViewBinaryReader.js.map +1 -0
- package/lib/esm/SchemaViewInterfaces.d.ts +220 -0
- package/lib/esm/SchemaViewInterfaces.d.ts.map +1 -0
- package/lib/esm/SchemaViewInterfaces.js +66 -0
- package/lib/esm/SchemaViewInterfaces.js.map +1 -0
- package/lib/esm/ecschema-metadata.d.ts +3 -0
- package/lib/esm/ecschema-metadata.d.ts.map +1 -1
- package/lib/esm/ecschema-metadata.js +3 -0
- package/lib/esm/ecschema-metadata.js.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,31 @@
|
|
|
1
1
|
# Change Log - @itwin/ecschema-metadata
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 03 Jun 2026 20:19:46 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.10.0
|
|
6
|
+
Wed, 03 Jun 2026 20:19:46 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- UnitConversion, parseDefinition, and Graph now re-exported from @itwin/core-quantity. UnitConversion.from() signature uses UnitConversionSource interface (structural typing — no consumer changes needed). No public API changes.
|
|
11
|
+
- Use units schema 01.00.10
|
|
12
|
+
- Add a SchemaView layer
|
|
13
|
+
- Document the units schema update for volume-per-length conversion metadata.
|
|
14
|
+
|
|
15
|
+
## 5.9.5
|
|
16
|
+
Mon, 01 Jun 2026 17:34:00 GMT
|
|
17
|
+
|
|
18
|
+
_Version update only_
|
|
19
|
+
|
|
20
|
+
## 5.9.4
|
|
21
|
+
Tue, 19 May 2026 19:45:27 GMT
|
|
22
|
+
|
|
23
|
+
_Version update only_
|
|
24
|
+
|
|
25
|
+
## 5.9.3
|
|
26
|
+
Fri, 15 May 2026 11:25:54 GMT
|
|
27
|
+
|
|
28
|
+
_Version update only_
|
|
4
29
|
|
|
5
30
|
## 5.9.2
|
|
6
31
|
Fri, 08 May 2026 20:36:41 GMT
|
|
@@ -20,6 +45,11 @@ Mon, 04 May 2026 16:32:08 GMT
|
|
|
20
45
|
- UnitConversion, parseDefinition, and Graph now re-exported from @itwin/core-quantity. UnitConversion.from() signature uses UnitConversionSource interface (structural typing — no consumer changes needed). No public API changes.
|
|
21
46
|
- Promoted ECSpecVersion interface to beta.
|
|
22
47
|
|
|
48
|
+
## 5.8.5
|
|
49
|
+
Thu, 14 May 2026 19:12:21 GMT
|
|
50
|
+
|
|
51
|
+
_Version update only_
|
|
52
|
+
|
|
23
53
|
## 5.8.4
|
|
24
54
|
Thu, 23 Apr 2026 18:05:14 GMT
|
|
25
55
|
|