update docs

- pester tests for safety pass for all kinds
- all manual tests pass
This commit is contained in:
pblivingston
2025-12-01 21:34:26 -05:00
parent 9b1b78100c
commit bef4e64c9e
2 changed files with 20 additions and 11 deletions

View File

@@ -9,6 +9,12 @@ Before any major/minor/patch is released all test units will be run to verify th
## [Unreleased] These changes have not been added to PSGallery yet
### Breaking Changes
AddActionMembers now adds ScriptMethods instead of ScriptProperties:
- See Command section of README for details on using special commands
- See Recorder section of README for details on using playback/record actions
### Added
- IRemote base class
@@ -35,6 +41,8 @@ Before any major/minor/patch is released all test units will be run to verify th
- cast vban getters to types for consistency
- Bus.Mono -> [int] for stereo reverse
- Bus.Levels.Convert return type [float] -> [single] for naming consistency, no functional change
- Meta: AddBoolMembers, AddIntMembers $arg types for consistency
- Device: explicit $arg types for consistency
### Fixed