- Drop support for python 2.6, add support for python 3.5, python 3.6 and pypy
- Fix issue #35
- Add file parser tests and fixes for #40, #41, #42, #43, #44, #45, thanks to @mtherieau
- Use isinstance for simple type checking, thanks to @pankaj28843
- Fixes for #31, #32, #33, thanks to @crudo10 and @beanqueen for the review
- Bug fix when dictionary only contains 1 element, thanks to @TenOs
- Add tests for "official" petstore json and yaml, thanks to @beanqueen
- Support additionalProperties.
- Don't choke if there are no definitions
- Generate operations without operationId
- Generate example from properties
- Support array definitions.
- Support type field to be an array.
- Use base path to validate request.
- Support UTF-8 in swagger.yaml.
- Add support for path-level parameters.
- Add support for parameters references in path specs.
- Handle string as status_code.
- Fix a bug in get_response_example with schema only containing a type field.
- Support schema with only a type field.
- Change license to MIT.
- First release on PyPI.