Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/event/CHANGELOG.md

πŸ“† Strictly typed event emitter with asynciterator support
Latest
File

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.

2.0.0 - 2021-05-24

Features

1.0.0 - 2021-04-08

Features

Bug Fixes

  • close error with mixed listeners (51a9e71)
  • remove getIterator usages (10bc1c4)

0.2.1 - 2020-12-26

Bug Fixes

  • return type for on, once & off (2c21c49)

0.2.0 - 2020-12-05

Features

  • chainable methods for on, once & off (c67db31)

Bug Fixes

  • make emit async & dont default export (cd5d103)

0.1.0 - 2020-09-11

Features

  • use object instead of tuple for asyncIter value (6dc8218)

Bug Fixes