simple_dart_api 0.1.3
simple_dart_api: ^0.1.3 copied to clipboard
SimpleDartAPI is a Dart Framework that will allow you to easily create your own API in Dart.
# 0.1.3
* Date: 2014-12-09
* Removing the try/catch in the Response handling
# 0.1.2
* Date: 2014-11-29
* Better handling of errors
# 0.1.1
* Date: 2014-11-29
* Handling of options
# 0.0.7
* Date: 2014-11-19
* Add HttpServer attribute to the main class
* -> needed to set the session timeout
* Add try/catch to the JSON.encode of the response
# 0.0.6
* Date: 2014-11-18
* Update of the Middleware API
* Middleware now return Future
* Exception can be thrown in Middleware
* Provide examples for new the Middleware API
# 0.0.5
* Fix of the default Middleware
* Adding the possibility to use Future as a return value in Controller to create async API
* Adding the possibility to use any kind of value as a return value in Controller that will be converted in Response
# 0.0.4
* Better handling of the OPTIONS requests
* Posibility to add global headers
# 0.0.3
* Handling the OPTIONS requests
* Formatting Responses in proper JSON
# 0.0.2
* Response Header modification via the Response object
# 0.0.1
* Initial release