CHANGELOG
- Consistent PSObject handling
- Centralized JSONification -Export
- Better tests
- Upgrade of electron
- Support for different PS versions (runtime=ps5, ps6 or ps*)
- Linux compatibility...
- Data grid vizualisation of pipeline output
- Edit pipeline details form
- pow run export can now automatically convert non-string output to JSON
- Streamed pipelines
- CmdLet support as components
- Adaptors made but not yet used
- Save, build, verify and run from IDE
- Preview step from IDE
- Return issues with component in POWMessages in
pow inspect
- Universally use
$ErrorActionPreference Stop
to ensure exceptions are thrown - Component tests and -POWAction
- Use vuetify cards for steps
- Load pipeline definition dynamically
- Load components definition dynamically
- Switched pow to UTF-8 output for components export
- Removed path and extension from component reference
- Esc to close step
- BUGFIX: Paths broken in pow build/run/verify etc
- Dynamically load available inputs selector on step
- IDE Forms
- Input/Output Descriptions of components
- Drop DOS support
- Generate components.json with
pow components ./examples/components