Skip to content

Releases: vcfvct/typescript-retry-decorator

strictNullChecks

17 Jul 04:03
Compare
Choose a tag to compare
* enabled strictNullChecks option for ts
* use jest.fn for global timer in test
* fix some possible NPE.

Thanks @mastrzyz !

v2.4.0: Custom error constructor (#30)

06 Jul 04:20
2952870
Compare
Choose a tag to compare

adjust the value type to accept any Error class/sub-class. addressing #29 with #30 ,

Thanks @danielamezcua for bringing up the idea .

add option to introduce jitter

25 May 01:38
152dfd0
Compare
Choose a tag to compare

#26 added a new backoffStrategy option to the exponentialOption.
Thanks @smcroskey for the contribution.

Add useOriginalError option

17 Jan 02:10
Compare
Choose a tag to compare
  • useOriginalError option to throw the original exception/error instead of the default MaxAttemptsError.
  • use pnpm
  • adjusted github actions for pnpm
  • use nodejs 18

Add option to not log through console

21 Dec 15:49
Compare
Choose a tag to compare

#21 , Thanks @aleborrego for adding option to not log through console

use real stack trace if exist

25 Aug 03:56
Compare
Choose a tag to compare
  • #18 , Thanks @mastrzyz.
  • use node 14 as default ci, removed 12 and use 16 as secondary.

Fix Typing and GH security

09 Jun 16:22
da13948
Compare
Choose a tag to compare

export all types and declarationMap

02 Sep 00:31
f56e24d
Compare
Choose a tag to compare
  • export * from the index file so that all types will be included
  • add declarationMap so that editor like coc-vim/vscode can go-to-definition.
  • upgraded typescript/eslint

fix the github workflow script

25 Apr 17:01
Compare
Choose a tag to compare

nothing functional

fix the github workflow script

25 Apr 16:59
Compare
Choose a tag to compare

nothing functional