rettime

Type-safe dependency-free EventTarget-inspired event emitter for browser and Node.js.

Stars
8

Bot releases are hidden (Show)

rettime - v0.2.0 Latest Release

Published by kettanaito 2 months ago

v0.2.0 (2024-08-05)

Features

  • support listener return type (98234951648d0edd72d5cf4125350dd35456fca3)

Bug Fixes

  • clear event cache on ".emitAsPromise" and ".emitAsGenerator" (b510fd0b79578702f87abb49150c4f7a84fd75e7)
  • support chaining additive methods (f630eb1d4bc392fb298dcaf1f8805a2749917a21)
rettime - v0.1.2

Published by kettanaito 2 months ago

v0.1.2 (2024-08-05)

Bug Fixes

  • add ".earlyOn" and ".earlyOnce" methods (d8db7366de3edc4f34c20d198a4713c9b9b86ece)
rettime - v0.1.1

Published by kettanaito 2 months ago

v0.1.1 (2024-08-05)

Bug Fixes

  • add sourcemaps, publish source (421ba82d2db30cb1181119f863d90170ec55a893)
rettime - v0.1.0

Published by kettanaito 2 months ago

v0.1.0 (2024-08-05)

Features

  • support async generators (3630ddc5b4f896c9e0e15236bb98e2dfa470e567)
  • initial implementation (b34b4d3664859cdfe9d5eea6291e10113f8571ca)

Bug Fixes

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