Skip to content

Releases: XRM-OSS/Xrm-WebApi-Client

Release v1.8

22 Oct 11:16
Compare
Choose a tag to compare

Promise is being exported by WebApiClient now, too.
This is a fix for Promise not being available in IE. Normal attaching to .then and .catch would have been possible previously, but now you can also do things like Promise.all without having to attach bluebird or another Promise framework yourself.

Release v1.7

21 Oct 19:58
Compare
Choose a tag to compare

This release features the build being a standalone build.
This is for enhancing working with Promises in IE, since it would not be able to use feature like Promise.all without bundling a promise framework additionally.

Release v1.6

19 Oct 20:54
Compare
Choose a tag to compare

Throwing propper errors on bluebird reject and elsewhere.
Also gets rid of bluebird warnings.

Release v1.5

18 Oct 16:52
Compare
Choose a tag to compare

This is a bugfix release.

Bugs fixed:

  • Fixed bug that prevented default headers from being attached
  • Added Content-Type application/json with charset utf-8 to default headers
  • Only adding requestParams to retrieve request if set, otherwise "undefined" was appended.

Release v1.4

17 Oct 21:57
Compare
Choose a tag to compare

Added possibility for adding own default headers and per-request headers.

Release v1.3

16 Oct 21:36
Compare
Choose a tag to compare

First release to feature automated artifacts containing minified file containing all used licenses.

Release v1.2

16 Oct 21:08
Compare
Choose a tag to compare

Release deleted, license comment was accidentally removed while uglyfying.

Release v1.1

16 Oct 21:04
Compare
Choose a tag to compare

Making Travis Release Artifacts work.

Release v1.0

16 Oct 20:59
Compare
Choose a tag to compare

This is the initial release