Releases: elo7/ajax-amd
Adds terser and eslint to the project
The code is automatically checked for standards using eslint, so that we can keep a single standard throughout the code. Also, having terser in the project helps releasing new versions without recurring to external tools.
Update dependencies
Updates dev dependencies only. Replaces mocha-phantomjs
with mocha-chrome
and removes sleep
.
Fixing get ajax for empty params
Prevents errors by verifying empty parameters passed by URI in a get request made by ajax.
Release 1.3.4 version
Fixes broken unit tests.
Published on NPM
Now ajax-amd is published on NPM as elo7-ajax-amd
Support sending attachments as formData
Now when a multipart/form-data is sent, the payload is converted to formData.
This way we can send attachments with ajax.
Add support for PUT and DELETE http methods
Merge pull request #9 from elo7/ISSUE-8 [ISSUE-8] - Add support for PUT and DELETE http methods
1.1.2
Merge pull request #10 from elo7/bug-accept Bug accept header
Add support to requests with JSON response
Merge pull request #6 from elo7/ISSUE-5 [ISSUE-5] - Fix json data on body for post requests
Remove qwest dependency
This version removes dependency on the qwest library. Now requests are made using the XMLHttpRequest
API directly.
Now only modern (IE >= 10) browsers are supported.