------------------ - Check if a parameter is bool-type before assuming it's a string - `PR 107`_. Thanks to Nick DiRienzo for the pull request!
4.3.0
------------------ - Add support for ``x-nullable`` - `Issue 47`_, `PR 64`_ and `PR 103`_. Thanks to Andreas Hug for the pull request! - Fix support for vendor extensions at the path level - `PR 95`_, `PR 106`_. Thanks to Mikołaj Siedlarek for the initial pull request!
4.2.5
------------------ - Add basepython python2.7 for flake8, docs, and coverage tox commands
4.2.4
------------------ - coverage v4.2 was incompatible and was breaking the build. Added --append for the fix.
4.2.3
------------------ - Accept tuples as a type list as well.
4.2.2
------------------ - Fix marshalling of an optional array query parameter when not passed in the service call - `PR 87`_