- Connectivity issues throw now a more detailed error
- CheckoutCompleteFree now prints the errors directly
- getAllOrders is fixed, and the sortkey SortKeyOrder.RELEVANCE is commented out since it raised problems
- merged various pull requests
- Fix PriceV2 amount format, Add query to fetch Product Metafields, Fix cursor on empty list, Add checkoutCompleteFree mutation, Add reverse variable to getAllOrders. Big Thanks to @tuarrep
- fixed customer update for real now!
- fixed customer update (had to comment out the checkForError part because even when mutation was successful it threw an error)
- Added a vendor to product model and various other queries, thank you zeshuaro
- Added getProductRecommendations() getCollectionsByIds() shippingAddressUpdate()
- Bug Fix
- Bug Fix
- Bug Fix
- additional fields for Product object. product.options available now - see what variant options there are and their corresponding values. getDeaturedCollection is now getCollectionByHandle, a wrong handle name wont crash your app, it will give a Collection object with null values.
- Bug Fix
- Initial Load time for home screen reduced.
- Minor Bug fixes
- Minor Bug fixes
- Minor Bug fixes
- Minor Bug fixes
- fixed the breaking bug in the last version.
- collections are fetched different now which translates directly into loading time. (way faster)
- Minor Bug fixes
- Clarification: Do not use this version, we only use it for our clients app's. The normal version has more functionality!
- version just for our purpose
- added reverse to every possible function that fetches lists.
- fixed a problem where one had to make sure every legal field has information in it. (e.g. not having any text in privacy policy would cause problems)
- fixed a problem where creating a user account with existing email address would not throw proper error message.
- parameters reverse and deletePartofCache are optional now.
- added collection sortKey
had to delete the example folder, will add in the new version again.
- added example
- added example
- Price property now has a currency symbol, and a formatted price. also, you can now reverse the list at getNProducts()
- 0.0.11- Products now have images and some other minor changes
- now checking for query/mutation errors and throwing exceptions if something bad happens
- minor changes
- new Shop model, made adding lineitems to checkout easier
- new User model, created all login functionality
- added 2 new methods and new enum, changed parameters
- fixed a minor bug @ getCheckoutInfoQuery and added 2 new methods
- added null checks on the models.
- added ShopifyBlog with 3 new methods.
- added 3 new methods - not production ready
- initial release - not production ready