v0.0.6
- Adds the
CatalogApi.CartItem{}
struct for handling methods which return items in a user's cart. These items contain some different fields than the existingCatalogApi.Item{}
struct. For now the only function that uses this struct isCatalogApi.cart_view/2
. (#2)