TJ Holowaychuk is announcing that Super Agent with version number 1.4.0 is already available to download.
What is Super Agent ?
Super Agent is A tiny JavaScript library for handling HTTP requests, working with client-side (browsers) and server-side (Node.js) environments .
Super Agent features a progressive AJAX API which can be used for developing interactive website and Web-based applications.The library wishes to present itself as a smaller and friendlier alternative to the jQuery Ajax API.Under the hood, Super Agent is nothing more than a simple JavaScript tool that handles client-side HTTP requests, with a Node.js module that mimics the way HTTP requests are handled on the client’s side.Super Agent documentation is included with the download package.
This is changelog for Super Agent version 1.4.0 :
- Add progress events to downloads
- Add support for 308 redirects
- Update node-form-data dependency
- Update to work in react native
You can read the complete changelog and also download this latest version on their homepage: visionmedia.github.io