Skip to content

Commit d2d81ac

Browse files
release v2.3.0
1 parent 4091776 commit d2d81ac

12 files changed

+66
-66
lines changed

dist/browser/esm/dynamics-web-api.js

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/browser/esm/dynamics-web-api.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/dynamics-web-api.js

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/dynamics-web-api.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dynamics-web-api.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! dynamics-web-api v2.3.0-beta (c) 2025 Aleksandr Rogov. License: MIT */
1+
/*! dynamics-web-api v2.3.0 (c) 2025 Aleksandr Rogov. License: MIT */
22
/**
33
* Microsoft Dataverse Web API helper library for Node.js and Browser.
44
* It is compatible with: Dataverse, Dynamics 365 (online), Dynamics 365 (on-premise), Dynamics CRM 2016, Dynamics CRM Online.
@@ -989,10 +989,10 @@ export type SearchApiOptions = {
989989
*/
990990
escapeSpecialCharacters?: boolean;
991991
/**
992-
* Disables compatibility of the responses between v1 and v2.
993-
* Enabling this option is highly recommended, because all response properties are duplicated by default for compatibility reasons.
992+
* Enables compatibility of the responses between v1 and v2.
993+
* Only enable this option temporarily, because it will force all response properties to be duplicated to achieve a full compatibility.
994994
*/
995-
disableResponseCompatibility?: boolean;
995+
enableResponseCompatibility?: boolean;
996996
};
997997
export interface ApiConfig<TOptions = any> {
998998
/** API Version to use, for example: "9.2" or "1.0". */

dist/dynamics-web-api.js

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dynamics-web-api.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)