Skip to content

Releases: thuld/CrmFetchKit

3.5.0 - Support for Set-State and removed dependencies to bower

02 Feb 11:41
Compare
Choose a tag to compare

3.3.2 - SOAP Retrieve for GetById /GetByIdSync

02 Nov 10:43
Compare
Choose a tag to compare

Since version 3.3.2 uses the method GetById and GetByIdSync the SOAP Retrieve method. This was needed because the old approach to derive the primary attr. base on the entity name is not working for activities (appointment -> activityid and not appointmentid).

3.3.1 - Better handling for "getServerUrl"

23 Sep 06:58
Compare
Choose a tag to compare

The methods "context.isOutlookClient" and "context.isOutlookOnline" are
not supported by Dynamics CRM 2015

3.3.0 - New Public Member: Promise

21 Sep 06:45
Compare
Choose a tag to compare

Since version 3.3.0 support exposes the library the object Promise. This is only the reference
to the internally used bluebird library.

v3.2.0 - FetchByPage

18 May 06:18
Compare
Choose a tag to compare

New method "FetchByPage", see documentation for details.

v3.1.1 - bug fix for "FetchAll"

13 May 11:35
Compare
Choose a tag to compare

In the previous version the "FetchAll" did not return all records, instead only the records included in the last page of the result set. Soin instead of 5004 record, return the method only 4 records.

v3.1.0

09 Mar 07:58
Compare
Choose a tag to compare
Updated docu. (Dynamics CRM 2015)

v3.0.0

14 Jan 15:20
Compare
Choose a tag to compare

This version replaced jQuery dependency with bluebird. Due to the use of bluebird instead of jQuery, some method are no longer available by the returned promise:

  • always instead use finally
  • fail instead use catch

Breaking Changes
The optional async for Fetch, FetchMore and Assign is no longer supported. All methods are now async. That means that CrmFetchKit.Fetch(xml, false) will not perform a synchronous operation. To execute a sync operation use one of the *Sync methods (e.g. FetchSync, FetchMoreSync).

Furthermore supports the library now the methods GetById and GetByIdSync.

v.2.2.1

13 Jan 08:18
Compare
Choose a tag to compare

The tests were not correct in some cases. The package.json was not valid.

v2.2.0

12 Jan 12:07
Compare
Choose a tag to compare

First version of the CrmFetchKit hosted on GitHub