----------------------------- * Changed public API by fixing misspelling in function, not making this a major change because we're in Alpha stage with no customers. * Changed project urls in setup.py.
0.1.4
----------------------------- * Updated Github issue templates. * Added sanitisation of function parameters through private helper function, e.g. fetch_entity_atrribute("Empire State building", "Height") -> fetch_entity_atrribute("empire_state_building", "height").
0.1.3
----------------------------- * Bugfixes in fetchable client object. * Fixed errata in readme and changelog.
0.1.2
----------------------------- * Cheekily changed public-facing interface since still in Alpha and no users will be affected - removed 'random' from fun fact, joke and quote functions. * Added a change log and updated `Contributing Guide <CONTRIBUTING.rst>`_ guide.
0.1.1
----------------------------- * Added compatibility between Python 2.7 and 3.6.