Skip to content

Commit 003f2c6

Browse files
author
James Brundage
committed
Updating Module Version [0.0.3] and CHANGELOG
1 parent ce5468b commit 003f2c6

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
## 0.0.3
2-
* Adding Inline Python Support (#63)
3-
* Adding [OutputFile] transpiler (#64)
2+
* New Transpilers:
3+
* .>ValidateExtension (#64)
4+
* .>OutputFile (#53)
5+
* Inline PipeScript Support for New Languages
6+
* Python (#63)
7+
* PHP (#67)
8+
* Razor (#68)
9+
* Bugfixes / improvements:
10+
* Plugged Invoke-PipeScript Parameter Leak (#69)
11+
* .>ValidateTypes transpiler now returns true (#65)
12+
* .>ValidateTypes transpiler now can apply to a [VariableExpressionAST] (#66)
413
* Building PipeScript with PipeScript (#54)
514
---
615

PipeScript.psd1

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.0.2'
2+
ModuleVersion = '0.0.3'
33
Description = 'An Extensible Transpiler for PowerShell (and anything else)'
44
RootModule = 'PipeScript.psm1'
55
PowerShellVersion = '4.0'
@@ -18,8 +18,17 @@
1818
Tags = 'PipeScript','PowerShell', 'Transpilation', 'Compiler'
1919
ReleaseNotes = @'
2020
## 0.0.3
21-
* Adding Inline Python Support (#63)
22-
* Adding [OutputFile] transpiler (#64)
21+
* New Transpilers:
22+
* .>ValidateExtension (#64)
23+
* .>OutputFile (#53)
24+
* Inline PipeScript Support for New Languages
25+
* Python (#63)
26+
* PHP (#67)
27+
* Razor (#68)
28+
* Bugfixes / improvements:
29+
* Plugged Invoke-PipeScript Parameter Leak (#69)
30+
* .>ValidateTypes transpiler now returns true (#65)
31+
* .>ValidateTypes transpiler now can apply to a [VariableExpressionAST] (#66)
2332
* Building PipeScript with PipeScript (#54)
2433
---
2534

0 commit comments

Comments
 (0)