Change Log

<pre> v1.4.1 [MOD-1760] Added support for certificate pinning

v1.4.0 [MOD-1601] Added pushPageSize and pullPageSize properties to syncConfig [MOD-1588] Filter out extraneous progress events

v1.3.0 [MOD-1583] Added suppressDuplicateErrors [MOD-1586] Added DATASTREAM, SENDSTREAM, and NETWORK_RETRY progress events

v1.2.0 [MOD-1561] Added getPendingChanges method [MOD-1571] Added pingTest method

v1.1.0 [MOD-1518] Added networkRetryAttempts to retry requests on network errors [MOD-1519] Output server and network times for each request

v1.0.1 [MOD-1517] Fixed issue when passing models array for push operations

v1.0.0 [MOD-1507] Improved memory usage in sendRequest closure [MOD-1513] External 'file not found' errors should fail push requests

v0.9.0 [MOD-1460] Refactored push logic to push each model w/paging support

v0.6.4 [MOD-1487] Cleaned up a few cursor objects for memory optimization

v0.6.3 [MOD-1449] Added 'fullReplace' as an option for the 'sync' call

v0.6.2 [MOD-1484] Added 'beforeSendCallback' to connector

v0.6.1 [MOD-1477] Ignore id and modifiedon fields for queued updates

v0.6.0 [MOD-1461] Added filtering to models during sync

v0.5.4 [MOD-1440] Handle invalid modelIds in push requests

v0.5.3 [MOD-1456] Fixed issue with batchUpdate when running on Android

v0.5.2 [MOD-1443] Implemented logging support and analytics. [MOD-1450] Fixed issue where 'cancel' was not completely canceling the operation [MOD-1448] Improved error message for missing database fields

v0.5.1 [MOD-1441] Added queryCallback to allow application updates to the query before pull

v0.5.0 [MOD-1437] Optimized detection of modified records for pulled records

v0.4.6 [MOD-1435] Fixed issue where last table results were not included when sync is cancelled [MOD-1436] Added default idAttribute property to connector

v0.4.5 [MOD-1425] Removed sessionToken property

v0.4.4 [MOD-1426] Removed REQUEST_* progress notifications

v0.4.3 [MOD-1421] Workaround issue with x-session in the request header

v0.4.2 Added new example applications

v0.4.1 Added documentation

v0.4.0 Added support for external files on push and pull Added support for canceling current operation stack

v0.3.0 Integration with appcelerator.syncserver.server

v0.1.0 Basic definition of client-side APIs