Skip to content

Releases: kettanaito/rettime

v0.2.0

05 Aug 11:13
Compare
Choose a tag to compare

v0.2.0 (2024-08-05)

Features

  • support listener return type (9823495)

Bug Fixes

  • clear event cache on ".emitAsPromise" and ".emitAsGenerator" (b510fd0)
  • support chaining additive methods (f630eb1)

v0.1.2

05 Aug 10:49
Compare
Choose a tag to compare

v0.1.2 (2024-08-05)

Bug Fixes

  • add ".earlyOn" and ".earlyOnce" methods (d8db736)

v0.1.1

05 Aug 10:19
Compare
Choose a tag to compare

v0.1.1 (2024-08-05)

Bug Fixes

  • add sourcemaps, publish source (421ba82)

v0.1.0

05 Aug 10:16
Compare
Choose a tag to compare

v0.1.0 (2024-08-05)

Features

Bug Fixes

  • remove "options" from "on" and "once" (2b09347)
  • break registrations loop on cancelled events (8c255b0)
  • handle one-time listeners consistently (0a4e802)