0.9.1
0.9.1
- Provide data defaults in case the server didn't return response data. This allows for a more consistent method for writing handlers.
0.9.0
This was a very minor release. Should have likely been a 0.7.3, except that I wanted to start versioning eldarion-ajax-core.js and eldarion-ajax-handlers.js separately and maintain a combined eldarion-ajax.min.js version on top of that, which I reasoned should warrant a point release, however, I made the mistake of going to 0.9.0 instead of just 0.8.0.
- Did a bunch of non-functional internal improvements
- Added test suite with tests running across latest 4 versions of jQuery
- Fixed issues identified by linting
- Updated internal style
- Added some documentation
- Hooked up Travis CI integration
- Fixed bug in the fragments handlers
0.8.0
Skipped this version by mistake
0.7.2
- Closed #36 by sending X-Eldarion-Ajax header with each AJAX request
0.7.1
- Closed #25 by triggering event for status code 400