Skip to content

Releases: XRM-OSS/Xrm-WebApi-Client

Release v4.0.6

06 Nov 00:29
5b53276
Compare
Choose a tag to compare

Some tweaks, hopefully zip deployment starts working

Release v4.0.5

06 Nov 00:13
5ff5207
Compare
Choose a tag to compare

Make release publish a zip file again

Release v4.0.4

06 Nov 00:03
8d4a8e9
Compare
Choose a tag to compare

Fix for empty releases using Github Actions

Release v4.0.3

05 Nov 23:48
e4ea5e6
Compare
Choose a tag to compare

Fixed various small things in build

Release v4.0.2

05 Nov 23:10
3d00905
Compare
Choose a tag to compare

Make GitHub actions publish to npm and github packages

Release v4.0.1

05 Nov 22:57
f5fd78b
Compare
Choose a tag to compare

This release fixes a bug where Xrm-WebApi-Client would not be able to parse errors inside batch responses. Thanks a lot to @martinlaukkanen for submitting the PullRequest containing the fix!

In addition to that, the toolchain was modernized to get rid of many outdated dependencies which had audit issues.

Release v4.0.0

07 Jul 06:00
ce60fd8
Compare
Choose a tag to compare

This release changed how typings export this library.
The default export was removed, instead we now have an explicit export of the whole module.
This is because we otherwise can't use this library inside PCF controls.
Starting from this release, WebApiClient can also be used inside PCF controls 👍

For importing this library in your code, you can use this line:

import * as WebApiClient from "xrm-webapi-client";

Release v3.6.16

14 Jul 21:51
Compare
Choose a tag to compare

Travis CI, again...

Release v3.6.15

14 Jul 21:32
Compare
Choose a tag to compare

Updated travis build, retrigger publish to npm

Release v3.6.14

25 Apr 22:37
Compare
Choose a tag to compare

Fixes for errors in queryParams retrieve requests.
If you're on CRM online, you should update to this version.