Releases: ostdotcom/base
Releases · ostdotcom/base
Releasing version 2.0.1
Base v2.0.1
- Added support for new key go_to in response at the level of
data
orerr
.
Releasing version 2.0.0
- Upgraded node version to 10.x
- Moved web3 related modules to (xweb3 repository)
Releasing version 1.0.0
- Introduced name-spacing in Instance Composer.
- Migrated to ES6.
- Migrated repository from OpenST Foundation to OST organization and renamed it.
Releasing version 0.9.3
- 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.
Releasing version 0.9.2
- Minor fixes.
Releasing version 0.9.1
- If an object is passed for logging, it is logged after doing JSON stringify. This support was added to all the logging methods.
Releasing version 0.9.0
- 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.