Releases: XRM-OSS/Xrm-WebApi-Client
Release v2.1.0
This release features the initial implementations for all actions and functions described on MSDN pages.
Release v2.0.0
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
This release features prettified errors by default, or stringified JSON responses if wanted.
Profit!
Release v1.15
This release features the possibility to return all pages when retrieving multiple records either per queryParams or per FetchXML.
Enjoy!
Release v1.14
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
This release features the possibility to override automatically generated set names if actual set names differ.
Release v1.12
This release features implementation of retrieve by alternate key.
Release v1.11
This release features exposure of WebApiClient.SendRequest, which allows to send requests, that are not yet implemented in the client.
Release v1.10
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
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.