Skip to content

Releases: eldarion/eldarion-ajax

0.13.0

14 Apr 15:28
Compare
Choose a tag to compare
  • Fixed some typos in README (#78, #53)
  • Added support for handling 403 errors (#72)
  • Add UMD support (#77)

0.12.0

14 Apr 15:22
Compare
Choose a tag to compare

Added a triggerHandler for easy manipulation of data prior to sending to server

0.11.0

01 Aug 22:47
Compare
Choose a tag to compare

Added support for sending data with a.click

0.10.0

01 Aug 22:47
Compare
Choose a tag to compare

Closed #38 by adding support for setting up interval and timeout timers

0.9.2

01 Aug 22:46
Compare
Choose a tag to compare
  • Renamed components.json to bower.json
  • Factored AJAX request logic into a shared function between form.submit and a.click

0.9.1

12 Jul 00:14
Compare
Choose a tag to compare

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