Releases: kemalcr/kemal
Releases · kemalcr/kemal
v0.11.0
v0.10.0
This is a major release with some breaking changes.
- _(breaking change)_ Parameter parser is totally rewritten from scratch. Which provides up to %400 performance increase.
Now you can access parameters with regarding parts env.params.query
, env.params.body
, env.params.json
, env.params.url
- _(breaking change)_
env.params
is deprecated. - Crystal 0.13.0 support.
v0.9.3
v0.9.2
v0.9.1
v0.9.0
v0.8.0
v0.7.0
Flying Panda
This release adds the following
basic_auth
macro for easily setting HTTP basic authentication.public_folder
macro to easily change yourpublic
asset folder.-b
,--binding
command line option to specify your host binding. It's0.0.0.0
by default.- kemal-pg and kemal-mysql to easily add Postgresql and MySQL support to your application.