|
| 1 | +--- |
| 2 | + |
| 3 | +title: PipeScript 0.0.7 |
| 4 | +tag: release |
| 5 | +--- |
| 6 | +## 0.0.7: |
| 7 | +* Syntax Improvements: |
| 8 | + * Support for Dot Notation (#107) |
| 9 | +* New Transpilers: |
| 10 | + * .>ModuleRelationships (#105) |
| 11 | + * .>ModuleExports (#104) |
| 12 | + * .>Aliases (#106) |
| 13 | +* Fixes: |
| 14 | + * Invoke-PipeScript improved error behavior (#103) |
| 15 | + * Explicit Transpiler returns modified ScriptBlock (#102) |
| 16 | + * .psm1 alias export fix (#100) |
| 17 | + * Include improvements (#96) |
| 18 | +--- |
| 19 | + |
| 20 | +## 0.0.6: |
| 21 | +* New Transpilers: |
| 22 | + * ValidateScriptBlock |
| 23 | +* Improved Transpilers: |
| 24 | + * [Include] not including source generators (#96) |
| 25 | +* PipeScript.psm1 is now build with PipeScript (#95) |
| 26 | +* Join-PipeScript: Fixing -BlockType (#97) |
| 27 | +* GitHub Action will now look for PipeScript.psd1 in the workspace first (#98) |
| 28 | +--- |
| 29 | + |
| 30 | +## 0.0.5 |
| 31 | +* New Language Features: |
| 32 | + * PipedAssignment (#88) |
| 33 | +* Command Fixes: |
| 34 | + * Invoke-PipeScript now defaults unmapped files to treating them as PowerShell / PipeScript (#86) |
| 35 | +* Improved Transpilers: |
| 36 | + * .>PipeScript.Inline now supports -StartPattern/-EndPattern (#85) |
| 37 | + * Inline Transpilers now use -StartPattern/-EndPattern (#85) |
| 38 | +* Inline PipeScript Support for New Languages |
| 39 | + * .>Inline.PSD1 (#89) |
| 40 | + * .>Inline.XML now handles .PS1XML (#91) |
| 41 | +--- |
| 42 | + |
| 43 | +## 0.0.4 |
| 44 | +* New Transpilers: |
| 45 | + * .>RegexLiteral (#77) |
| 46 | +* Improved Transpilers: |
| 47 | + * .>PipeScript.Inline now supports -ReplacePattern (#84) |
| 48 | + * .>Include now supports wildcards (#81) |
| 49 | +* Inline PipeScript Support for New Languages |
| 50 | + * ATOM (#79) |
| 51 | + * Bicep (#73) |
| 52 | + * HLSL (#76) |
| 53 | + * Perl / POD (#74) |
| 54 | + * RSS (#80) |
| 55 | + |
| 56 | +--- |
| 57 | +## 0.0.3 |
| 58 | +* New Transpilers: |
| 59 | + * .>ValidateExtension (#64) |
| 60 | + * .>OutputFile (#53) |
| 61 | +* Inline PipeScript Support for New Languages |
| 62 | + * Python (#63) |
| 63 | + * PHP (#67) |
| 64 | + * Razor (#68) |
| 65 | +* Bugfixes / improvements: |
| 66 | + * Plugged Invoke-PipeScript Parameter Leak (#69) |
| 67 | + * .>ValidateTypes transpiler now returns true (#65) |
| 68 | + * .>ValidateTypes transpiler now can apply to a [VariableExpressionAST] (#66) |
| 69 | +* Building PipeScript with PipeScript (#54) |
| 70 | +--- |
| 71 | + |
| 72 | +## 0.0.2 |
| 73 | +* New Transpilers: |
| 74 | + * .>ValidatePlatform (#58) |
| 75 | + * .>ValidatePropertyName (#59) |
| 76 | + * .>Inline.ObjectiveC (#60) |
| 77 | +* Transpiler Fixes |
| 78 | + * .>VBN now supports -Position (#57) |
| 79 | +* GitHub Action Bugfix (#55) |
| 80 | +--- |
| 81 | +## 0.0.1 |
| 82 | +Initial Commit. |
0 commit comments