1
|
# Change Log
|
2
|
|
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
4
|
|
5
|
<a name="2.0.0"></a>
|
6
|
# [2.0.0](https://github.com/yargs/set-blocking/compare/v1.0.0...v2.0.0) (2016-05-17)
|
7
|
|
8
|
|
9
|
### Features
|
10
|
|
11
|
* add an isTTY check ([#3](https://github.com/yargs/set-blocking/issues/3)) ([66ce277](https://github.com/yargs/set-blocking/commit/66ce277))
|
12
|
|
13
|
|
14
|
### BREAKING CHANGES
|
15
|
|
16
|
* stdio/stderr will not be set to blocking if isTTY === false
|
17
|
|
18
|
|
19
|
|
20
|
<a name="1.0.0"></a>
|
21
|
# 1.0.0 (2016-05-14)
|
22
|
|
23
|
|
24
|
### Features
|
25
|
|
26
|
* implemented shim for stream._handle.setBlocking ([6bde0c0](https://github.com/yargs/set-blocking/commit/6bde0c0))
|