Skip to content

Commit dcae8ad

Browse files
author
James Brundage
committed
Updating Module Version [0.2.1] and CHANGELOG
1 parent 1e16697 commit dcae8ad

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.2.1:
2+
3+
* Adding preliminary 'define' transpiler (Fixes #299)
4+
* Improving interactive templates (now supported for all languages) (Fixes #285)
5+
* Fixing sequence dotting within non-statements (Fixes #298)
6+
* Allow multiple transpiler outputs to update nearby context (Fixes #297)
7+
* No longer expanding Regex Literals in attributes (Fixes #290)
8+
9+
---
10+
111
## 0.2:
212

313
* Massive Improvements in Templating

PipeScript.ps.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'
@@ -25,19 +25,13 @@
2525
BuildModule = @('EZOut','Piecemeal','PipeScript','HelpOut', 'PSDevOps')
2626
Tags = 'PipeScript','PowerShell', 'Transpilation', 'Compiler'
2727
ReleaseNotes = @'
28-
## 0.2:
28+
## 0.2.1:
2929
30-
* Massive Improvements in Templating
31-
* Templates can be used interactively (Fixes #285)
32-
* Renaming all Inline Transpilers to Template Transpilers
33-
* Natural Parsing Improvements
34-
* ArrayLiterals are expanded (Fixes #291)
35-
* AsSentence now only allows one value into a singleton (Fixes #279)
36-
* Not expanding expandable strings (Fixes #286)
37-
* Transpilers can change nearby context (Fixes #292)
38-
* Allowing dot syntax to extend across multiple statements (Fixes #273)
39-
* Adding requires keyword (Fixes #293)
40-
* PipeScript modifies its own manifest (Fixes #294)
30+
* Adding preliminary 'define' transpiler (Fixes #299)
31+
* Improving interactive templates (now supported for all languages) (Fixes #285)
32+
* Fixing sequence dotting within non-statements (Fixes #298)
33+
* Allow multiple transpiler outputs to update nearby context (Fixes #297)
34+
* No longer expanding Regex Literals in attributes (Fixes #290)
4135
4236
---
4337

0 commit comments

Comments
 (0)