Skip to content

Latest commit

 

History

History
81 lines (36 loc) · 2.99 KB

CHANGELOG.md

File metadata and controls

81 lines (36 loc) · 2.99 KB

Changelog

0.3.0 (2024-05-09)

Features

  • Allow canceling of retry using AbortSignal (#25) (e877140)

Bug Fixes

  • Ensure proper types for npm and JSR (d9eb568)

0.2.4 (2024-05-03)

Bug Fixes

  • Allow retrying with non-Promise thenables (70f33c0)

0.2.3 (2024-04-12)

Bug Fixes

  • Order of exports in package.json to appease tools (7f6ab10)

0.2.2 (2024-03-13)

Bug Fixes

  • ci: Ensure dist is built for JSR publish (42b5f6a)

0.2.1 (2024-03-13)

Bug Fixes

  • ci: Add token to enable publishing (9ba5d3c)

0.2.0 (2024-03-13)

Features

Bug Fixes

  • docs: make release-please happy (27fa920)

0.1.3 (2024-03-01)

Bug Fixes

  • Caught sync errors should throw original message (657de9c)

0.1.2 (2024-01-17)

Bug Fixes

  • remove duplicate set timeout property (#7) (3c1e10e)
  • repeated error handling (43f4329)

0.1.1 (2024-01-17)

Features

  • Catch sync functions and throw useful error (2a39022)
  • Initial commit (6ceda26)

Bug Fixes