Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

28 lines (17 loc) · 1.06 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.1 - 2022-10-28

Fixed

  • Set type to dynamic for arguments that have an invalid default value (#15)

v0.2.0 - 2021-10-25

Added

  • new function createResolvedPromise() (#9)

Changed

  • made createPromiseFromNode() public (#9)

Fixed

  • issues in dispose() logic (#9)

v0.1.0 - 2020-10-17

Added

  • initial release