0.3.2
This release improves the error handling sections of the adapter.
Instead of throwing static errors, the adapter now throws a valid error object created with stack during the instance of the error.
There is a slight change in the property name of the custom error object in public API. Instead of .Error
it is now referred as .AdapterError
. AdapterError is a custom error type inherited from Error
object.