Comparing version 0.6.0 to 0.6.1
@@ -0,1 +1,6 @@ | ||
## 0.6.1 | ||
* Fix: Documentation fix | ||
## 0.6.0 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "restful-js", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Simple and generic JavaScript class to handle REST API calls", | ||
@@ -5,0 +5,0 @@ "author": "Ziv Levy (https://github.com/zivl)", |
@@ -63,3 +63,3 @@ # Restful JS | ||
// later on... | ||
let restfulAPI = new RestAPIUtil({ | ||
let restfulAPI = new RestfulAPI({ | ||
errorResponseHandler: (xhr, textStatus, errorThrown) => {...} | ||
@@ -66,0 +66,0 @@ ajaxStartHandler: () => {...}, |
12807