Skip to content

Latest commit

 

History

History
51 lines (24 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

51 lines (24 loc) · 1.72 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.0 (2023-10-25)

Features

0.1.3 (2023-06-20)

0.1.2 (2023-06-09)

0.1.1 (2023-04-20)

Bug Fixes

  • 🐛 Using both before and stage causes incorrected order (0497f84)

0.1.0 (2023-03-30)

⚠ BREAKING CHANGES

  • 🧨 Specified type: new Hook<[unknown], unknown>() -> new Hook<(arg0: unknown) => unknown>()

Features

  • 🎸 Accept once option for tap (64b875e)
  • 🎸 async hooks & basic hook (1448158)

Bug Fixes

  • 🐛 build failed with emitted types (1ea39fd)
  • 🐛 Intercept call with return type (4b7b986)

0.0.1 (2022-12-15)

Features

  • 🎸 async hooks & basic hook (5b02a95)

Bug Fixes

  • 🐛 build failed with emitted types (2f41413)