Releases: masom/shopify-trois
Releases · masom/shopify-trois
1.1-beta
1.1 beta
- Updated all models to match current Shopify API specs
- Removed deprecated models
- Added new models
- Added Python 3.4 to CI
Cappuccino
- Stable API
- Support for metafields.
- More examples
- Slightly better docs.
- Bug fixes.
Tobio
- Multi-shop example.
- Mapped all resources. (Assets are weird, more work needed.)
Instant
- Added OAuthEngine.api_call_limit. It is auto-updated each time a call is made to Shopify.
Half-caf
Fixed several small issues discovered while building an applicaiton using the API.
Mocha
- [engines.OAuth] Support incoming requests signature verification.
- Documentation
Decaf
- 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.
Americano
- Collection class allows easily iterating index results.
- Moved to requests.Session instead of requests.
- Instance properties filtering when updating/creating new entities. (Can be disabled)
- Some docs
- PEP 8 and PyFlakes
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.