Skip to content

0.13.1

Compare
Choose a tag to compare
@Mararok Mararok released this 25 Jan 06:50
· 31 commits to master since this release

Added

  • DateTime.formatRfc1123()
  • ARW() - more meaning name for wrapping Promise with AsyncResult

Changed

  • AsyncResult.fromPromise() -> AsyncResult.wrap().
  • AsyncResult.fromPromiseOkTrue() -> AsyncResult.warpOnOkTrue().
  • AsyncResult.from() - accepts functions returns Promise(async/await support).
  • RetryHelper.retryAsync() - returns AR.

Removed

  • AsyncResult.fromSafePromise() - AsyncResult.from supports both.

Deprecated

  • P() - use ARW()
  • PS() - use ARW()
  • PB() - use ARWB()