Xrm WebApi Client Versions Save

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

v4.0.6

2 years ago

Some tweaks, hopefully zip deployment starts working

v4.0.5

2 years ago

Make release publish a zip file again

v4.0.4

2 years ago

Fix for empty releases using Github Actions

v4.0.3

2 years ago

Fixed various small things in build

v4.0.2

2 years ago

Make GitHub actions publish to npm and github packages

v4.0.1

2 years ago

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.

v4.0.0

3 years ago

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

v3.6.16

4 years ago

Travis CI, again...

v3.6.15

4 years ago

Updated travis build, retrigger publish to npm

v3.6.14

5 years ago

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