Skip to content

Commit 80b76b7

Browse files
author
James Brundage
committed
release: Updating Release Notes and Changelog [0.2.8]
1 parent 400648b commit 80b76b7

File tree

2 files changed

+44
-14
lines changed

2 files changed

+44
-14
lines changed

CHANGELOG.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,35 @@ More Implicit Interpretation!
55
* Invoke-Interpreter will now JSONify non-string arguments (#896)
66
* Invoke-Interpreter will now call Out-Parser (#857, #858)
77
* Improved Interpreter exclusions
8-
* `.ExcludePath` excludes path wildcards (#875, #877)
9-
* `.ExcludePattern` excludes by pattern (#875, #876)
8+
* `.ExcludePath` excludes path wildcards (#875, #877)
9+
* `.ExcludePattern` excludes by pattern (#875, #876)
1010
* Implicit Interpretation Demo (#886)
11+
* Get-Interpreter (#747)
1112
* New Languages Supported:
1213
* Crystal (#878)
13-
* More Language Support
14-
* Template.HelloWorld.go (#846)
15-
* Template.HelloWorld.py (#846)
16-
* Python Keywords map (#872)
14+
* C3 (#870)
15+
* Export-PipeScript Improvements:
16+
* Conditional Build Support (#907)
17+
* GitHub Build Summary Support (#914)
18+
* More Language Support:
19+
* More Hello Worlds (#846)
20+
* Template.HelloWorld.go
21+
* Template.HelloWorld.py
22+
* Template.HelloWorld.cpp
23+
* Template.HelloWorld.cr
24+
* Python Improvements:
25+
* Python Keywords map (#872)
26+
* Template.Assignment.py (#927)
27+
* Template.DoLoop.py (#929)
28+
* Template.Import.py (#913)
29+
* Template.UntilLoop.py (#939)
30+
* Template.WhileLoop.py (#936)
1731
* New ScriptProperties
1832
* Language.HasPowerShellInterpreter (#904)
1933
* Language.HasInterpreter (#903)
34+
* Language.Alias(es) (#)
2035
* Adding .Parallel option to GitHub action (defaulting to Serial) (#888)
21-
* Fixing Aliases for Aliases (thanks @HCRitter ! )
36+
* Fixing Alias for Aliases Compiler (thanks @HCRitter ! )
2237

2338
---
2439

PipeScript.ps.psd1

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -237,17 +237,32 @@ More Implicit Interpretation!
237237
* `.ExcludePath` excludes path wildcards (#875, #877)
238238
* `.ExcludePattern` excludes by pattern (#875, #876)
239239
* Implicit Interpretation Demo (#886)
240+
* Get-Interpreter (#747)
240241
* New Languages Supported:
241-
* Crystal (#878)
242-
* More Language Support
243-
* Template.HelloWorld.go (#846)
244-
* Template.HelloWorld.py (#846)
242+
* Crystal (#878)
243+
* C3 (#870)
244+
* Export-PipeScript Improvements:
245+
* Conditional Build Support (#907)
246+
* GitHub Build Summary Support (#914)
247+
* More Language Support:
248+
* More Hello Worlds (#846)
249+
* Template.HelloWorld.go
250+
* Template.HelloWorld.py
251+
* Template.HelloWorld.cpp
252+
* Template.HelloWorld.cr
253+
* Python Improvements:
245254
* Python Keywords map (#872)
255+
* Template.Assignment.py (#927)
256+
* Template.DoLoop.py (#929)
257+
* Template.Import.py (#913)
258+
* Template.UntilLoop.py (#939)
259+
* Template.WhileLoop.py (#936)
246260
* New ScriptProperties
247-
* Language.HasPowerShellInterpreter (#904)
248-
* Language.HasInterpreter (#903)
261+
* Language.HasPowerShellInterpreter (#904)
262+
* Language.HasInterpreter (#903)
263+
* Language.Alias(es) (#)
249264
* Adding .Parallel option to GitHub action (defaulting to Serial) (#888)
250-
* Fixing Aliases for Aliases (thanks @HCRitter ! )
265+
* Fixing Alias for Aliases Compiler (thanks @HCRitter ! )
251266
252267
---
253268

0 commit comments

Comments
 (0)