Releases: Cutehacks/duperagent
Releases · Cutehacks/duperagent
v1.5.0
New API:
- Added two new functions for fine grained control over per-request caching:
cacheSave
to control saving to the cache
cacheLoad
to control loading from the cache
v1.2.0
New API:
- Added a new Promise API exposed via
then()
function
- Added a new API for accessing secure connection information such as:
getPeerCertificate()
getCipher()
getProtocol()
Bug fixes:
- Make
use()
useable by exposing request properties.
v1.1.0
New API:
- Added the
on
function for registering event listeners for things like progress
- Added a new function to clear all local cookies
Minor fixes:
- Removed a warning when cookie store file not found when reading
v1.0.1
Critical bug fix release:
- Fix a bug with cookie jar where cookies were not persisted.
Minor fixes:
- Remove unused variables
- Add a new new autotest for caching
v1.0.0
Initial feature complete release of DuperAgent. Since the last release, this version contains:
- Fixes for caching
- Support for cookie jar
- Support for using system proxy
- Automatic registering of QML types