Releases: oracle/offline-persistence-toolkit
1.5.7
1.5.6
1.5.5
[FIXED] PersistenceRequest has been updated to only override for versions of Safari that are lower than 14.1. For older Safari versions, PersistenceRequest.arrayBuffer() is updated to generate the arraybuffer directly rather than going from text to arrayBuffer.
[UPDATED] Tests now run with karma-mocha instead of puppeteer
1.5.4
[UPDATED] pouchdb 7.0.0 to 7.2.2
PouchDB library has been upgraded to v7.2.2
1.5.3
[Added] QUERY HANDLER SHOULD SUPPORT SORTING
The default query handlers supplied by toolkit earlier, in particular the Oracle-specific
one, was not support sorting. With this release it is supported in the query handlers.
1.5.2
1.5.1
1.4.9
1.4.8
1.4.7
[Added] PersistenceXMLHttpRequests now allow for Abort/Timeout/Upload functionality.
The Abort and Timeout features both require the AbortController API to be present within the browser otherwise will they will result in a no op. For Timeouts, the timeout event will fire but without the AbortController API, the request to the server itself is not aborted after timing out.
IE11 does not have the AbortController API.