@@ -5,20 +5,35 @@ More Implicit Interpretation!
5
5
* Invoke-Interpreter will now JSONify non-string arguments (#896 )
6
6
* Invoke-Interpreter will now call Out-Parser (#857 , #858 )
7
7
* 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 )
10
10
* Implicit Interpretation Demo (#886 )
11
+ * Get-Interpreter (#747 )
11
12
* New Languages Supported:
12
13
* 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 )
17
31
* New ScriptProperties
18
32
* Language.HasPowerShellInterpreter (#904 )
19
33
* Language.HasInterpreter (#903 )
34
+ * Language.Alias(es) (#)
20
35
* 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 ! )
22
37
23
38
---
24
39
0 commit comments