Skip to content

Releases: Kir-Antipov/SimpleAjax

SimpleAjax 4.3

05 Nov 03:23
Compare
Choose a tag to compare
  • Added onUploadProgress method

SimpleAjax 4.2

05 Nov 03:00
Compare
Choose a tag to compare
  • Added onProgress method

SimpleAjax 4.1

15 Oct 12:37
Compare
Choose a tag to compare
  • Now form is locked until a response is received

SimpleAjax 4.0

27 Sep 21:36
Compare
Choose a tag to compare
  • Bugfix
  • Some minor improvements
  • Naming change

SimpleAjax 3.0

25 Sep 20:13
Compare
Choose a tag to compare
  • Now ajax response has some new fields:

    • hasError (boolean) - true if server returned an error code
    • headers (object) - dictionary of response headers
  • More options are available now:

    • headers (object) - dictionary of request headers
    • beforeSend (function(XMLHttpRequest)) - function for modifying a request before sending it
    • beforeReturn (function(AjaxResult, XMLHttpRequest)) - function for modifying a response before returning it
    • modifier (object) - object with properties beforeSend or/and beforeReturn (works the same as the functions above)
  • Small but useful extension:

    • Now HTMLFormElement (<form>) has addAjax function. It will allow you to automatically process the form using ajax

SimpleAjax 2.0

07 Sep 19:21
Compare
Choose a tag to compare

Fixes and Improvements

  • Fixed exception on error codes
  • Renamed responseObject to value (it was too long)
  • Now it's possible to pass HTMLFormElement as the main argument

SimpleAjax 1.1

19 Aug 12:23
Compare
Choose a tag to compare
  • Minor improvements

SimpleAjax 1.0

17 Aug 10:11
Compare
Choose a tag to compare
  • Initial release