Releases: XRM-OSS/Xrm-WebApi-Client
Release v3.6.1
This release features bug fixes for the TypeScript typings.
Release v3.6.0
This release adds support for using the library outside of CRM for creating single page applications.
Release v3.5.1
Export TypeScript type definitions as module.
Release v3.5.0
This release features initial addition of TypeScript type definitions.
Release v3.4.2
This is a bug fix release that fixes #19.
Release v3.4.1
This release features enhancement of issue 16: Using delete request to clear single fields.
Release v3.4.0
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
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
Documentational changes and addition of test coverage metrics on build.
Release v3.3.0
This releases features the possibility to also update and delete records by their alternate key. Previously only retrieving was supported.