Skip to content

Releases: Cutehacks/duperagent

v1.5.0

Choose a tag to compare

@jrbarron jrbarron released this 20 Mar 21:23

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.1

Choose a tag to compare

@jrbarron jrbarron released this 21 Sep 08:26

Minor bug fixes.

v1.2.0

Choose a tag to compare

@jrbarron jrbarron released this 20 Sep 13:22

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

Choose a tag to compare

@jrbarron jrbarron released this 12 Aug 07:35

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

Choose a tag to compare

@jrbarron jrbarron released this 05 Aug 09:42

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

Choose a tag to compare

@jrbarron jrbarron released this 04 Aug 10:40

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