Release 0.3!

Written for Aurora Framework by Bart Willemsen on 2013-12-09

Pfoo! It's been a while, but after a few months here it finally is. Version 0.3 of my framework. A lot of things happened, with changes all over. It's now finally starting to be a little bit useful! Here is a small list:
- You can now specify multiple routes in 1 callback
- You can put wildcards in routes to respond to an URI like /news/(:num) that will respond to /news/2 or /news/100. In this case, the number will be returned for use.
- Created a query builder class
- Basic model implementation and ORM. (but no relation support just yet..).

You can find the latest downloads here: https://bitbucket.org/bwillemsen/aurora-framework/downloads

Read all announcements