Releases: ePages-de/beyond_api-ruby_client
Releases · ePages-de/beyond_api-ruby_client
v0.8.1.pre
- bug-fixes
- Fix exception handling
v0.8.0.pre
-
deprecations
- Remove
BeyondApi::Shop#open - Remove
BeyondApi::Shop#close - Remove
BeyondApi::Scopes
- Remove
-
features
- Add
BeyondApi::Token#client_credentials
- Add
-
enhancements
- Create a custom
BeyondApi::Errorclass - Avoid duplicated code on token response handling
- Create a custom
v0.7.1.pre
- bug-fixes
- Allow to create a
BeyondApi::Sessionwithoutaccess_tokenandrefresh_token - Fix no-Rails logger
- Allow to create a
v0.7.0.pre
-
features
- Add
Products#assign_variation_images_differentiatormethod
- Add
-
deprecations
Variations#adjust_stock_levelreceives parameterrelative_amountinstead ofbody
v0.6.0.pre
-
bug-fixes
- Fix
Carts#createmethod - Fix
Carts#set_shipping_method_to_defaultmethod - Fix
OrderSettings#updatemethod - Fix
Orders#capture_payment_processmethod - Fix
Orders#create_cancelation_processmethod - Fix
Products#attachmentsmethod - Fix
Products#adjust_stock_levelmethod - Fix
Products#add_imagemethod - Fix
Products#set_image_as_defaultmethod - Fix
ProductsView#allmethod - Fix
Shops#legal_contentmethod - Fix
Shops#legal_contentsmethod - Fix
Shops#updatemethod - Fix
Users#verify_passwordmethod
- Fix
-
deprecations
- Remove
Orders#send_invoicemethod - Remove all product_settings methods
- Remove
ProductsView#search_by_querymethod Orders#update_order_notereceives parameterorder_noteinstead ofbodyProducts#adjust_stock_levelreceives parameterrelative_amountinstead ofbodyProducts#update_reserve_stockreceives parameterstock_thresholdinstead ofbody
- Remove
-
features
- Add customers methods
Customers#allCustomers#createCustomers#deleteCustomers#findCustomers#update
- Add
Orders#send_order_documentmethod - Add products cross-sells methods
ProductCrossSells#create_cross_sellProductCrossSells#cross_sellProductCrossSells#cross_sellsProductCrossSells#delete_cross_sellProductCrossSells#update_cross_sell
- Add products videos methods
ProductVideos#add_videoProductVideos#delete_videoProductVideos#update_videoProductVideos#videoProductVideos#videos
- Add
Products#sort_imagesmethod - Add variation images methods
VariationImages#add_imageVariationImages#delete_imageVariationImages#imageVariationImages#imagesVariationImages#upload_image
- Add customers methods
v0.5.1.pre
- bug-fixes
- Fix
adjust_stock_levelmethod
- Fix
v0.5.0.pre
- bug-fixes
- Fix handling of array as request body
- Include
BeyondApi::ProductAttachmentsmodule intoBeyondApi::Productsclass - Include
BeyondApi::ProductAvailabilitymodule intoBeyondApi::Productsclass - Include
BeyondApi::ProductSearchesmodule intoBeyondApi::Productsclass - Include
BeyondApi::ProductVariationPropertiesmodule intoBeyondApi::Productsclass - Include
BeyondApi::VariationAvailabilitymodule intoBeyondApi::Variationsclass
v0.4.0.pre
-
bug-fixes
- Fix product attribute definition
createmethod - Fix product attribute definition
deletemethod - Fix product custom attribute module name
- Include
BeyondApi::ProductCustomAttributesmodule intoBeyondApi::Productsclass - Include
BeyondApi::ProductImagesmodule intoBeyondApi::Productsclass
- Fix product attribute definition
-
enhancements
- Allow to get all product attribute definitions on a single call
v0.3.0.pre
-
bug-fixes
- Fix logger
-
features
- Add a configurable option to raise on error requests
v0.2.1.pre
- features
- Add logger option