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