Skip to content

Commit 5f70bb2

Browse files
author
James Brundage
committed
Updating Module Version [0.0.14] and CHANGELOG
1 parent 2df46e3 commit 5f70bb2

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.0.14:
2+
* New Transpilers:
3+
* [RemoveParameter] (#159)
4+
* [RenameVariable] (#160)
5+
* Keyword Updates:
6+
* new now supports extended type creation (#164)
7+
* until now supports a TimeSpan, DateTime, or EventName string (#153)
8+
* AST Extended Type Enhancements:
9+
* [TypeConstraintAst] and [AttributeAst] now have .ResolvedCommand (#162)
10+
* Action Updates
11+
* Pulling just before push (#163)
12+
* Not running when there is not a current branch (#158)
13+
* Improving email determination (#156)
14+
* Invoke-PipeScript terminates transpiler errors when run interactively (#161)
15+
---
16+
117
## 0.0.13:
218
* New / Improved Keywords
319
* assert keyword (Support for pipelines) (#143)

PipeScript.psd1

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.0.13'
2+
ModuleVersion = '0.0.14'
33
Description = 'An Extensible Transpiler for PowerShell (and anything else)'
44
RootModule = 'PipeScript.psm1'
55
PowerShellVersion = '4.0'
@@ -19,6 +19,22 @@
1919
BuildModule = @('EZOut','Piecemeal','PipeScript','HelpOut', 'PSDevOps')
2020
Tags = 'PipeScript','PowerShell', 'Transpilation', 'Compiler'
2121
ReleaseNotes = @'
22+
## 0.0.14:
23+
* New Transpilers:
24+
* [RemoveParameter] (#159)
25+
* [RenameVariable] (#160)
26+
* Keyword Updates:
27+
* new now supports extended type creation (#164)
28+
* until now supports a TimeSpan, DateTime, or EventName string (#153)
29+
* AST Extended Type Enhancements:
30+
* [TypeConstraintAst] and [AttributeAst] now have .ResolvedCommand (#162)
31+
* Action Updates
32+
* Pulling just before push (#163)
33+
* Not running when there is not a current branch (#158)
34+
* Improving email determination (#156)
35+
* Invoke-PipeScript terminates transpiler errors when run interactively (#161)
36+
---
37+
2238
## 0.0.13:
2339
* New / Improved Keywords
2440
* assert keyword (Support for pipelines) (#143)

0 commit comments

Comments
 (0)