- Initial version.
- Created the Dartness library.
- Created the Controller class.
- Created bind annotations.
- Created Get, Post, Put, Delete, Head, Options, and Trace methods.
- Created Header annotation.
- Created Body annotation.
- Created QueryParam annotation.
- Created PathParam annotation.
- Removed dart:mirrors in order to be able to compile and bring stability to the framework
- Created dartness_generator
- Added @Headers