while remaining backwards compatibility, this pr get's rid of SimpleItemSimpleCart and SimpleNode.
users relying on the old api can require 'asin/adapter' to keep the old api. all tests are still relying on that interface to ensure that it actually works.
using the adapter is considered deprecated and it will be removed in the next version.
while remaining backwards compatibility, this pr get's rid of
SimpleItem
SimpleCart
andSimpleNode
.users relying on the old api can
require 'asin/adapter'
to keep the old api. all tests are still relying on that interface to ensure that it actually works.using the adapter is considered deprecated and it will be removed in the next version.
/cc @kurtfunai