Releases: XRM-OSS/Xrm-WebApi-Client
Release v4.0.6
Some tweaks, hopefully zip deployment starts working
Release v4.0.5
Make release publish a zip file again
Release v4.0.4
Fix for empty releases using Github Actions
Release v4.0.3
Fixed various small things in build
Release v4.0.2
Make GitHub actions publish to npm and github packages
Release v4.0.1
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
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
Travis CI, again...
Release v3.6.15
Updated travis build, retrigger publish to npm
Release v3.6.14
Fixes for errors in queryParams retrieve requests.
If you're on CRM online, you should update to this version.