Releases: dinosaure/multipart_form
Releases · dinosaure/multipart_form
0.6.0
CHANGES:
- Introduce a new package
multipart_form-eio
(@Willenbrink, #35) - Delete the
result
dependency (@dinosaure, #38) - Fix tests for OCaml 5.2 (@kit-ty-kate, #37)
0.5.0
CHANGES:
- Introduce a new package
multipart_form-cohttp-lwt
which provides
helpers to usemultipart_form
which CoHTTP (@dinosaure, @shonfeder, #34) - Delete the
rresult
dependency (@dinosaure)
0.4.1
0.4.0
CHANGES:
- Split the distribution into two packages:
multipart_form{,-lwt}
(@dinosaure, @leviroth, #23) - Documentation about
Content-Type
(@dinosaure, #24) - Upgrade the distribution with few new releases (@dinosaure, #24)
- Add a test about the lwt support (@dinosaure, @taiseiKMC, #25, #27)
- Allow filenames with space (@dinosaure, @aantron, @cemerick, #28)
v0.3.0
CHANGES:
- Add some
of_string
/to_string
functions (@dinosaure, #15) - Add tests about content-type parser (@dinosaure, #16)
- Use
prettym
package instead ofmrmime.prettym
(@dinosaure, #17) - Fix infinite loop for large upload (@dinosaure, #18)
v0.2.0
CHANGES:
- Add an encoder of
multipart/form-data
(@dinosaure, #9) - Provide
multipart_form.lwt
which is a specialization
ofmultipart_form
withlwt
and streams
(@Armael, @dinosaure, #10) - Add convenience functions such as
map
orflatten
(@Armael, #10) - Add
Multipart_form.parse
(@Armael, #10) - Add documentation to help user (@Armael, @dinosaure, #10, #11, #13)
- Update the README.md (@dinosaure, #12)