Skip to content

Releases: ostdotcom/base

Releasing version 2.0.1

24 May 11:26
47cdace
Compare
Choose a tag to compare

Base v2.0.1

  • Added support for new key go_to in response at the level of data or err.

Releasing version 2.0.0

07 Nov 06:46
49669b4
Compare
Choose a tag to compare
  • Upgraded node version to 10.x
  • Moved web3 related modules to (xweb3 repository)

Releasing version 1.0.0

28 Mar 11:47
bb89af7
Compare
Choose a tag to compare
  • 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

28 Mar 09:48
2697920
Compare
Choose a tag to compare
  • 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

29 Aug 13:57
fecbbfa
Compare
Choose a tag to compare

Releasing version 0.9.1

29 Jun 13:11
fecbbfa
Compare
Choose a tag to compare
  • 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

18 May 10:06
b3af4b0
Compare
Choose a tag to compare
  • 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.