Skip to content

Improved chain handling

Latest
Compare
Choose a tag to compare
@g105b g105b released this 30 Apr 21:43
a5cdc15

What's Changed

  • Fixed handling of finally within promise chains (#75).
  • Improved rejection handling to resolve chains with a static value (#75).
  • Fixed new issues in chain resolution, ensuring expected behavior (#75).
  • Added tests to validate exception handling when catch is not configured.
  • Began tests for unhandled promise rejections.
  • Simplified and refactored complex and duplicated code for maintainability.

Full Changelog: v2.3.0...v2.4.0