- Initial early version, created by Maksym Omelchenko.
- Added models for all types of requests.
- Added services for requesting data thorough network connecting.
- Added converters for models to convert data from JSON.
- Added tests.
- Removed dart:mirrors dependency.
- Updated justin services.
- Updated justin services. For now you can request directly response result as well as response itself.
- Added ability to provide error handlers for justin and http errors.
- Refactored code according to default dart code conversions.