Kemalyst Versions Save

A rails like framework based on kemal

v0.2.3

7 years ago

This add support for flash messages.

context.flash["warning"] = "Could not find record"

Once the message is read from the hash, it is marked for deletion. The message will survive multiple redirects until its read.

v0.2.2

7 years ago

Added support for validators and included example in the templates.

v0.2.1

7 years ago

embed_ecr was deprecated. updating to latest Kilt.

v0.2.0

7 years ago

This release adds support for the new DB Drivers. It also cleans up some trailing whitespace and updates the instructions. There are several bug fixes that have been addressed with the new drivers and support for Crystal 0.19.4.

There are a couple breaking changes:

  1. Mysql and Sqlite queries need to use ? for placeholders.
  2. Postgres queries need to use $1, $2, $3, ... for placeholders.
  3. Parameters to the queries uses an array of values instead of a hash.

v0.1.1

7 years ago

v0.1.0

7 years ago

Creating the first release of Kemalyst. There is still significant work that needs to be done to make this full featured and production ready.