- Created v1.2.0
- Updated version in package.json, component.json and index.js
- Fixed jQuery dependency in component.json to
"components/jquery": "1.11"
- Fixed link to api on Apiary.io
- Added statusText from apiary to console.log on success requests
- Set up to require jQuery library > v2 for compatibility for older IE's
- Renamed
waiting
state todelay
- Updated and testet ability to use both POST and GET methods
- Updated options,
method
,contentType
,url
anddata
now can be set in options as function or as variable - added
event.preventDefault()
- created global flag
window.activeAJAX
- emited actual state name
- First public release