Skip to content

Releases: Cutehacks/duperagent

v1.5.0

20 Mar 21:23
Compare
Choose a tag to compare

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

21 Sep 08:26
Compare
Choose a tag to compare

Minor bug fixes.

v1.2.0

20 Sep 13:22
Compare
Choose a tag to compare

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

12 Aug 07:35
Compare
Choose a tag to compare

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

05 Aug 09:42
Compare
Choose a tag to compare

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

04 Aug 10:40
Compare
Choose a tag to compare

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