Skip to content

Eventful v0.1.4

Choose a tag to compare

@github-actions github-actions released this 02 Nov 02:14
· 812 commits to main since this release
ade5ac4

0.1.4

  • Module Rebranded to Eventful.
  • Get-EventHandler added

0.1.3

New Event Source:

  • VariableSet

Receive-Event now returns event most-recent to least-recent.
Receive-Event now has -First and -Skip.

Bugfix: On@Repeat now actually starts it's timer.

0.1.2:

New Event Source:

  • UDP

PowerShellAsync Event Source now allows for a -Parameter dictionaries.
0.1.1:

New Event Sources:

  • HTTPResponse
  • PowerShellAsync

New Event Source Capabilities:

Event Sources can now return an InitializeEvent property or provide a ComponentModel.InitializationEvent attribute.
This will be called directly after the subscription is created, so as to avoid signalling too soon.

0.1:

Initial Module Release.

Fun simple event syntax (e.g. on mysignal {"do this"} or on delay "00:00:01" {"do that"})
Better pipelining support for Sending events.