v. 1.0.4
Bugfix and new feature
In this release you can add a before and after handler for all ajax requests in your application.
This can be done like this:
//before handler
QQuery.setup.ajax.before = function() {
//do something
}
//after handler
QQuery.setup.ajax.after = function(statusCode) {
console.log('status: ', statusCode);
}
Also I've updated the webpack so the minified file is now only 6.5 kb