Skip to content

Commit 6c427f2

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating Module Version [0.2.1] and CHANGELOG
1 parent 9174a16 commit 6c427f2

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

PipeScript.psd1

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.2'
2+
ModuleVersion = '0.2.1'
33
Description = 'An Extensible Transpiler for PowerShell (and anything else)'
44
RootModule = 'PipeScript.psm1'
55
PowerShellVersion = '4.0'
@@ -20,19 +20,13 @@
2020
BuildModule = @('EZOut','Piecemeal','PipeScript','HelpOut', 'PSDevOps')
2121
Tags = 'PipeScript','PowerShell', 'Transpilation', 'Compiler'
2222
ReleaseNotes = @'
23-
## 0.2:
23+
## 0.2.1:
2424
25-
* Massive Improvements in Templating
26-
* Templates can be used interactively (Fixes #285)
27-
* Renaming all Inline Transpilers to Template Transpilers
28-
* Natural Parsing Improvements
29-
* ArrayLiterals are expanded (Fixes #291)
30-
* AsSentence now only allows one value into a singleton (Fixes #279)
31-
* Not expanding expandable strings (Fixes #286)
32-
* Transpilers can change nearby context (Fixes #292)
33-
* Allowing dot syntax to extend across multiple statements (Fixes #273)
34-
* Adding requires keyword (Fixes #293)
35-
* PipeScript modifies its own manifest (Fixes #294)
25+
* Adding preliminary 'define' transpiler (Fixes #299)
26+
* Improving interactive templates (now supported for all languages) (Fixes #285)
27+
* Fixing sequence dotting within non-statements (Fixes #298)
28+
* Allow multiple transpiler outputs to update nearby context (Fixes #297)
29+
* No longer expanding Regex Literals in attributes (Fixes #290)
3630
3731
---
3832

0 commit comments

Comments
 (0)