Skip to content

Releases: marviq/generator-iqlib-apicore

v0.1.2

27 May 11:28
Compare
Choose a tag to compare
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.

v0.1.1: 0.1.1

27 May 11:28
Compare
Choose a tag to compare
commit message
33d8af9 0.1.1
8908fd2 no default settings, should be supplied

v0.1.0: 0.1.0

27 May 11:27
Compare
Choose a tag to compare
commit message
68b6c01 0.1.0
e408e8c feat(api templates): introduce service dispatch mapping
78c4166 updated name
b9565d3 Update README.md
7149a88 chore(npm): reset project name, version, repo and maintainers after fork