Releases: XRM-OSS/Xrm-WebApi-Client
Release v1.8
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
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
Throwing propper errors on bluebird reject and elsewhere.
Also gets rid of bluebird warnings.
Release v1.5
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
Added possibility for adding own default headers and per-request headers.
Release v1.3
First release to feature automated artifacts containing minified file containing all used licenses.
Release v1.2
Release deleted, license comment was accidentally removed while uglyfying.
Release v1.1
Making Travis Release Artifacts work.
Release v1.0
This is the initial release