Skip to content

Releases: XRM-OSS/Xrm-WebApi-Client

Release v2.1.0

01 Feb 21:51
Compare
Choose a tag to compare

This release features the initial implementations for all actions and functions described on MSDN pages.

Release v2.0.0

29 Jan 02:08
Compare
Choose a tag to compare

This release features addition of the WebApiClient.Execute function, which allows execution of actions and functions.
Some requests have already been implemented, there's more to come!

Release v1.16

27 Jan 20:57
Compare
Choose a tag to compare

This release features prettified errors by default, or stringified JSON responses if wanted.
Profit!

Release v1.15

14 Jan 13:57
Compare
Choose a tag to compare

This release features the possibility to return all pages when retrieving multiple records either per queryParams or per FetchXML.
Enjoy!

Release v1.14

12 Dec 11:44
Compare
Choose a tag to compare

This release features the possibility to retrieve by fetchXml and addition of xml comments to the public WebApiClient functions for easing development.

Release v1.13

27 Oct 22:47
Compare
Choose a tag to compare

This release features the possibility to override automatically generated set names if actual set names differ.

Release v1.12

27 Oct 18:52
Compare
Choose a tag to compare

This release features implementation of retrieve by alternate key.

Release v1.11

23 Oct 19:25
Compare
Choose a tag to compare

This release features exposure of WebApiClient.SendRequest, which allows to send requests, that are not yet implemented in the client.

Release v1.10

23 Oct 13:50
Compare
Choose a tag to compare

This release features implementation of Associate and Disassociate requests.
In addition to that, bluebird overrides native Promise implementations too, to give you the same Promise experience on all browsers.

Release v1.9

23 Oct 11:36
Compare
Choose a tag to compare

This release finally exports Promise to the global namespace, in case it is not already defined. This is for supporting flexible queries in IE, without having to bundle bluebird again.