Skip to content

Commit 9e5c084

Browse files
author
James Brundage
committed
Updating Module Version [0.1.4] and CHANGELOG
1 parent 30705b7 commit 9e5c084

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.1.4:
2+
* ValidateScriptBlock improvements
3+
* Adding -NoLoop/-NoWhileLoop (Fixes #227)
4+
* Adding -IncludeCommand/-ExcludeCommand (Fixes #224)
5+
* Adding -IncludeType/-ExcludeType (Fixes #225)
6+
* Adding -AstCondition (Fixes #226)
7+
* Improved documentation of [decorate] transpiler (Fixes #222)
8+
* Core Parameter Transpiler no longer considers real types (Fixes #223)
9+
* Adding new value for PipeScript.PipeScriptType: BuildScript (Fixes #228)
10+
---
11+
112
## 0.1.3:
213
* New Protocols: UDP (Fixes #208)
314
* New Inline Language Support:

PipeScript.psd1

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.1.3'
2+
ModuleVersion = '0.1.4'
33
Description = 'An Extensible Transpiler for PowerShell (and anything else)'
44
RootModule = 'PipeScript.psm1'
55
PowerShellVersion = '4.0'
@@ -19,6 +19,17 @@
1919
BuildModule = @('EZOut','Piecemeal','PipeScript','HelpOut', 'PSDevOps')
2020
Tags = 'PipeScript','PowerShell', 'Transpilation', 'Compiler'
2121
ReleaseNotes = @'
22+
## 0.1.4:
23+
* ValidateScriptBlock improvements
24+
* Adding -NoLoop/-NoWhileLoop (Fixes #227)
25+
* Adding -IncludeCommand/-ExcludeCommand (Fixes #224)
26+
* Adding -IncludeType/-ExcludeType (Fixes #225)
27+
* Adding -AstCondition (Fixes #226)
28+
* Improved documentation of [decorate] transpiler (Fixes #222)
29+
* Core Parameter Transpiler no longer considers real types (Fixes #223)
30+
* Adding new value for PipeScript.PipeScriptType: BuildScript (Fixes #228)
31+
---
32+
2233
## 0.1.3:
2334
* New Protocols: UDP (Fixes #208)
2435
* New Inline Language Support:

0 commit comments

Comments
 (0)