@itwin/ecschema-metadata 3.0.0 → 3.1.0-dev.12

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 +3 -15
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,18 +1,6 @@
1
1
  # Change Log - @itwin/ecschema-metadata
2
2
 
3
- This log was last generated on Mon, 24 Jan 2022 14:00:52 GMT and should not be manually modified.
4
-
5
- ## 3.0.0
6
- Mon, 24 Jan 2022 14:00:52 GMT
7
-
8
- ### Updates
9
-
10
- - Added delete class from schema and delete property from class as well as corresponding tests
11
- - Upgrade target to ES2019
12
- - rename to @itwin/ecschema-metadata
13
- - remove ClientRequestContext and its subclasses
14
- - Removing deprecated editing and validation types from ecschema-metadata.
15
- - remove alpha toXmlString method and its implicit xmldom dependency
3
+ This log was last generated on Wed, 12 Jan 2022 14:52:38 GMT and should not be manually modified.
16
4
 
17
5
  ## 2.19.28
18
6
  Wed, 12 Jan 2022 14:52:38 GMT
@@ -647,7 +635,7 @@ Wed, 06 May 2020 13:17:49 GMT
647
635
 
648
636
  - new EC Rule 501 - CustomAttribute schemas must be referenced by the container's schema.
649
637
  - Removing deprecated API. Please see NextVersion.md under the heading 'ecschema-metadata Package' for details.
650
- - Deprecating schema classes' method 'toJson' and replacing it with the JSON.stringify supported method 'toJSON'. Also deprecating the 'deserialize' method and replacing it with 'fromJSON' for naming consistency.
638
+ - Deprecating schema classes' method 'toJson' and replacing it with the JSON.stringify supported method 'toJSON'. Also deprecating the 'deserialize' method and replacing it with 'fromJSON' for naming consistency.
651
639
  - Undefined display labels should equal empty display labels during schema comparison.
652
640
  - order imports.
653
641
  - Removed unused package dependencies
@@ -773,7 +761,7 @@ Mon, 13 May 2019 15:52:05 GMT
773
761
  - Adds parameter for api-extractor to validate missing release tags
774
762
  - Adds ignoreMissingTags flag
775
763
  - Fix broken links
776
- - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
764
+ - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
777
765
  - Added ability to suppress rule violations from being reported during schema validation.
778
766
  - Upgrade TypeDoc dependency to 0.14.2
779
767
  - Updated BIS and EC schema validation documentation and adjusted diagnostic codes to match documentation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/ecschema-metadata",
3
- "version": "3.0.0",
3
+ "version": "3.1.0-dev.12",
4
4
  "description": "ECObjects core concepts in typescript",
5
5
  "license": "MIT",
6
6
  "main": "lib/cjs/ecschema-metadata.js",
@@ -23,9 +23,9 @@
23
23
  },
24
24
  "devDependencies": {
25
25
  "@bentley/units-schema": "^1.0.5",
26
- "@itwin/build-tools": "3.0.0",
27
- "@itwin/core-bentley": "3.0.0",
28
- "@itwin/eslint-plugin": "3.0.0",
26
+ "@itwin/build-tools": "3.1.0-dev.12",
27
+ "@itwin/core-bentley": "3.1.0-dev.12",
28
+ "@itwin/eslint-plugin": "3.1.0-dev.12",
29
29
  "@types/almost-equal": "1.1.0",
30
30
  "@types/benchmark": "^2.1.0",
31
31
  "@types/chai": "^4.1.4",
@@ -46,7 +46,7 @@
46
46
  "typescript": "~4.4.0"
47
47
  },
48
48
  "peerDependencies": {
49
- "@itwin/core-bentley": "^3.0.0"
49
+ "@itwin/core-bentley": "^3.1.0-dev.12"
50
50
  },
51
51
  "dependencies": {
52
52
  "almost-equal": "^1.1.0"