Skip to content

0.3.2

Compare
Choose a tag to compare
@shamasis shamasis released this 03 Sep 14:53
· 107 commits to develop since this release

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.