Skip to content

Commit 852ad46

Browse files
committed
1.0.0
1 parent 4a4784f commit 852ad46

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Node.js module that provides a registry and gateway for execution of pre-defined
1010
* [History](#history)
1111
* [Related tools](#related)
1212

13-
### <a name="overview"></a>Overview
13+
### <a name="overview"></a>Overview
1414

1515
This Node.js module builds on top of [stateful-process-command-proxy](https://github.com/bitsofinfo/stateful-process-command-proxy) to provide a higher level API for a registry of pre-defined commands, specifically for various powershell operations agains Office365; or any powershell command really, you just need to configure them. The module provides a simplified interface to pass arguments to various "named" commands, sanitize the arguments and return the results. This module supports concepts that would permit the construction of a higher level interface to this system, such as via a REST API or user interface... see [powershell-command-executor-ui](https://github.com/bitsofinfo/powershell-command-executor-ui) for a working example of this concept in an useable implementation.
1616

@@ -43,24 +43,24 @@ This script simply exports a few useful pre-defined parameter sets (that one wou
4343
### <a id="history"></a>History
4444

4545
```
46-
v1.0-beta.8 - 2015-???
47-
- Get-DistributionGroupMember - added "-ResultSize Unlimited"
46+
v1.0.0 - 2016-06-08
47+
- Get-DistributionGroupMember - added "-ResultSize Unlimited"
4848
4949
v1.0-beta.7 - 2015-02-10
5050
- Add semi-colins to sanitization
51-
51+
5252
v1.0-beta.6 - 2015-02-06
5353
- Bug fix to injection
54-
54+
5555
v1.0-beta.5 - 2015-02-06
5656
- Further improvement for argument injection
57-
57+
5858
v1.0-beta.4 - 2015-02-05
5959
- Fixes to quote sanitization, bug fixes
60-
60+
6161
v1.0-beta.3 - 2015-01-30
6262
- Tweaks to init commands
63-
63+
6464
v1.0-beta.2 - 2015-01-28
6565
- Whitelisting of commands
6666

0 commit comments

Comments
 (0)