diff --git a/README.md b/README.md index 96c503d..9e3e36d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ #![Amethyst-logo](http://s019.radikal.ru/i635/1506/28/bac4764b9e03.png) [![Build Status](https://travis-ci.org/Codcore/Amethyst.svg)](https://travis-ci.org/Codcore/Amethyst) [![Join the chat at https://gitter.im/Codcore/Amethyst](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Codcore/Amethyst?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -Amethyst is a web framework written in [Crystal](https://github.com/manastech/crystal) language. The goals of Amethyst are to be extremely fast and provide agility in application development as Rails do. Why I called my web framework "Amethyst"? Because Crystal has a light purple color at GitHub like [amethyst gemstone](http://en.wikipedia.org/wiki/Amethyst). +Amethyst is a web framework written in [Crystal](https://github.com/manastech/crystal) language. The goals of Amethyst are to be extremely fast and provide agility in application development as Rails do. Why I called it "Amethyst"? Because Crystal has a light purple color at GitHub like [amethyst gemstone](http://en.wikipedia.org/wiki/Amethyst). -Latest version - [0.1.3](https://github.com/Codcore/Amethyst/releases/tag/v0.1.3) +Latest version - [0.1.7](https://github.com/Codcore/Amethyst/releases/tag/v0.1.7) +Note that Amethyst is at it early stages, so it lacks for whole bunch of things. But you can give a hand with contributing. [Amethyst examples](https://github.com/Codcore/amethyst-examples) @@ -21,7 +22,8 @@ For detailed information, see docs on our [wiki](https://github.com/Codcore/Amet For now, next things are implemented: * class-based controllers with method-based actions -* views for actions (*.ecr) (with some magic behind the scene done for you) +* views for actions (*.ecr) +* filters for action * middleware support * simple REST routing * default routes for controller @@ -30,6 +32,7 @@ For now, next things are implemented: * static files serving * http logger and timer for developers * simple environments support +* simple session support ## Example Here is classic 'Hello World' in Amethyst