mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-05 19:00:32 -05:00
doc: add a changelog
This commit is contained in:
parent
21e0c18069
commit
5b8d2bf88c
1 changed files with 26 additions and 0 deletions
26
CHANGES.md
Normal file
26
CHANGES.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
|
||||
## 0.3
|
||||
|
||||
- feat(http_of_dir): use `file` to guess mime type of file
|
||||
- feat: allow handlers to take streams
|
||||
- feat(bin): disable uploading by default
|
||||
- feat: add `Tiny_httpd_util.parse_query` for query decoding
|
||||
- feat(bin): set charset to utf8
|
||||
- feat: autodetect ipv6 address
|
||||
- feat: support ipv6 address
|
||||
|
||||
- fix: missing crlf between chunks
|
||||
- fix: read_all must return rather than blocking when done
|
||||
- fix: proper amortized O(1) push in Buf.push
|
||||
- fix: `%X` for percent_encode; use `percent_decode` in `parse_query`
|
||||
|
||||
## 0.2
|
||||
|
||||
- feat(bin): count number of hidden files
|
||||
- feat(bin): use `details` for hiding hidden files by default
|
||||
- fix: improved percent encoding of paths
|
||||
- feat: add percent encoding/decoding
|
||||
- feat(bin): better human-size display
|
||||
- feat: in http_of_dir, sort entries and display their size
|
||||
- fix(http_of_dir): handle bad symlinks
|
||||
- improve docs and opam, tidy up for 0.1
|
||||
Loading…
Add table
Reference in a new issue