Skip to content

Releases: gcanti/retry-ts

0.1.4

05 Apr 08:14
Compare
Choose a tag to compare

0.1.3

07 May 14:31
Compare
Choose a tag to compare
  • 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

05 Feb 09:42
Compare
Choose a tag to compare
  • Bug Fix
    • don't set target: es6 in tsconfig.build-es6.json (@gcanti)
  • Internal
    • upgrade to latest docs-ts (@gcanti)

0.1.1

12 Jan 10:25
Compare
Choose a tag to compare
  • New Feature
    • add build in ES6 format (@gcanti)

0.1.0

06 Jul 09:57
Compare
Choose a tag to compare
  • Breaking Change