- Updated relationship api. - Added most Shopify models. - Json engine methods now return objects unless told not to. - Json engine index method now automatically return a Collection - Several bug fixes - 100% test coverage.
0.2
-----------
Released on July 5th 2013, codename Americano
- Collection class allows easily iterating index results. - Moved to requests.Session instead of requests.<method> - Instance properties filtering when updating/creating new entities. (Can be disabled) - Some docs - PEP 8 and PyFlakes
0.1
-----------
Released on July 3rd 2013, codename Latte
- Initial OAuth HTTP engine - App authentication using OAuth - Initial basic set of models to support further development. - Support for Python 3.3 and 3.2 - First API call made to Shopify, proving the library design will somewhat work.