@itwin/core-bentley 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 +12 -37
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,31 +1,6 @@
1
1
  # Change Log - @itwin/core-bentley
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
- - Drop deprecated ElectronUtils and Id methods.
11
- - make ChangeSetApplyOption @internal - to be removed in future
12
- - add MarkRequired utility type
13
- - assert accepts a function for condition and/or message, and does nothing unless NODE_ENV-development or explicitly enabled.
14
- - Upgrade target to ES2019 and deliver both a CommonJs and ESModule version of package
15
- - Add ByteStream.nextUint24.
16
- - added UnexpectedErrors class
17
- - allow intercept log and filter it
18
- - Add various utility types.
19
- - rename to @itwin/core-bentley
20
- - Support for Node 16
21
- - Deprecate ByteStream constructor in favor of less error-prone initialization methods.
22
- - remove ClientRequestContext and its subclasses
23
- - Deprecated Config and removed config.app usage
24
- - remove ChangeSetApplyOption
25
- - remove ClientRequestContext.current
26
- - Switching to consume new Projects-Client
27
- - Renamed an iModel's parent container to iTwin
28
- - added JSONSchema
3
+ This log was last generated on Wed, 12 Jan 2022 14:52:38 GMT and should not be manually modified.
29
4
 
30
5
  ## 2.19.28
31
6
  Wed, 12 Jan 2022 14:52:38 GMT
@@ -655,7 +630,7 @@ Thu, 28 May 2020 22:48:59 GMT
655
630
  ### Updates
656
631
 
657
632
  - Added FailedToGetProductSettings error
658
- - Setup Guid.normalize() for internal use.
633
+ - Setup Guid.normalize() for internal use.
659
634
  - channel rules
660
635
 
661
636
  ## 2.0.0
@@ -663,12 +638,12 @@ Wed, 06 May 2020 13:17:49 GMT
663
638
 
664
639
  ### Updates
665
640
 
666
- - Monitor progress of downloading briefcases, ability to cancel download of briefcases.
641
+ - Monitor progress of downloading briefcases, ability to cancel download of briefcases.
667
642
  - Update Config.App documentation to reflect the removal of the config.json file
668
643
  - Added ContextDoesNotExist error
669
644
  - BUG273249
670
- - Updated docs.
671
- - Updated error text.
645
+ - Updated docs.
646
+ - Updated error text.
672
647
  - added raw log method that bypass catogory check
673
648
  - order imports.
674
649
  - Add a type guard for `IDisposable`
@@ -702,7 +677,7 @@ Wed, 22 Jan 2020 19:24:11 GMT
702
677
 
703
678
  ### Updates
704
679
 
705
- - VSS$257397: Temporary fix for checking electron renderer.
680
+ - VSS$257397: Temporary fix for checking electron renderer.
706
681
  - Upgrade to TypeScript 3.7.2.
707
682
 
708
683
  ## 1.10.0
@@ -717,7 +692,7 @@ Tue, 10 Dec 2019 18:08:56 GMT
717
692
 
718
693
  ### Updates
719
694
 
720
- - Setup OidcDesktopClient for Electron use cases.
695
+ - Setup OidcDesktopClient for Electron use cases.
721
696
  - Added non-static wait and executeAfter to BeDuration
722
697
  - Fix warnings from static analysis
723
698
  - Added `BeDuration.race` for common timeout operations.
@@ -770,7 +745,7 @@ Mon, 01 Jul 2019 19:04:29 GMT
770
745
  ### Updates
771
746
 
772
747
  - Added OneAtATimeActivity class
773
- - Introduced AsyncMutex - a utility to run async blocks of code in sequence.
748
+ - Introduced AsyncMutex - a utility to run async blocks of code in sequence.
774
749
  - Update to TypeScript 3.5
775
750
 
776
751
  ## 1.0.0
@@ -797,10 +772,10 @@ Mon, 13 May 2019 15:52:05 GMT
797
772
  - Logged the fields in ClientRequestContext
798
773
  - Logging fixes.
799
774
  - Put sourcemap in npm package.
800
- - Fixed logger to not mutate incoming objects.
775
+ - Fixed logger to not mutate incoming objects.
801
776
  - Improved performance logging
802
777
  - Added functions for iterating and obtaining the number of elements of a collection of Id64s represented as an Id64Arg.
803
- - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
778
+ - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
804
779
  - Use TextDecoder to decode binary utf-8 strings if supported.
805
780
  - Upgrade TypeDoc dependency to 0.14.2
806
781
 
@@ -836,7 +811,7 @@ Mon, 14 Jan 2019 23:09:10 GMT
836
811
 
837
812
  ### Updates
838
813
 
839
- - Removed IModelDb's cache of accessToken. For long running operations like AutoPush, the user must explicitly supply an IAccessTokenManager to keep the token current.
814
+ - Removed IModelDb's cache of accessToken. For long running operations like AutoPush, the user must explicitly supply an IAccessTokenManager to keep the token current.
840
815
 
841
816
  ## 0.185.0
842
817
  Fri, 11 Jan 2019 18:29:00 GMT
@@ -943,7 +918,7 @@ Fri, 16 Nov 2018 21:45:44 GMT
943
918
 
944
919
  ### Updates
945
920
 
946
- - Changes to debug utilities.
921
+ - Changes to debug utilities.
947
922
  - Fluentd Bunnyan Logger added
948
923
 
949
924
  ## 0.166.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-bentley",
3
- "version": "3.0.0",
3
+ "version": "3.1.0-dev.12",
4
4
  "description": "Bentley JavaScript core components",
5
5
  "main": "lib/cjs/core-bentley.js",
6
6
  "module": "lib/esm/core-bentley.js",
@@ -22,8 +22,8 @@
22
22
  "url": "http://www.bentley.com"
23
23
  },
24
24
  "devDependencies": {
25
- "@itwin/build-tools": "3.0.0",
26
- "@itwin/eslint-plugin": "3.0.0",
25
+ "@itwin/build-tools": "3.1.0-dev.12",
26
+ "@itwin/eslint-plugin": "3.1.0-dev.12",
27
27
  "@types/chai": "^4.1.4",
28
28
  "@types/chai-as-promised": "^7",
29
29
  "@types/mocha": "^8.2.2",