Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.01 KB

releae_notes.md

File metadata and controls

24 lines (21 loc) · 1.01 KB

v0.0.2

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

v0.0.1

Initial drop

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