Changes
- Rename
Dream.from_target
toDream.split_target
(a3c1508). - Rename
Dream.from_target_path
toDream.from_path
(a3c1508). Dream.redirect
now needs arequest
as argument (90bba6e).- Reorder arguments of
Dream.write
,Dream.write_bigstring
,Dream.verify_csrf_token
,Dream.send
,Dream.sql
(c1ba95a). - Improve how dependencies are vendored (343e912, suggested by Antonio Nuno Monteiro).
- Rename
Dream.identity
toDream.no_middleware
(42625d1). - Use library
multipart_form
instead ofmultipart-form-data
(#45, Calascibetta Romain). - Rename
Dream.bigstring
toDream.buffer
(1386bf3).
Additions
- Example
r-graphql
(#51, Tom Ekander). - Example
w-live-reload
(#52, Thibaut Mattio). - Better error template (#53, Thibaut Mattio).
- Multi-stage Docker deployment build and opam instructions (#57, Thibaut Mattio).
Dream.to_path
(a3c1508).- Expose
Dream.from_filesystem
(#14). Dream.mime_lookup
(#14).Dream.no_route
(37a27c4).- Playground.
- Deployment instructions.
Fixes
- Work around paurkedal/ocaml-caqti#68 (385fa45, reported by Konstantin Olkhovskiy).
- Require Cstruct 6.0.0 (#60, reported by Edwin Török).