|
1 | 1 | @{ |
2 | | - ModuleVersion = '0.1.1' |
| 2 | + ModuleVersion = '0.1.2' |
3 | 3 | Description = 'An Extensible Transpiler for PowerShell (and anything else)' |
4 | 4 | RootModule = 'PipeScript.psm1' |
5 | 5 | PowerShellVersion = '4.0' |
|
19 | 19 | BuildModule = @('EZOut','Piecemeal','PipeScript','HelpOut', 'PSDevOps') |
20 | 20 | Tags = 'PipeScript','PowerShell', 'Transpilation', 'Compiler' |
21 | 21 | ReleaseNotes = @' |
| 22 | +## 0.1.2: |
| 23 | +* New Inline Language support |
| 24 | + * Batch support (Fixes #198) |
| 25 | + * Bash Support (Fixes #194) |
| 26 | +* Core Inline Transpiler : Adding -LinePattern (fixes #197) |
| 27 | +* New-PipeScript: Writing help (Fixes #195) and functions (fixes #196) |
| 28 | +* AST Type Improvements: |
| 29 | + * Adding [AST].Transpile() (Fixes #192) |
| 30 | + * Considering a pipeline in a hashtable to be assigned (Fixes #193) |
| 31 | + * [ScriptBlock]/[AST]: Adding .Transpilers (Fixes #185) |
| 32 | + * [CommandAst].ResolvedCommand: Checking transpilers first (Fixes #186) |
| 33 | +* Improvements: |
| 34 | + * new keyword property bag improvements (Fixes #191) |
| 35 | + * Use-PipeScript: Defaulting to core transpiler (Fixes #188) |
| 36 | + * Core Transpiler: Allowing -ScriptBlock to be provided postionally (Fixes #189) |
| 37 | + * Adding Hashtable formatter (Fixes #187) |
| 38 | + * HTTP Protocol: Enabling Splatting (Fixes #183) |
| 39 | + * Requiring Inline Transpilers accept [Management.Automation.CommandInfo] from the Pipeline (Fixes #184) |
| 40 | +--- |
| 41 | +
|
22 | 42 | ## 0.1.1: |
23 | 43 | * New Keywords: |
24 | 44 | * await (Fixes #181) |
|
0 commit comments