Ability to pass in an optional prefix to gateways.convert allowing another gateway prefix other than the default gateway in the SDK config
Added containsCID method to gateways class which can be used to detect if a string contains a CID. If it does it will return a boolean as well as the CID outside of its original context
Added two new features to IPFS Gateway tools
gateways.convert
allowing another gateway prefix other than the default gateway in the SDK configcontainsCID
method togateways
class which can be used to detect if a string contains a CID. If it does it will return a boolean as well as the CID outside of its original context