Skip to content

Releases: jaydenseric/graphql-api-koa

Version 1.1.0

04 Sep 02:42
Compare
Choose a tag to compare

Minor

Patch

  • Updated dependencies.
  • Stopped using npm-run-all for package scripts.
  • Configured Prettier to lint .yml files.
  • Ensure the readme Travis build status badge only tracks master branch.
  • Use Badgen for the readme npm version badge.

Version 1.0.0

09 Jul 02:33
Compare
Choose a tag to compare
  • Updated dependencies.
  • Lint fixes following dependency updates.
  • Use jsdoc-md instead of documentation to generate readme API docs.
  • Removed a temporary workaround for a fixed Babel CLI bug.
  • Updated package description and tags.

Version 0.3.1

12 Jun 02:24
Compare
Choose a tag to compare

Version 0.3.0

08 Jun 07:11
Compare
Choose a tag to compare
  • Corrected an errorHandler middleware example in the readme.
  • Refactored package scripts to use prepare to support installation via Git (e.g. npm install jaydenseric/graphql-api-koa).
  • Compact package repository field.

Version 0.2.0

06 Jun 14:15
Compare
Choose a tag to compare
  • Set Node.js support as v8.5+.
  • Avoided using a Koa context response shortcut.
  • Fixed test snapshot consistency between Node.js versions (see tapjs/node-tap#450).
  • Manually test error properties instead of using snapshots.
  • Added errorHandler middleware tests.
  • Readme badge changes to deal with shields.io unreliability:
    • Used the more reliable build status badge provided by Travis and placed it first as it loads the quickest.
    • Removed the licence badge. The licence can be found in package.json and rarely changes.
    • Removed the Github issues and stars badges. The readme is most viewed on Github anyway.
  • Improved documentation.

Version 0.1.0

05 Jun 09:18
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release
  • Initial release.