Eventful
0.1.8
Easy Eventful PowerShell
Installation Options
Owners
Copyright
2021-2023 Start-Automating
Package Details
Author(s)
- James Brundage
Tags
Dependencies
This module has no dependencies.
Release Notes
## Eventful 0.1.8:
* Eventful Supports Sponsorship (#25)
* New Commands!
* Import-Event (#28)
* Export-Event (#27)
* Send-Event can now send -EventArguments and -MessageData (#26)
* Watch-Event now supports -MaxTriggerCount and -MessageData (#29)
* Simplifying event source registration (any `@*` script or function) (#30)
* Making one-time event sources more efficient (#31)
---
## Eventful 0.1.7:
* Adding On@CommandNotFound event source (Fixes #11)
* Watch-Event now allows eventsources -recursively (Fixes #15)
---
## Eventful 0.1.6
* Adding LocationChanged event source (Fixes #12)
---
## Eventful 0.1.5
* Adding On@Event (#2)
* Send-Event support for piping existing events (#4)
* Adding /docs (#5)
---
## Eventful 0.1.4
* Module Rebranded to Eventful.
* Get-EventHandler added
---
## Eventful 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.
---
## Eventful 0.1.2
New Event Source:
* UDP
PowerShellAsync Event Source now allows for a -Parameter dictionaries.
---
## Eventful 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.
---
## Eventful 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
- Get-EventSource.ps1
- docs\FileChange-EventSource.md
- Eventful.ezout.ps1
- docs\Import-Event.md
- Export-Event.ps1
- docs\Process-EventSource.md
- Watch-Event.ps1
- docs\CommandNotFound-EventSource.md
- Eventful.psm1
- docs\VariableSet-EventSource.md
- Receive-Event.ps1
- docs\PowerShellAsync-EventSource.md
- Eventful.HelpOut.ps1
- docs\HttpResponse-EventSource.md
- Eventful.types.ps1xml
- docs\2021-11-02.md
- Clear-EventSource.ps1
- docs\2021-11.md
- Eventful.GithubWorkflow.psdevops.ps1
- docs\Time-EventSource.md
- CHANGELOG.md
- docs\Receive-Event.md
- Eventful.format.ps1xml
- docs\rss.xml
- docs\Export-Event.md
- Send-Event.ps1
- docs\Send-Event.md
- Eventful.tests.ps1
- docs\CNAME
- Eventful.PSSVG.ps1
- docs\UDP-EventSource.md
- LICENSE
- docs\2022-10-23.md
- Import-Event.ps1
- docs\2022.md
- Get-EventHandler.ps1
- docs\Understanding_Event_Sources.md
- Understanding_Event_Sources.md
- docs\2022-06.md
- README.md
- docs\Watch-Event.md
- Eventful.psd1
- docs\README.md
- Assets\Eventful.svg
- docs\Get-EventHandler.md
- EventSources\@LocationChanged.ps1
- docs\LocationChanged-EventSource.md
- EventSources\@Delay.ps1
- docs\Delay-EventSource.md
- EventSources\@CommandNotFound.ps1
- docs\ModuleChanged-EventSource.md
- EventSources\@PowerShellAsync.ps1
- docs\2021.md
- EventSources\@FileChange.ps1
- en-us\Understanding_Event_Sources.help.txt
- EventSources\@HttpResponse.ps1
- en-us\about_Eventful.help.txt
- EventSources\@UDP.ps1
- Formatting\Eventful.EventSource.format.ps1
- EventSources\@ModuleChanged.ps1
- Formatting\EventFul.EventHandler.format.ps1
- EventSources\@Job.ps1
- docs\Assets\Eventful.svg
- EventSources\@Time.ps1
- docs\_posts\2021-11-02-Eventful-v0.1.4.md
- EventSources\README.ps.md
- docs\_posts\2022-06-08-Eventful-0.1.5.md
- EventSources\@Event.ps1
- docs\_posts\2022-10-23-Eventful-0.1.7.md
- EventSources\@VariableSet.ps1
- docs\_posts\2022-10-18-Eventful-0.1.6.md
- EventSources\@Repeat.ps1
- GitHub\Jobs\BuildEventful.psd1
- EventSources\README.md
- GitHub\Jobs\RunGitPub.psd1
- EventSources\@Process.ps1
- Types\Eventful.EventSource\get_Description.ps1
- docs\2022-10-18.md
- Types\Eventful.EventSource\get_Synopsis.ps1
- docs\2022-06-08.md
- Types\Eventful.EventSource\get_Help.ps1
- docs\Event-EventSource.md
- Types\Eventful.EventSource\get_EventSourceID.ps1
- docs\Job-EventSource.md
- Types\Eventful.EventHandler\get_Description.ps1
- docs\Repeat-EventSource.md
- Types\Eventful.EventHandler\get_Synopsis.ps1
- docs\2022-10.md
- Types\Eventful.EventHandler\get_Help.ps1
- docs\Get-EventSource.md
- Types\Eventful.EventHandler\get_IsSpecificEvent.ps1
- docs\_config.yml
- Types\Eventful.EventHandler\get_Name.ps1
- docs\Clear-EventSource.md
- Types\Eventful.EventHandler\get_SourceIdentifier.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
0.1.8 (current version) | 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 | 39 | 11/2/2021 |