Skip to content

Releases: deligenius/multiparser

Release 0.114.0

15 Nov 04:10

Choose a tag to compare

  1. update support for std@0.114.0
  2. update demo code in readme.md

Release v0.105.0

12 Sep 07:42

Choose a tag to compare

  • Using std version as multiparser version.
  • Remove oak support, since Oak 9.0.0 uses ctx.request.originalRequest instead of native Deno HTTP request. (and I think it's not good)

Release v2.1.0

06 Mar 07:34
f6b80c3

Choose a tag to compare

  • updated syntax to support std@0.89.0
  • fix trailing /r on the string field

Release v2.0.3

22 Nov 07:38

Choose a tag to compare

Make multiparser v2 compatible with oak framework

Release v2.0.2

22 Nov 05:18

Choose a tag to compare

depreciate v1

Release v2.0.1

22 Jul 23:53

Choose a tag to compare

Bound to std@0.61.0

Release v2.0.0

17 Jul 04:00

Choose a tag to compare

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

30 Jun 22:48

Choose a tag to compare

  • Fixed "malformed MIME header line" from std/textproto/mod.ts
  • Fixed upload hanging problem

Release v0.1.0

30 Jun 04:56
1465073

Choose a tag to compare

Bound to Deno std@0.59.0