Xrm WebApi Client Versions Save

A promise-based JavaScript library for the Microsoft Dynamics CRM WebApi - TypeScript type definitions available

v4.1.6

1 year ago

🐛 Bugfix: SendAsync did not have the same file upload handling as SendSync. This is now aligned.

v4.1.5

1 year ago

🐛 Bugfix: Fix typings for GetSetName

v4.1.4

1 year ago

✨ Extended typings for apiVersion property

v4.1.3

1 year ago

✨ Support for setting API version per request

v4.1.2

1 year ago

✨ Support for sending file objects without mutating the input to allow for easy usage of file and image fields

v4.1.1

1 year ago

🐛 Bugfix: Alternate Key URL properties that are lookups may not have their value surrounded by single quotes. This release takes this into consideration.

v4.1.0

1 year ago

✨ Support for PowerApps Portals via setting of WebApiClient.ClientUrl to /_api/.

Like below:

WebApiClient.ClientUrl = "/_api/";

For TypeScript you currently have to use a workaround, we're working on a fix:

(WebApiClient as any).ClientUrl = "/_api/";

v4.0.9

2 years ago

Removed if-none-match default header as it sometimes caused issues on retrieveMultiple

v4.0.8

2 years ago

NodeJS imports were broken since v4.0.1, now both nodejs and commonjs exports are working via UMD again.

v4.0.7

2 years ago

Publish to npm again