Skip to content

Releases: tomFlidr/ajax.js

Javascript AJAX (ajax.js) - v1.0.16

16 Dec 10:52

Choose a tag to compare

Added

  • Normalized escaped ampersands in url if necessary.

Full Changelog: v1.0.15...v1.0.16

Javascript AJAX (ajax.js) - v1.0.15

29 Oct 13:39

Choose a tag to compare

Added

  • Static handlers are always called even if standard success or error callback thrown an error,
  • Implemented already serialized params in GET requests,
  • ES modules support.
  • Code minification,
  • Examples for TypeScript.

Fixed

  • Url completing in some special cases,
  • Example PHP scripts.

Full Changelog: v1.0.14...v1.0.15

Javascript AJAX (ajax.js) - v1.0.14

07 Aug 13:31

Choose a tag to compare

Fixed

  • Data encoding when null value.

Javascript AJAX (ajax.js) - v1.0.13

18 Jan 02:55

Choose a tag to compare

Fixed

  • Array stringify.

Javascript AJAX (ajax.js) - v1.0.12

31 Oct 21:12

Choose a tag to compare

Changed

  • POST params also encoded by encodeURIComponent().

Javascript AJAX (ajax.js) - v1.0.11

06 Sep 16:25

Choose a tag to compare

Added

  • Boolean property cache in all AJAX calls, false by default.
  • Cache buster property is configurable.

Fixed

  • GET request param values encoding.
  • Data object is not changed anymore by any AJAX call.

Javascript AJAX (ajax.js) - v1.0.10

25 Aug 12:50

Choose a tag to compare

New

  • New js wrapper with global variable for browsers or Node.JS.
  • Check for globalVar.Ajax existence before initialization.
  • Linux build tools.

Updated

  • Google Closure Compiller binary.
  • Windows build tools.

Javascript AJAX (ajax.js) v1.0.9

29 Mar 13:48

Choose a tag to compare

Fixed

  • TypeScript types initializations.

Removed

  • Archived ZIP files.

Javascript AJAX (ajax.js) v1.0.7

01 Sep 17:30

Choose a tag to compare

Fixed

  • JSON response parsing primary by JSON.parse() to be more useable with Content Security Policy headers.

Javascript AJAX (ajax.js) v1.0.6

16 Sep 18:03

Choose a tag to compare

TypeScript type definition fixes for error handler arguments.