Skip to content

Releases: XRM-OSS/Xrm-WebApi-Client

Release v3.6.1

18 Aug 19:53
Compare
Choose a tag to compare

This release features bug fixes for the TypeScript typings.

Release v3.6.0

19 Jul 22:02
Compare
Choose a tag to compare

This release adds support for using the library outside of CRM for creating single page applications.

Release v3.5.1

09 Jul 10:21
Compare
Choose a tag to compare

Export TypeScript type definitions as module.

Release v3.5.0

09 Jul 09:26
Compare
Choose a tag to compare

This release features initial addition of TypeScript type definitions.

Release v3.4.2

09 Jun 11:26
Compare
Choose a tag to compare

This is a bug fix release that fixes #19.

Release v3.4.1

29 May 22:55
Compare
Choose a tag to compare

This release features enhancement of issue 16: Using delete request to clear single fields.

Release v3.4.0

13 May 21:55
Compare
Choose a tag to compare

This release features full support for sending batch requests, to get the benefits of transactions.

You can send pretty much every request as batch, please refer to the updated ReadMe for more details.

Release v3.3.2

11 May 19:54
Compare
Choose a tag to compare

FetchXml paging was broken, due to the CRM always returning "2" as pagenumber inside the cookie (CRM bug?).
We now parse the pagenumber from the paging cookie string and increment it to work around the issue.

Release v3.3.1

26 Apr 10:45
Compare
Choose a tag to compare

Documentational changes and addition of test coverage metrics on build.

Release v3.3.0

23 Apr 14:28
Compare
Choose a tag to compare

This releases features the possibility to also update and delete records by their alternate key. Previously only retrieving was supported.