Changes
=========

0.2 (2013-11-8)
---------------

* Feature handling Resources.
* Entry point to apply predicates/wrappers by users to view_config
* Fixed Controller to consider primaries of views
* Changed depending SQLAlchemy version.

0.1 (2013-10-29)
----------------

Initial release.

* Basic request/response handling

  * Controller/View
  * Configuation by view_config decorator
  * Creating WSGI application by matcha's matching object.

* Basic support for using mako template.
* Basic support for SQLAlchemy.
* Necessary commands

  * create: Starting for project using scaffolding.
  * initdb: Creating tables to databases.
  * serve: Running your application.

* Automatically creating of apps publishing static files.
