mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Some more tweaks
This commit is contained in:
parent
2250ab9182
commit
00266ed8e5
1 changed files with 13 additions and 14 deletions
|
@ -84,7 +84,7 @@ send_file env, "./asset/image.jpeg", filename: "image.jpg"
|
|||
|
||||
# 0.25.1 (06-10-2018)
|
||||
|
||||
- Fix `params.files` memoization https://github.com/kemalcr/kemal/pull/503. Thanks @mamantoha :pray:
|
||||
- Fix `params.files` memoization [#503](https://github.com/kemalcr/kemal/pull/503). Thanks @mamantoha :pray:
|
||||
|
||||
# 0.25.0 (05-10-2018)
|
||||
|
||||
|
@ -108,7 +108,7 @@ To test
|
|||
|
||||
`curl -F "image1=@/Users/serdar/Downloads/kemal.png" http://localhost:3000/upload`
|
||||
|
||||
- Cache HTTP routes to increase performance :rocket: https://github.com/kemalcr/kemal/pull/493
|
||||
- Cache HTTP routes to increase performance :rocket: [#493](https://github.com/kemalcr/kemal/pull/493)
|
||||
|
||||
# 0.24.0 (14-08-2018)
|
||||
|
||||
|
@ -187,7 +187,6 @@ static_headers do |response, filepath, filestat|
|
|||
end
|
||||
response.headers.add("Content-Size", filestat.size.to_s)
|
||||
end
|
||||
end
|
||||
```
|
||||
|
||||
- Allow `%w` in Handler macros [#385](https://github.com/kemalcr/kemal/pull/385). Thanks @will :pray:
|
||||
|
@ -238,7 +237,7 @@ add_context_storage_type(User)
|
|||
|
||||
# 0.18.2 (24-02-2017)
|
||||
|
||||
- Fix [Gzip in Kemal Seems broken for static files](https://github.com/kemalcr/kemal/issues/316). This was caused by `Gzip::Writer` in `Crystal 0.21.0` and currently mitigated by monkey patching `Gzip::Header`.
|
||||
- Fix Gzip in Kemal Seems broken for static files [#316](https://github.com/kemalcr/kemal/issues/316). This was caused by `Gzip::Writer` in `Crystal 0.21.0` and currently mitigated by monkey patching `Gzip::Header`.
|
||||
|
||||
# 0.18.1 (21-02-2017)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue