- Added support for new key go_to in response at the level of
data
orerr
.
- Upgraded node version to 10.x
- Moved web3 related modules to (xweb3 repository)
- Introduced namespacing in Instance Composer.
- Migrated to ES6.
- Migrated repository from OpenST Foundation to OST organization and renamed it.
- Common style guide followed across all OST repos using prettier (base#30).
- Error object was earlier getting logged as {} in the custom logger. Fixed this issue.
- Minor fixes.
- If an object is passed for logging, it is logged after doing JSON stringify. This support was added to all the logging methods.
- OST Base repository was created and all the common functionality which different OST modules need were moved to it. Example - Logger, response helper, promise context, promise queue manager and web3.
- Log level support was introduced and non-important logs were moved to debug log level.
- Standardized error codes are now being used in OST Base.