Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 576 Bytes

CHANGELOG.md

File metadata and controls

13 lines (11 loc) · 576 Bytes

Change Log

v3.1.0 - 2017-02-25

Implemented enhancements:

  • Add support to most of PowerShell data types including switch options ({name: ''}).
  • New syntax to send parameters to addCommand method. {name: value}
  • New homepage and docs.
  • Add headers to build files.
  • Integration with travis-ci.

Fixed bugs:

  • Unable to send [switch] options. #17
  • Unable to send array of strings. #15