generators
  1. generators

generator-iqlib-apicore

Public

Network

 
AuthorCommitMessageCommit Date
David BoumanDavid Bouman
8c15c9c65fddocs(project): add David-dependency-drift-detection badge
David BoumanDavid Bouman
920e3cff5dbchore(project): update npm version badge
David BoumanDavid Bouman
1baffd1baf2docs(project): boast less
David BoumanDavid Bouman
b738c03573dchore(project): add 'ChangeLog' section
David BoumanDavid Bouman
d0bfee1a525chore(npm): add 'README.md' to package whitelist
David BoumanDavid Bouman
d8764da3487chore(project): change and complete license to BSD-3-Clause
David BoumanDavid Bouman
d86f237c97fchore(npm): organize into alfanumerical order
David BoumanDavid Bouman
7f37ea26a58chore(project): add self to 'AUTHORS'
David BoumanDavid Bouman
52d85b01b00chore(npm): externalize `contributors` to 'AUTHORS', include `author` there too
David BoumanDavid Bouman
6c7a8e06210chore(npm): point `homepage` and `bugs` entries to fork 'Issues' page has been enabled on https://github.com/marviq/generator-iqlib-apicore.
David BoumanDavid Bouman
3cd3074b2d0chore(npm): remove redundant `engines` entry
David BoumanDavid Bouman
66331aabfd7chore(npm): remove confusing `main` entry A generator will not be `require(...)`ed.
David BoumanDavid Bouman
a6153a0fed7chore(npm): remove misguided peer dependency
David BoumanDavid Bouman
2db06c26842style(generator): succumb to jshint rules
David BoumanDavid Bouman
fd0cb201d0achore(project): upgrade to jshint@2.6.3, replace '.jshintrc' with annotated default
David BoumanDavid Bouman
0ed957fee7echore(project): change to default, annotated '.gitignore'
David BoumanDavid Bouman
91b27deaedcchore(project): annotate '.gitattributes'
David BoumanDavid Bouman
5f83065135fchore(project): set saner, annotated '.editorconfig' that actually complies with current code style
David BoumanDavid Bouman
7063d6dc55c0.1.2
cueedeecueedee
f024584d5d7Fixes mocha tests
cueedeecueedee
b276d4b14c8Fixes copying of non-existent file 'app/templates/src/api-settings.coffee'; it was removed in commit '442bdde3975a87e27ce6bf89d1388458a5af4e0f'.
cueedeecueedee
f77f0c10ab5Expands "app/templates/gitignore". Most notably, adds "/lib".
cueedeecueedee
88951e84765Replaces custom reject object with a proper javascript Error object (HTTPErrors.NotFoundError). Used when a service name to be called does not exist.
cueedeecueedee
77f7da8a8f9Adds coffeelint to the grunt repertoire. Complies sources to coffeelint rules.
cueedeecueedee
3926f9f9fc0Upgrades d{,evD}ependencies to latest versions.
cueedeecueedee
9ee7f9fa8d0Removes author.url
cueedeecueedee
52da135b8efAdds URI encoding of url fragment values when substituted.
cueedeecueedee
54d80d0b332Avoids 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;
cueedeecueedee
259f6723f7dComplies require() calls with coffeelint rules.
David BoumanDavid Bouman
33d8af9105e0.1.1 Rewriting github history, matching it with npm's.
Raymond de WitRaymond de Wit
8908fd2098ano default settings, should be supplied
David BoumanDavid Bouman
68b6c01f1760.1.0 Rewriting github history, matching it with npm's.
David BoumanDavid Bouman
e408e8ca8b8feat(api templates): introduce service dispatch mapping Rewriting github history, matching it with npm's.
Raymond de WitRaymond de Wit
78c4166eca4updated name
RaymondRaymond
b9565d35f3bUpdate README.md
David BoumanDavid Bouman
7149a880c5cchore(npm): reset project name, version, repo and maintainers after fork Rewriting github history, matching it with npm's.
Mark DoeswijkMark Doeswijk
551f049915d0.1.2
Mark DoeswijkMark Doeswijk
2ccf55c37420.1.1
Mark DoeswijkMark Doeswijk
25655bbd6e4Fixed LICENSE header. Fixed path detection for non-Unix platforms
Mark DoeswijkMark Doeswijk
0f4ae4236f20.1.0
Mark DoeswijkMark Doeswijk
4aa7d2be3ab0.0.1
Mark DoeswijkMark Doeswijk
1f8c9762225Initial commit