This repository has been archived by the owner on Sep 17, 2023. It is now read-only.
Releases: proc7ts/fun-events
Releases · proc7ts/fun-events
Release 10.5.3
Release 10.5.2
Packaging
- Build with
@run-z/project-config
. - Make exports compatible with
Node16
module resolution. - Expose type definitions with
typesVersions
property.
Release 10.5.1
Changes
onPromise()
: Accept promise-like and raw value instances
Release 10.5.0
Packaging
- Bundle in ESM format only.
Release 10.4.0
Dependencies
@proc7ts/primitives
v2@proc7ts/supply
Release 10.3.1
Improvements
- Improve
afterValue()
signature to reflectundefined
values.
Release 10.3.0
New Features
- Add
afterValue()
event keeper builder.
Conditionally converts arbitrary value to itsAfterEvent
keeper, unless it is anAfterEvent
keeper already.
Release 10.2.0
New Features
- Add
isOnEvent()
value type checker. - Add
isAfterEvent()
value type checker.
Release 10.1.2
Changes
- Generic event receiver does not require
this
context and can be deconstructed. digAfter()
is applicable to incomingOnEvent
sender with fallback.
Release 10.1.1
Changes
- Allow
deduplicateAfter()
to compare event cues for similarities .