Skip to content

Better high level Apis, support calling powershell in callback

Compare
Choose a tag to compare
@KnicKnic KnicKnic released this 09 Jul 16:37
· 28 commits to master since this release

Still Alpha as interfaces may change, however it should be easy to convert

  1. Added support for adding commands using parameters by name
  2. Made command apis internal
    1. these were lower level functions that not as easy to use
  3. Added higher level functions for running a script or command
    1. Added support for named arguments and unnamed arguments
  4. Support for Calling into powershell from callback
    1. Known as NestedPowershell / NestedPipeline
  5. Reference dependency library from checked in file via git
    1. This makes project much easier to consume
  6. Updated docs & examples
    1. Increase test coverage
    2. Remove usage of examples for internal tests
  7. Standardized cleanup routines to be all call Close
    1. Previously some where called Delete
  8. checked in x64 binaries to make project easier to consume
    1. binaries checked in separate repo, linked via submodule