Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

1.0.0 (2017-6-11)

Compare
Choose a tag to compare
@flavianh flavianh released this 15 Jun 16:20
· 33 commits to master since this release
  • 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