We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2a98e commit a36d28aCopy full SHA for a36d28a
README.md
@@ -215,7 +215,7 @@ Then run ```grunt```.
215
Release Note
216
---
217
218
-**[future] 0.2.0**
+**0.2.0**
219
* Remove deprecated XHR and Qajax.TIMEOUT
220
* Rename `ie` default to `cache`
221
* Change defaults to more logical ones: `cache` is only true on `msie` and `logs` are now disabled by default.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "qajax",
3
- "version": "0.1.6",
+ "version": "0.2.0",
4
"description": "Simple Promise ajax library based on Q",
5
"keywords": [
6
"q",
0 commit comments