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 bb0265f commit 365e439Copy full SHA for 365e439
README.md
@@ -41,6 +41,15 @@ mocha test/all.js
41
###<a id="history"></a> History
42
43
```
44
+v1.0-beta.4 - 2014-01-28
45
+ - New options for command whitelist regex matching
46
+ Note new parameter order in ProcessProxy constructor!
47
+
48
+ - Support for regex flags for all regex based configs
49
50
+ - All regex pattern based configurations now must be objects
51
+ in format {regex:'pattern' [,flags:'img etc']}
52
53
v1.0-beta.3 - 2014-01-26
54
- New options for command blacklisting regex matching and interval
55
based self auto-invalidation of ProcessProxy instances
0 commit comments