- Add
parts
function to allow non-streaming parsing of multiparts.
- Improve documentation, fix some typos in code. Rename
read_result
toread
andread_part
to `read
This release contains breaking change, therefore the version is incremented to v3.0.0
- Flatten module
Part_header
topart_header
- Implement reader/pull based parser to retrieve multipart parts
- Implement push-based incremental input model
- Remove dependency on
lwt
,reparse-lwt
andreparse
- Relax CRFL token on the first boundary value line
- Upgrade to
reparse v3.0.0
- Change API to streaming api
- Ensure compatibility with reparse v2.1.0
- Fixes error prone equal - #10.
- First release.