Releases: marviq/generator-iqlib-apicore
Releases · marviq/generator-iqlib-apicore
v0.1.2
commit | message |
---|---|
7063d6d | 0.1.2 |
f024584 | Fixes mocha tests |
b276d4b | Fixes copying of non-existent file 'app/templates/src/api-settings.coffee'; it was removed in commit '442bdde3975a87e27ce6bf89d1388458a5af4e0f'. |
f77f0c1 | Expands "app/templates/gitignore". Most notably, adds "/lib". |
88951e8 | Replaces custom reject object with a proper javascript Error object (HTTPErrors.NotFoundError). Used when a service name to be called does not exist. |
77f7da8 | Adds coffeelint to the grunt repertoire. Complies sources to coffeelint rules. |
3926f9f | Upgrades d{,evD}ependencies to latest versions. |
9ee7f9f | Removes author.url |
52da135 | Adds URI encoding of url fragment values when substituted. |
54d80d0 | Avoids catering for a request entity-body on request methods other than 'PUT' and 'POST'; This implies that unless a request method is either 'PUT' or 'POST': - A 'Content-type' header is no longer set; - The request data is no longer JSON.stringify()ed; |
259f672 | Complies require() calls with coffeelint rules. |