Eventful
0.1.4
Easy Eventful Asynchronous Scripting with PowerShell
Installation Options
Owners
Copyright
2021 Start-Automating
Package Details
Author(s)
- James Brundage
Tags
Dependencies
This module has no dependencies.
Release Notes
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.
FileList
- Eventful.nuspec
- @FileChange.ps1
- Formatting\EventFul.EventHandler.format.ps1
- Eventful.ezout.ps1
- Formatting\Eventful.EventSource.format.ps1
- Get-EventHandler.ps1
- EventSources\@HttpResponse.ps1
- Eventful.GithubWorkflow.psdevops.ps1
- EventSources\@UDP.ps1
- README.md
- EventSources\@Process.ps1
- @Time.ps1
- EventSources\@ModuleChanged.ps1
- LICENSE
- EventSources\@VariableSet.ps1
- Clear-EventSource.ps1
- EventSources\@PowerShellAsync.ps1
- Receive-Event.ps1
- EventSources\@Job.ps1
- Send-Event.ps1
- en-us\about_Eventful.help.txt
- Eventful.psm1
- Types\Eventful.EventHandler\get_Description.ps1
- Get-EventSource.ps1
- Types\Eventful.EventHandler\get_Synopsis.ps1
- Eventful.format.ps1xml
- Types\Eventful.EventHandler\get_Help.ps1
- Types\Eventful.EventHandler\get_IsSpecificEvent.ps1
- Eventful.tests.ps1
- Types\Eventful.EventHandler\get_Name.ps1
- Watch-Event.ps1
- Types\Eventful.EventHandler\get_SourceIdentifier.ps1
- @Repeat.ps1
- Types\Eventful.EventSource\get_Description.ps1
- Eventful.psd1
- Types\Eventful.EventSource\get_EventSourceID.ps1
- @Delay.ps1
- Types\Eventful.EventSource\get_Synopsis.ps1
- Eventful.types.ps1xml
- Types\Eventful.EventSource\get_Help.ps1
- Understanding_Event_Sources.md
Version History
Version | Downloads | Last updated |
---|---|---|
0.1.8 | 83 | 6/10/2023 |
0.1.7 | 55 | 10/23/2022 |
0.1.6 | 16 | 10/18/2022 |
0.1.5 | 35 | 6/8/2022 |
0.1.4 (current version) | 39 | 11/2/2021 |