10000 Tags · Cutehacks/duperagent · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Cutehacks/duperagent

Tags

qpm/1.5.0

Toggle qpm/1.5.0's commit message
Document 'cacheSave' and 'cacheLoad'

These functions are not part of Superagent so we should document them
seperately.

qpm/1.4.0

Toggle qpm/1.4.0's commit message
Bump version to 1.4.0

This version registers the types with captial letters so we need to
bump the minor version here since this is the same as adding new API.

qpm/1.3.0

Toggle qpm/1.3.0's commit message
Do not initialize m_data as an object.

m_data should be initialized as 'undefined' (the default) instead of as
an empty object to avoid the code path in send() where we attempt to
merge data.

qpm/1.2.1

Toggle qpm/1.2.1's commit message
Bump to version v1.2.1

qpm/1.2.0

Toggle qpm/1.2.0's commit message
Update the docs with new features.

qpm/1.1.0

Toggle qpm/1.1.0's commit message
Bump to version v1.1.0 after adding new API.

Changes:
- Implemented the 'on' function for getting request progress.
- Added API for clearing all cookies
- Removed warning

qpm/1.0.1

Toggle qpm/1.0.1's commit message
Bump to version v1.0.1.

This fixes a critical bug in the cookie jar implementation that resulted
in the persistant part not working at all.

qpm/1.0.0

Toggle qpm/1.0.0's commit message
Hopefully fix the missing display error on TravisCI.

qpm/0.10.7

Toggle qpm/0.10.7's commit message
Bump to version v0.10.7

Bug fixes in this release:

- Send compact JSON to reduce network bandwidth
- Support for stringifying form data
- Ensure we fallback to text when parsing an unsupported type
- Correctly resolve file paths that uses schemes

qpm/0.10.6

Toggle qpm/0.10.6's commit message
Merge pull request #2 from capisce/jsonvalueiteratorcrash

Some crash / infinite loop fixes
0