Eventful
0.1.5
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.5
* Adding On@Event (#2)
* Send-Event support for piping existing events (#4)
* Adding /docs (#5)
---
## 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
- EventSources\@Job.ps1
- @Repeat.ps1
- EventSources\@ModuleChanged.ps1
- Understanding_Event_Sources.md
- en-us\about_Eventful.help.txt
- @Delay.ps1
- docs\Send-Event.md
- CHANGELOG.md
- docs\Time-EventSource.md
- Get-EventSource.ps1
- docs\UDP-EventSource.md
- Eventful.GithubWorkflow.psdevops.ps1
- docs\HttpResponse-EventSource.md
- docs\Get-EventHandler.md
- Get-EventHandler.ps1
- docs\FileChange-EventSource.md
- Eventful.psd1
- docs\PowerShellAsync-EventSource.md
- Eventful.psm1
- docs\Receive-Event.md
- Eventful.HelpOut.ps1
- docs\Event-EventSource.md
- LICENSE
- docs\VariableSet-EventSource.md
- Eventful.types.ps1xml
- docs\Delay-EventSource.md
- Eventful.format.ps1xml
- docs\Watch-Event.md
- Receive-Event.ps1
- docs\Process-EventSource.md
- Send-Event.ps1
- docs\Get-EventSource.md
- Eventful.tests.ps1
- docs\Clear-EventSource.md
- Watch-Event.ps1
- docs\ModuleChanged-EventSource.md
- Eventful.ezout.ps1
- docs\Repeat-EventSource.md
- @Time.ps1
- docs\Job-EventSource.md
- README.md
- Types\Eventful.EventSource\get_EventSourceID.ps1
- Clear-EventSource.ps1
- Types\Eventful.EventSource\get_Description.ps1
- @FileChange.ps1
- Types\Eventful.EventSource\get_Synopsis.ps1
- Formatting\EventFul.EventHandler.format.ps1
- Types\Eventful.EventSource\get_Help.ps1
- Formatting\Eventful.EventSource.format.ps1
- Types\Eventful.EventHandler\get_Name.ps1
- EventSources\@VariableSet.ps1
- Types\Eventful.EventHandler\get_IsSpecificEvent.ps1
- EventSources\@PowerShellAsync.ps1
- Types\Eventful.EventHandler\get_Description.ps1
- EventSources\@UDP.ps1
- Types\Eventful.EventHandler\get_Synopsis.ps1
- EventSources\@Process.ps1
- Types\Eventful.EventHandler\get_SourceIdentifier.ps1
- EventSources\@Event.ps1
- Types\Eventful.EventHandler\get_Help.ps1
- EventSources\@HttpResponse.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
0.1.8 | 94 | 6/10/2023 |
0.1.7 | 56 | 10/23/2022 |
0.1.6 | 23 | 10/18/2022 |
0.1.5 (current version) | 35 | 6/8/2022 |
0.1.4 | 39 | 11/2/2021 |