Skip to content

Releases: lemaetech/http-multipart-formdata

3.1.0

21 Aug 09:23
Compare
Choose a tag to compare

CHANGES:

  • Add parts function to allow non-streaming parsing of multiparts.

3.0.1

24 Jul 18:06
Compare
Choose a tag to compare

CHANGES:

  • Improve documentation, fix some typos in code. Rename read_result to read and read_part to `read

3.0.0

23 Jul 21:45
Compare
Choose a tag to compare

CHANGES:

This release contains breaking change, therefore the version is incremented to
v3.0.0

  • Flatten module Part_header to part_header
  • Implement reader/pull based parser to retrieve multipart parts
  • Implement push-based incremental input model
  • Remove dependency on lwt, reparse-lwt and reparse

2.0.1

27 Jun 21:23
Compare
Choose a tag to compare

CHANGES:

  • Relax CRFL token on the first boundary value line

2.0.0

26 Jun 20:33
Compare
Choose a tag to compare

CHANGES:

  • Upgrade to reparse v3.0.0
  • Change API to streaming api

v1.1.0

07 Apr 09:23
Compare
Choose a tag to compare

CHANGES:

  • Ensure compatibility with reparse v2.1.0

v1.0.1

04 Dec 10:22
Compare
Choose a tag to compare

CHANGES:

  • Fixes error prone equal - #10.

v1.0.0

30 Nov 17:41
Compare
Choose a tag to compare

CHANGES:

  • First release.