dartness_server 0.4.1-alpha dartness_server: ^0.4.1-alpha copied to clipboard
Dartness is a framework for building efficient, scalable dart server-side applications. It provides an easy and quick way to develop modern standalone server.
0.0.0 #
- Initial version.
0.1.0-alpha #
- Created the Dartness library.
- Created the Controller class.
- Created bind annotations.
0.3.0-alpha #
- Created Get, Post, Put, Delete, Head, Options, and Trace methods.
- Created Header annotation.
- Created Body annotation.
- Created QueryParam annotation.
- Created PathParam annotation.
0.4.0-alpha #
- Removed dart:mirrors in order to be able to compile and bring stability to the framework
- Created dartness_generator