Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
From the changelog:
Additions
dream-livereload
into Dream asDream.livereload
(Add aDream.livereload
middleware aantron/dream#279, Thibaut Mattio).dream-eml
to output to STDOUT (add stdout as output from dream_eml aantron/dream#228, Thomas Coopman).Dream.drop_session_field
(How to remove a single field from a session? aantron/dream#284, requested by @rawleyfowler).Removals
Dream.with_client
,Dream.with_method
,Dream.with_header
,Dream.with_body
,Dream.with_stream
,Dream.write_buffer
,Dream.form_tag
,Dream.session
,Dream.put_session
,Dream.all_session_values
,Dream.put_flash
,Dream.local
,Dream.new_local
,Dream.with_local
,Dream.first
,Dream.last
, and deprecated typeDream.local
(aantron/dream@e14bd91).Fixes
dream-eml
should not emit references to internal moduleDream_pure
(chore(dream): re-export dream-pure library aantron/dream#291, reported by Glenn Slotte).inria.fr
URLs withocaml.org
URLs (Change old Inria URL with ocaml.org aantron/dream#309, @denver-s).Miscellaneous
w-watch
to use the newdune exec -w
instead offswatch
(docs: update fswatch example to use dune exec -w aantron/dream#266, Dennis Dang).dream.log
log tag todream.logger
(aantron/dream@d135ba6).Dream.not_found
(aantron/dream@23b7406).e-json
toppx_yojson_conv
0.16.0 (Fix broken JSON example aantron/dream#287, Benjamin Thomas).