Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Releases: proc7ts/fun-events

Release 10.5.3

24 May 07:57
v10.5.3
a4a0671
Compare
Choose a tag to compare

Packaging

  • Mark package free of side effects.

Release 10.5.2

26 Jan 12:28
v10.5.2
72e5ac5
Compare
Choose a tag to compare

Packaging

  • Build with @run-z/project-config.
  • Make exports compatible with Node16 module resolution.
  • Expose type definitions with typesVersions property.

Release 10.5.1

29 Jul 08:36
v10.5.1
Compare
Choose a tag to compare

Changes

onPromise(): Accept promise-like and raw value instances

Release 10.5.0

28 May 04:57
v10.5.0
Compare
Choose a tag to compare

Packaging

  • Bundle in ESM format only.

Release 10.4.0

11 Mar 12:42
Compare
Choose a tag to compare

Dependencies

  • @proc7ts/primitives v2
  • @proc7ts/supply

Release 10.3.1

28 Feb 09:41
Compare
Choose a tag to compare

Improvements

  • Improve afterValue() signature to reflect undefined values.

Release 10.3.0

28 Feb 09:28
Compare
Choose a tag to compare

New Features

  • Add afterValue() event keeper builder.
    Conditionally converts arbitrary value to its AfterEvent keeper, unless it is an AfterEvent keeper already.

Release 10.2.0

12 Feb 07:20
Compare
Choose a tag to compare

New Features

  • Add isOnEvent() value type checker.
  • Add isAfterEvent() value type checker.

Release 10.1.2

05 Feb 09:49
Compare
Choose a tag to compare

Changes

  • Generic event receiver does not require this context and can be deconstructed.
  • digAfter() is applicable to incoming OnEvent sender with fallback.

Release 10.1.1

02 Feb 10:53
Compare
Choose a tag to compare

Changes

  • Allow deduplicateAfter() to compare event cues for similarities .