We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a6a4d commit 610fbe3Copy full SHA for 610fbe3
CHANGES.md
@@ -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
15
### 0.2.0
16
17
> 2017-09-12
0 commit comments