Skip to content

Commit

Permalink
0.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sdogruyol committed Feb 8, 2019
1 parent eeeef0e commit 45a508c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
# 0.25.2 (08-02-2019)

- Add option to config to parse or not command line parameters [#483](https://github.com/kemalcr/kemal/pull/483). Thanks @diegogub :pray:

- Allow to set filename for `send_file` [#512](https://github.com/kemalcr/kemal/pull/512). Thanks @mamantoha :pray:


```ruby
send_file env, "./asset/image.jpeg", filename: "image.jpg"
```

- Set `status_code` before response [#513](https://github.com/kemalcr/kemal/pull/513). Thanks @mamantohoa :pray:

- Use Crystal MIME registry. [#516](https://github.com/kemalcr/kemal/pull/516) Thanks @Sija :pray:

# 0.25.1 (06-10-2018)

- Fix `params.files` memoization https://github.com/kemalcr/kemal/pull/503. Thanks @mamantoha :pray:
Expand Down
4 changes: 2 additions & 2 deletions shard.yml
@@ -1,5 +1,5 @@
name: kemal
version: 0.25.1
version: 0.25.2

authors:
- Serdar Dogruyol <dogruyolserdar@gmail.com>
Expand All @@ -15,6 +15,6 @@ dependencies:
github: crystal-loot/exception_page
version: ~> 0.1.1

crystal: 0.27.1
crystal: 0.27.2

license: MIT

0 comments on commit 45a508c

Please sign in to comment.