Releases: tomFlidr/ajax.js
Releases · tomFlidr/ajax.js
Javascript AJAX (ajax.js) - v1.0.16
Javascript AJAX (ajax.js) - v1.0.15
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
Fixed
- Data encoding when null value.
Javascript AJAX (ajax.js) - v1.0.13
Fixed
Arraystringify.
Javascript AJAX (ajax.js) - v1.0.12
Changed
- POST params also encoded by
encodeURIComponent().
Javascript AJAX (ajax.js) - v1.0.11
Added
- Boolean property
cachein all AJAX calls,falseby 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
New
- New js wrapper with global variable for browsers or Node.JS.
- Check for
globalVar.Ajaxexistence before initialization. - Linux build tools.
Updated
- Google Closure Compiller binary.
- Windows build tools.
Javascript AJAX (ajax.js) v1.0.9
Fixed
- TypeScript types initializations.
Removed
- Archived ZIP files.
Javascript AJAX (ajax.js) v1.0.7
Fixed
- JSON response parsing primary by
JSON.parse()to be more useable with Content Security Policy headers.
Javascript AJAX (ajax.js) v1.0.6
TypeScript type definition fixes for error handler arguments.