Skip to content

Releases: XRM-OSS/Xrm-WebApi-Client

Release v4.1.6

03 May 05:21
04a8e0a
Compare
Choose a tag to compare

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

Release v4.1.5

02 May 12:58
4284e3b
Compare
Choose a tag to compare

🐛 Bugfix: Fix typings for GetSetName

Release v4.1.4

02 May 12:56
a9c8901
Compare
Choose a tag to compare

✨ Extended typings for apiVersion property

Release v4.1.3

02 May 12:53
5ee2379
Compare
Choose a tag to compare

✨ Support for setting API version per request

Release v4.1.2

02 May 05:58
d1619e5
Compare
Choose a tag to compare

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

Release v4.1.1

06 Apr 07:59
a24e7a9
Compare
Choose a tag to compare

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

Release v4.1.0

31 Mar 11:28
46f78a5
Compare
Choose a tag to compare

✨ 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/";

Release v4.0.9

17 Nov 21:32
21e7992
Compare
Choose a tag to compare

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

Release v4.0.8

16 Nov 23:38
Compare
Choose a tag to compare

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

Release v4.0.7

06 Nov 00:41
14ec6f0
Compare
Choose a tag to compare

Publish to npm again