- First functional version. Helper functions for four main HTTP methods, jQuery style callbacks as arguments of .ajax() function.
- Changed API to implement callbacks as call chains instead of function parameters to make client code a little nicer and less cluttered.
- Added tests using http://httpbin.org
- Switched deprecated dart:json package to dart:convert package.
- Updated unittest dependancy to version 0.8.10.