Releases: deligenius/multiparser
Releases · deligenius/multiparser
Release 0.114.0
Release v0.105.0
- Using std version as multiparser version.
- Remove oak support, since Oak 9.0.0 uses
ctx.request.originalRequestinstead of native Deno HTTP request. (and I think it's not good)
Release v2.1.0
- updated syntax to support std@0.89.0
- fix trailing
/ron the string field
Release v2.0.3
Make multiparser v2 compatible with oak framework
Release v2.0.2
depreciate v1
Release v2.0.1
Bound to std@0.61.0
Release v2.0.0
Major performance improvement
Multiparser version 2 aims to have better performance than V1. Since V1 is dependent on deno@std, which is very unstable. So Multiparser V2 has no dependencies, and it's much faster!
The benchmark will release sooner or later.
Release v1.0.0
- Fixed "malformed MIME header line" from std/textproto/mod.ts
- Fixed upload hanging problem
Release v0.1.0
Bound to Deno std@0.59.0