Skip to content

Releases: elo7/ajax-amd

Adds terser and eslint to the project

01 Feb 14:25
Compare
Choose a tag to compare

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

04 May 18:19
Compare
Choose a tag to compare

Updates dev dependencies only. Replaces mocha-phantomjs with mocha-chrome and removes sleep.

Fixing get ajax for empty params

03 Aug 18:53
Compare
Choose a tag to compare

Prevents errors by verifying empty parameters passed by URI in a get request made by ajax.

Release 1.3.4 version

10 May 14:20
Compare
Choose a tag to compare

Fixes broken unit tests.

Published on NPM

18 Apr 12:58
Compare
Choose a tag to compare

Now ajax-amd is published on NPM as elo7-ajax-amd

Support sending attachments as formData

06 Feb 10:20
Compare
Choose a tag to compare

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

28 Dec 14:56
Compare
Choose a tag to compare
Merge pull request #9 from elo7/ISSUE-8

[ISSUE-8] - Add support for PUT and DELETE http methods

1.1.2

28 Dec 14:55
Compare
Choose a tag to compare
Merge pull request #10 from elo7/bug-accept

Bug accept header

Add support to requests with JSON response

05 Dec 19:15
Compare
Choose a tag to compare
Merge pull request #6 from elo7/ISSUE-5

[ISSUE-5] - Fix json data on body for post requests

Remove qwest dependency

15 Aug 13:41
Compare
Choose a tag to compare

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.