- feat(util): use relative url instead of hardcoded (#40) (dadc357)
- chore(package): bump version to 3.2.0 (ee928af)
- feat(hapi): add ability to specify a config parameter for the GraphQL route (f07a7a7)
- fix(context): fix graphql parameter order (d816272)
- chore(example): update dependencies (39acdfb)
- chore(package): bump version to 3.1.0 (621fbe2)
- chore(package): update dependencies (043e3a9)
- docs(package): update contributing.md, add issue, pull request templates (b8704b9)
- feat(package): allow custom context (0df66ae)
- chore(package): bump version to 3.0.3 (45a1e9b)
- chore(package): update dependencies (7778a6d)
- chore(package): update dependencies (9cc303c)
- feat(util): update GraphiQL (1446f89)
- fix(chore): accept variables for mutations via POST (e2292e7)
- fix(koa): fix koa middleware (d969942)
- test(koa): fix koa tests, include co-mocha (a32cf8e)
- chore(package): bump version to 3.0.1 (e0ab6d6)
- fix(koa): use the parsed body (025070e)
- chore(package): bump version to 3.0.0 (1b38fe6)
- docs(readme): add bitHound badge (6d2277e)
- feat(package): don't include body parsers in the middleware (57f39e6)
- style(example): lint examples (1cf46c5)
- chore(package): bump version to 2.1.3 (5a0c2b0)
- chore(package): update dependencies (284d9e8)
- chore(package): update dependencies (c452618)
- chore(package): update version to 2.1.1 (dc9536b)
- fix(index): fix exports (9b5a4ef)
- chore(package): bumping version to 2.0.0 (33790ee)
- docs(readme): add example sever section to the README (370f8b3)
- docs(readme): change example (f199db1)
- docs(readme): move example section above adapters (2f9a988)
- docs(readme): move example section above install (2322532)
- feat(package): reimplement in ES6, support GET and POST methods, GraphiQL integration (ee77980)
- docs(readme): add roadmap (1a33dc0)
- fix(middleware): use graphql of the adapter (d1af1ee)
- chore(changelog): update CHANGELOG.md (a928d35)
- chore(npmignore): add .npmignore file (b1917b4)
- chore(package): add keywords to package.json, fix license (5478001)
- chore(package): bump version to 1.0.1 (e5c0476)
- chore(changelog): add CHANGELOG file to project (1fa3fb7)
- chore(changelog): update CHANGELOG.md (7a74fde)
- chore(ci): configure travis via file (8d930bd)
- chore(contributing): add CONTRIBUTING file (8b41f3e)
- chore(package): add --harmony flag to mocha to support Node.js v0.12 (39338d6)
- chore(package): add package.json file (eec7c31)
- chore(project): add ESLint (05b2abc)
- chore(project): add LICENSE (ff0cc46)
- chore(project): add README and .gitignore files (172dc93)
- docs(readkme): add "What is GraphQL?" section to README (553f1f6)
- docs(readme): add Express and Hapi middleware examples to README (c09de39)
- docs(readme): add graffiti overview to README (ff74268)
- docs(readme): add logo to the README (e8cefcd), closes #1
- docs(readme): add plugins section to README (b804dfa)
- docs(readme): add TravisCI badge to README (59b9288)
- docs(readme): fix GraphQL tutorial anchor text (3c7e01a)
- docs(readme): fix Hapi related typo in README (6bdb276)
- docs(readme): fix typo in README (d036436)
- docs(readme): fix typo in REAME (5e47ec5)
- docs(readme): fix typo in REAME (e6b31a6)
- docs(readme): link plugins to usage (ea7eb66)
- docs(readme): rename plugins to adapters in README (28a1fc2)
- feat(express): add Express middleware (80b5ddc)
- feat(hapi): add Hapi plugin (fac1791)
- feat(koa): add Koa middleware (cdecd28)
- feat(middleware): add project skeleton (e50c0ce)
- feat(util): add object property assert with throw (2cfb447)
- refactor(util): move isGet and isPrefixed to util (72a104b)
- test(express): add failing test cases for Express middleware (4349a48)
- test(express): cover Express middleware schema creation with tests (348aac9)
- test(express): cover Express middleware with tests (8dc7282)
- test(express): finish up test cases for the Express middleware (b0b3dd0)
- test(hapi): cover Hapi plugin with tests (e826ad3)
- test(hapi): improve Hapi plugin test coverage (1be58ad)
- test(koa): cover Koa middleware with tests (f0dce2e)
- test(util): add skipping test cases for isPrefixed and isGet (e824db5)