File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ ### v0.1.6 (October 5, 2018)
2+
3+ - ** Features** :
4+ - Add Conditional and Range request support for ` warp::fs ` filters.
5+ - Relaxed bounds on ` Rejection::with ` to no longer need to be ` Sized ` .
6+ - Add ` warp::path::peek() ` which gets the unmatched tail without adjusting the currently matched path.
7+
18### v0.1.5 (October 3, 2018)
29
310- ** Features** :
Original file line number Diff line number Diff line change 11[package ]
22name = " warp"
3- version = " 0.1.5 " # don't forget to update html_root_url
3+ version = " 0.1.6 " # don't forget to update html_root_url
44description = " serve the web at warp speeds"
55authors = [
" Sean McArthur <[email protected] >" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1- #![ doc( html_root_url = "https://docs.rs/warp/0.1.5 " ) ]
1+ #![ doc( html_root_url = "https://docs.rs/warp/0.1.6 " ) ]
22#![ deny( missing_docs) ]
33#![ deny( missing_debug_implementations) ]
44#![ cfg_attr( test, deny( warnings) ) ]
You can’t perform that action at this time.
0 commit comments