Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release notes for 2.8.0 #495

Merged
merged 2 commits into from
Feb 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions node/docs/releases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# AZURE-PIPELINES-TASK-LIB RELEASES

## 2.8.0
* Updated to TypeScript 3.0
* Fixed `which` so that it finds executables that can be executed by the current process, not just those that are executable by everyone.
* Added `setVariable` method to `mock-run` for mocking variables during test.
* Update `MockToolRunner` to emit stdout
* Added support for UNC args in `ToolRunner`
* Added additional logging commands to the Node library to obtain parity with PowerShell.

## 2.7.0
* Updated `setResult` to expose optional done parameter
* Updated `ToolRunner` to distinguish between events for process exit and STDIO streams closed
Expand Down