Skip to content

Commit b33fe08

Browse files
committed
update for 1.0
1 parent 84ddca6 commit b33fe08

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,27 +53,30 @@ mocha test/all.js
5353
### <a id="history"></a> History
5454

5555
```
56+
v1.0 - 2016-06-08
57+
- Address #7 and #8 (regex w/ global flag reset, arguments in strict-mode)
58+
5659
v1.0-beta.8 - 2015-03-19
5760
- Address memory leaks
58-
61+
5962
v1.0-beta.7 - 2015-02-05
6063
- Blacklist logging fix
61-
64+
6265
v1.0-beta.6 - 2015-01-30
6366
- bug fixes, for auto-invalidation cmds being auto-whitelisted
64-
67+
6568
v1.0-beta.5 - 2015-01-28
6669
- whitelisting fix
6770
6871
v1.0-beta.4 - 2015-01-28
6972
- New options for command whitelist regex matching
7073
Note new parameter order in ProcessProxy constructor!
71-
74+
7275
- Support for regex flags for all regex based configs
73-
76+
7477
- All regex pattern based configurations now must be objects
7578
in format {regex:'pattern' [,flags:'img etc']}
76-
79+
7780
v1.0-beta.3 - 2015-01-26
7881
- New options for command blacklisting regex matching and interval
7982
based self auto-invalidation of ProcessProxy instances
@@ -117,7 +120,7 @@ To use StatefulProcessCommandProxy the constructor takes one parameter which is
117120
processCmdBlacklistRegex: optional config array regex patterns who if match the
118121
command requested to be executed will be rejected
119122
with an error. Blacklists run before whitelists
120-
123+
121124
[ {regex:'regex1',flags:'ig'},
122125
{regex:'regex2',flags:'ig'}...]
123126

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"stateful-process-command-proxy",
3-
"version":"1.0.0-beta.8",
3+
"version":"1.0",
44
"description":"Module for executing commands in shells (bash or powershell etc) against a pool of stateful child processes such as bash or powershell via stdout and stderr streams",
55
"main":"statefulProcessCommandProxy.js",
66
"directories":{

0 commit comments

Comments
 (0)