Skip to content

Releases: senecajs/seneca-web-adapter-koa2

v1.2.1

Choose a tag to compare

@tswaters tswaters released this 03 Nov 07:12
  • accidentally removed co-body from dependencies; should still be there (published as patch)

v1.2.0

Choose a tag to compare

@tswaters tswaters released this 03 Nov 07:06
  • Update dependencies (remove lodash)
  • Pass state with seneca action (thanks @zsirfs)

v1.1.0

Choose a tag to compare

@tswaters tswaters released this 04 Dec 03:06
  • Adds support for middleware (#19)
  • Adds payload to seneca payload (#18)
  • Respect parseBody option from seneca-web (#15)

v1.0.5

Choose a tag to compare

@tswaters tswaters released this 26 Feb 01:08
  • Querystring now parsed properly as JSON.

(hindsight: look at the issue queue for other things before pushing a new release)

v1.0.4

Choose a tag to compare

@tswaters tswaters released this 26 Feb 00:28
  • Body parser now runs on PUT requests

v1.0.3

Choose a tag to compare

@tswaters tswaters released this 22 Feb 06:56

Turns out I should really take the time to read the npm docs. Missed adding lib directory into the package.json files array so v1.0.2 is completely borked. This version fixes it.

v1.0.2

Choose a tag to compare

@tswaters tswaters released this 22 Feb 06:40

Fixed the npm publish to use a babel-transpiled copy of the source code.

Should work properly in node 4 =>7.

v1.0.1

Choose a tag to compare

@tswaters tswaters released this 03 Oct 03:14

v1.0.0

Choose a tag to compare

@tswaters tswaters released this 03 Oct 03:14
  • It's alive!