Skip to content

Releases: mitranim/koa-ring

updated dependencies

18 Apr 13:52
Compare
Choose a tag to compare

0.3.1

12 Apr 16:09
Compare
Choose a tag to compare
updated posterus (bugfix)

0.3.0

10 Apr 13:16
Compare
Choose a tag to compare
replaced routing utils with url preparsing

0.2.1

09 Jan 14:18
Compare
Choose a tag to compare
updated fpx dependency

0.2.0: requests are now really plain dicts (breaking)

09 Jan 14:18
Compare
Choose a tag to compare
* requests no longer inherit from Koa requests; they're plain dicts with the bare minimum of fields, no special prototype, all-enumerable properties; use `request.ctx` to access Koa stuff
* requests can be copied and patched without regard for prototypes or non-enumerables
* replaced `extend` with `patch`: just a non-mutating version of `Object.assign`

0.1.1

20 Dec 08:15
Compare
Choose a tag to compare
updated to posterus 0.3

0.1.0: significantly simplified (breaking changes)

06 Dec 14:18
Compare
Choose a tag to compare
* removed first-class middleware support
* operate primarily on handlers
* user should apply middleware on their own

0.0.7

05 Sep 13:09
Compare
Choose a tag to compare
updated posterus dependency

0.0.5

23 Aug 22:08
Compare
Choose a tag to compare
added async pipeline utility

0.0.4

23 Aug 20:51
Compare
Choose a tag to compare

Added extend: shortcut for patching request/response