Skip to content

Releases: ivandotv/nextjs-koa-api

nextjs-koa-api@2.0.2

01 Jun 21:37
2a4668e
Compare
Choose a tag to compare

Patch Changes

  • 091c740: update TS types for attachRouter router argument.

nextjs-koa-api@2.0.1

01 Jun 19:08
35b7030
Compare
Choose a tag to compare

Patch Changes

  • 87585cd: update function attachRouter to accept KoaApi with any context
  • 9ef9ccc: update docs: explain attachRouter function usage

nextjs-koa-api@2.0.0

01 Jun 18:41
5ef1256
Compare
Choose a tag to compare

Major Changes

  • daa0024: Move attachRouter from KoaApi class to a special function.

    I couldn not make the types work when trying to add the attachRouter to augmented koa typescript module.

nextjs-koa-api@1.1.0

01 Jun 17:18
6436201
Compare
Choose a tag to compare

Minor Changes

  • dd0c276: TypeScript: Change request body type from any to unknown.
  • 18c8a87: Implement attachRouter method

nextjs-koa-api@1.0.2

14 May 18:03
9deb975
Compare
Choose a tag to compare

Patch Changes

nextjs-koa-api@1.0.1

14 May 12:08
9b06725
Compare
Choose a tag to compare

Patch Changes

nextjs-koa-api@1.0.0

11 May 14:50
23f1e9c
Compare
Choose a tag to compare

Major Changes