----- - Accept other mime types than application/json (thanks stoer)
1.3.0
----- - Replaced ValueError with custom Exception when a service doesn't contain any decorated methods - Added route_name parameter to api_service decorator (thanks stoer)
1.2.3
----- - Removed debug output for optional params
1.2.2
----- - Shorten the jsonschema validation error message if debug mode is off
1.2.1
----- - Fixed handling of missing query parameters
1.2.0
----- - Added optional parameter validation and conversion - Improved test coverage