Releases: gcanti/retry-ts
Releases · gcanti/retry-ts
0.1.3
- Deprecation
- deprecate
monoidRetryPolicy
in favour of Monoid
(@gcanti)
- Polish
- allow import without es6 or lib directory #8 (@mlegenhausen)
- add
/*#__PURE__*/
comments for better tree shaking (@gcanti)
0.1.2
- Bug Fix
- don't set
target: es6
in tsconfig.build-es6.json
(@gcanti)
- Internal
- upgrade to latest
docs-ts
(@gcanti)