Skip to content

Commit 610fbe3

Browse files
Update CHANGES for 0.3.0 release
1 parent 53a6a4d commit 610fbe3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### 0.3.0
2+
3+
> 2019-07-28
4+
5+
* Add `.check_call` and `.check_output` methods to `nodely.bin.Command`,
6+
the class of the Pythonic `nodely.bin['...']` instances for running
7+
installed Node.js tools
8+
* Make `nodely.bin.Command.__call__` wrap `.check_output` instead of `.call`
9+
and take variable `*cmdargs` parameters instead of a single positional
10+
`cmdargs` sequence parameter
11+
* Define `nodely.NodeCommandError` based on `subprocess.CalledProcessError`.
12+
It adds the working directory to the basic exception message and is raised
13+
from `nodely.bin.Command.check_call` and `.check_output`
14+
115
### 0.2.0
216

317
> 2017-09-12

0 commit comments

Comments
 (0)