Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

v0.0.5

Pre-release
Pre-release

Choose a tag to compare

@zhenyulin zhenyulin released this 01 Feb 17:57
· 273 commits to main since this release
  • failure log compatibility for different types of errors
  • withLogger(meta)(callFunc)(params, meta) => withLogger(callFunc)(params, meta)
    • may support withLogger(callFunc(params, meta)) later
  • support withLogger(someFunc)(params, meta) without await