Skip to content

Commit 307767f

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating Module Version [0.2.2] and CHANGELOG
1 parent 48b79ed commit 307767f

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

PipeScript.psd1

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.2.1'
2+
ModuleVersion = '0.2.2'
33
Description = 'An Extensible Transpiler for PowerShell (and anything else)'
44
RootModule = 'PipeScript.psm1'
55
PowerShellVersion = '4.0'
@@ -38,13 +38,22 @@ PipeScript files.
3838
BuildModule = @('EZOut','Piecemeal','PipeScript','HelpOut', 'PSDevOps')
3939
Tags = 'PipeScript','PowerShell', 'Transpilation', 'Compiler'
4040
ReleaseNotes = @'
41-
## 0.2.1:
41+
## PipeScript 0.2.2:
4242
43-
* Adding preliminary 'define' transpiler (Fixes #299)
44-
* Improving interactive templates (now supported for all languages) (Fixes #285)
45-
* Fixing sequence dotting within non-statements (Fixes #298)
46-
* Allow multiple transpiler outputs to update nearby context (Fixes #297)
47-
* No longer expanding Regex Literals in attributes (Fixes #290)
43+
* Build-PipeScript is now Export-PipeScript (aliases remain) (Fixes #312)
44+
* Export-PipeScript: Running BuildScripts first (Fixes #316)
45+
* Join-PipeScript
46+
* Ensuring end blocks remain unnamed if they can be (Fixes #317)
47+
* Trmming empty param blocks from end (Fixes #302)
48+
* Update-PipeScript:
49+
* Adding -InsertBefore/After (Fixes #309). Improving aliasing (Fixes #310)
50+
* Aliasing RenameVariable to RenameParameter (Fixes #303). Improving inner docs
51+
* requires transpiler: Caching Find-Module results (Fixes #318)
52+
* Extending Types:
53+
* Adding PipeScript.Template (Fixes #315)
54+
* Adding 'ExtensionScript' to PipeScript.PipeScriptType (Fixes #313)
55+
* Greatly extending ParameterAst (Fixes #305)
56+
* Extending ParamBlockAst (Fixes #304)
4857
4958
---
5059

0 commit comments

Comments
 (0)