Releases: StartAutomating/PipeScript
Releases · StartAutomating/PipeScript
PipeScript 0.1.8
0.1.8:
- Improvements to 'all' keyword (#264 #263 #260 #253)
- Keywords can now be run interactively (#263)
- New keyword can be piped to (#265)
- Sentences can now map multi-word aliases (#260)
- New [CommandAST] properties: .IsPipedTo .IsPipedFrom
- Added Inline HAXE and Inline Racket support (#259 #262)
Additional history in CHANGELOG
PipeScript 0.1.7
0.1.7:
- Added LATEX / TEX support (Fixes #230)
- Adding LUA support (Fixes #246)
- Fixing Core Transpiler Attribute Behavior (Fixes #247)
0.1.6:
- Added 'all' keyword (iterate over everything) (Fixes #244).
- Added Natural Language Processing to CommandAST (Fixes #242)
- New Language Support:
0.1.5:
- Support for [inherit]ing a command (Fixes #235) (finally/wow)
- Join-PipeScript: Overhauling (Fixes #231 Fixes #232 Fixes #233 Fixes #236)
- [Management.Automation.Language] type extensions: Adding .Script property and .ToString() scriptmethod (Fixes #234)
0.1.4:
- ValidateScriptBlock improvements
- Improved documentation of [decorate] transpiler (Fixes #222)
- Core Parameter Transpiler no longer considers real types (Fixes #223)
- Adding new value for PipeScript.PipeScriptType: BuildScript (Fixes #228)
0.1.3:
- New Protocols: UDP (Fixes #208)
- New Inline Language Support:
- Keyword improvements:
- General Improvements:
- ParameterTypeConstraint now ignores [ordered] (Fixes #190)
- Extended Type System Improvements:
- [ScriptBlock].Transpile() now throws (Fixes #212)
0.1.2:
- New Inline Language support
- Core Inline Transpiler : Adding -LinePattern (fixes #197)
- New-PipeScript: Writing help (Fixes #195) and functions (fixes #196)
- AST Type Improvements:
- Improvements:
- new keyword property bag improvements (Fixes #191)
- Use-PipeScript: Defaulting to core transpiler (Fixes #188)
- Core Transpiler: Allowing -ScriptBlock to be provided postionally (Fixes #189)
- Adding Hashtable formatter (Fixes #187)
- HTTP Protocol: Enabling Splatting (Fixes #183)
- Requiring Inline Transpilers accept [Management.Automation.CommandInfo] from the Pipeline (Fixes #184)
0.1.1:
- New Keywords:
- await (Fixes #181)
- New-PipeScript:
- Update-PipeScript:
- Use-PipeScript:
- Supporting Get-Command -Syntax (Fixes #177)
- Types/Formatting Fixes:
0.1:
- PipeScript can now Transpile Protocols (Fixes #168)
- PipeScript can transpile http[s] protocol (Fixes #169)
- PipeScript now formats the AST (Fixes #166)
- Added .IsAssigned to CommandAST/PipelineAST (Fixes #167)
0.0.14:
- New Transpilers:
- Keyword Updates:
- AST Extended Type Enhancements:
- [TypeConstraintAst] and [AttributeAst] now have .ResolvedCommand (#162)
- Action Updates
- Invoke-PipeScript terminates transpiler errors when run interactively (#161)
0.0.13:
- New / Improved Keywords
- Syntax Improvements
- New Inline PipeScript support:
- Now Supporting Inline PipeScript in YAML (#147)
- General Improvements:
- Extending AST Types (#145)
0.0.12:
0.0.11:
- Source Generators Now Support Parameters / Arguments (#75)
- Invoke-PipeScript Terminating Build Errors (#135)
0.0.10:
- Improvements:
- Bugfixes:
0.0.9:
- New Features:
- Fixes
0.0.8:
- New Commands:
- New Transpilers:
- Bugfixes and improvements:
0.0.7:
- Syntax Improvements:
- Support for Dot Notation (#107)
- New Transpilers:
- Fixes:
0.0.6:
- New Transpilers:
- ValidateScriptBlock
- Improved Transpilers:
- [Include] not including source generators (#96)
- PipeScript.psm1 is now build with PipeScript (#95)
- Join-PipeScript: Fixing -BlockType (#97)
- GitHub Action will now look for PipeScript.psd1 in the workspace first (#98)
0.0.5
- New Language Features:
- PipedAssignment (#88)
- Command Fixes:
- Invoke-PipeScript now defaults unmapped files to treating them as PowerShell / PipeScript (#86)
- Improved Transpilers:
- Inline PipeScript Support for New Languages
0.0.4
- New Transpilers:
- .>RegexLiteral (#77)
- Improved Transpilers:
- Inline PipeScript Support for New Languages
0.0.3
- New Transpilers:
- Inline PipeScript Support for New Languages
- Bugfixes / improvements:
- Building PipeScript with PipeScript (#54)
0.0.2
0.0.1
Initial Commit.
PipeScript 0.1.6
0.1.6:
- Added 'all' keyword (iterate over everything) (Fixes #244).
- Added Natural Language Processing to CommandAST (Fixes #242)
- New Language Support:
0.1.5:
- Support for [inherit]ing a command (Fixes #235) (finally/wow)
- Join-PipeScript: Overhauling (Fixes #231 Fixes #232 Fixes #233 Fixes #236)
- [Management.Automation.Language] type extensions: Adding .Script property and .ToString() scriptmethod (Fixes #234)
0.1.4:
- ValidateScriptBlock improvements
- Improved documentation of [decorate] transpiler (Fixes #222)
- Core Parameter Transpiler no longer considers real types (Fixes #223)
- Adding new value for PipeScript.PipeScriptType: BuildScript (Fixes #228)
0.1.3:
- New Protocols: UDP (Fixes #208)
- New Inline Language Support:
- Keyword improvements:
- General Improvements:
- ParameterTypeConstraint now ignores [ordered] (Fixes #190)
- Extended Type System Improvements:
- [ScriptBlock].Transpile() now throws (Fixes #212)
0.1.2:
- New Inline Language support
- Core Inline Transpiler : Adding -LinePattern (fixes #197)
- New-PipeScript: Writing help (Fixes #195) and functions (fixes #196)
- AST Type Improvements:
- Improvements:
- new keyword property bag improvements (Fixes #191)
- Use-PipeScript: Defaulting to core transpiler (Fixes #188)
- Core Transpiler: Allowing -ScriptBlock to be provided postionally (Fixes #189)
- Adding Hashtable formatter (Fixes #187)
- HTTP Protocol: Enabling Splatting (Fixes #183)
- Requiring Inline Transpilers accept [Management.Automation.CommandInfo] from the Pipeline (Fixes #184)
0.1.1:
- New Keywords:
- await (Fixes #181)
- New-PipeScript:
- Update-PipeScript:
- Use-PipeScript:
- Supporting Get-Command -Syntax (Fixes #177)
- Types/Formatting Fixes:
0.1:
- PipeScript can now Transpile Protocols (Fixes #168)
- PipeScript can transpile http[s] protocol (Fixes #169)
- PipeScript now formats the AST (Fixes #166)
- Added .IsAssigned to CommandAST/PipelineAST (Fixes #167)
0.0.14:
- New Transpilers:
- Keyword Updates:
- AST Extended Type Enhancements:
- [TypeConstraintAst] and [AttributeAst] now have .ResolvedCommand (#162)
- Action Updates
- Invoke-PipeScript terminates transpiler errors when run interactively (#161)
0.0.13:
- New / Improved Keywords
- Syntax Improvements
- New Inline PipeScript support:
- Now Supporting Inline PipeScript in YAML (#147)
- General Improvements:
- Extending AST Types (#145)
0.0.12:
0.0.11:
- Source Generators Now Support Parameters / Arguments (#75)
- Invoke-PipeScript Terminating Build Errors (#135)
0.0.10:
- Improvements:
- Bugfixes:
0.0.9:
- New Features:
- Fixes
0.0.8:
- New Commands:
- New Transpilers:
- Bugfixes and improvements:
0.0.7:
- Syntax Improvements:
- Support for Dot Notation (#107)
- New Transpilers:
- Fixes:
0.0.6:
- New Transpilers:
- ValidateScriptBlock
- Improved Transpilers:
- [Include] not including source generators (#96)
- PipeScript.psm1 is now build with PipeScript (#95)
- Join-PipeScript: Fixing -BlockType (#97)
- GitHub Action will now look for PipeScript.psd1 in the workspace first (#98)
0.0.5
- New Language Features:
- PipedAssignment (#88)
- Command Fixes:
- Invoke-PipeScript now defaults unmapped files to treating them as PowerShell / PipeScript (#86)
- Improved Transpilers:
- Inline PipeScript Support for New Languages
0.0.4
- New Transpilers:
- .>RegexLiteral (#77)
- Improved Transpilers:
- Inline PipeScript Support for New Languages
0.0.3
- New Transpilers:
- Inline PipeScript Support for New Languages
- Bugfixes / improvements:
- Building PipeScript with PipeScript (#54)
0.0.2
0.0.1
Initial Commit.
PipeScript 0.1.5
0.1.5:
- Support for [inherit]ing a command (Fixes #235) (finally/wow)
- Join-PipeScript: Overhauling (Fixes #231 Fixes #232 Fixes #233 Fixes #236)
- [Management.Automation.Language] type extensions: Adding .Script property and .ToString() scriptmethod (Fixes #234)
0.1.4:
- ValidateScriptBlock improvements
- Improved documentation of [decorate] transpiler (Fixes #222)
- Core Parameter Transpiler no longer considers real types (Fixes #223)
- Adding new value for PipeScript.PipeScriptType: BuildScript (Fixes #228)
0.1.3:
- New Protocols: UDP (Fixes #208)
- New Inline Language Support:
- Keyword improvements:
- General Improvements:
- ParameterTypeConstraint now ignores [ordered] (Fixes #190)
- Extended Type System Improvements:
- [ScriptBlock].Transpile() now throws (Fixes #212)
0.1.2:
- New Inline Language support
- Core Inline Transpiler : Adding -LinePattern (fixes #197)
- New-PipeScript: Writing help (Fixes #195) and functions (fixes #196)
- AST Type Improvements:
- Improvements:
- new keyword property bag improvements (Fixes #191)
- Use-PipeScript: Defaulting to core transpiler (Fixes #188)
- Core Transpiler: Allowing -ScriptBlock to be provided postionally (Fixes #189)
- Adding Hashtable formatter (Fixes #187)
- HTTP Protocol: Enabling Splatting (Fixes #183)
- Requiring Inline Transpilers accept [Management.Automation.CommandInfo] from the Pipeline (Fixes #184)
0.1.1:
- New Keywords:
- await (Fixes #181)
- New-PipeScript:
- Update-PipeScript:
- Use-PipeScript:
- Supporting Get-Command -Syntax (Fixes #177)
- Types/Formatting Fixes:
0.1:
- PipeScript can now Transpile Protocols (Fixes #168)
- PipeScript can transpile http[s] protocol (Fixes #169)
- PipeScript now formats the AST (Fixes #166)
- Added .IsAssigned to CommandAST/PipelineAST (Fixes #167)
0.0.14:
- New Transpilers:
- Keyword Updates:
- AST Extended Type Enhancements:
- [TypeConstraintAst] and [AttributeAst] now have .ResolvedCommand (#162)
- Action Updates
- Invoke-PipeScript terminates transpiler errors when run interactively (#161)
0.0.13:
- New / Improved Keywords
- Syntax Improvements
- New Inline PipeScript support:
- Now Supporting Inline PipeScript in YAML (#147)
- General Improvements:
- Extending AST Types (#145)
0.0.12:
0.0.11:
- Source Generators Now Support Parameters / Arguments (#75)
- Invoke-PipeScript Terminating Build Errors (#135)
0.0.10:
- Improvements:
- Bugfixes:
0.0.9:
- New Features:
- Fixes
0.0.8:
- New Commands:
- New Transpilers:
- Bugfixes and improvements:
0.0.7:
- Syntax Improvements:
- Support for Dot Notation (#107)
- New Transpilers:
- Fixes:
0.0.6:
- New Transpilers:
- ValidateScriptBlock
- Improved Transpilers:
- [Include] not including source generators (#96)
- PipeScript.psm1 is now build with PipeScript (#95)
- Join-PipeScript: Fixing -BlockType (#97)
- GitHub Action will now look for PipeScript.psd1 in the workspace first (#98)
0.0.5
- New Language Features:
- PipedAssignment (#88)
- Command Fixes:
- Invoke-PipeScript now defaults unmapped files to treating them as PowerShell / PipeScript (#86)
- Improved Transpilers:
- Inline PipeScript Support for New Languages
0.0.4
- New Transpilers:
- .>RegexLiteral (#77)
- Improved Transpilers:
- Inline PipeScript Support for New Languages
0.0.3
- New Transpilers:
- Inline PipeScript Support for New Languages
- Bugfixes / improvements:
- Building PipeScript with PipeScript (#54)
0.0.2
0.0.1
Initial Commit.
PipeScript 0.1.4
0.1.4:
- ValidateScriptBlock improvements
- Improved documentation of [decorate] transpiler (Fixes #222)
- Core Parameter Transpiler no longer considers real types (Fixes #223)
- Adding new value for PipeScript.PipeScriptType: BuildScript (Fixes #228)
0.1.3:
- New Protocols: UDP (Fixes #208)
- New Inline Language Support:
- Keyword improvements:
- General Improvements:
- ParameterTypeConstraint now ignores [ordered] (Fixes #190)
- Extended Type System Improvements:
- [ScriptBlock].Transpile() now throws (Fixes #212)
0.1.2:
- New Inline Language support
- Core Inline Transpiler : Adding -LinePattern (fixes #197)
- New-PipeScript: Writing help (Fixes #195) and functions (fixes #196)
- AST Type Improvements:
- Improvements:
- new keyword property bag improvements (Fixes #191)
- Use-PipeScript: Defaulting to core transpiler (Fixes #188)
- Core Transpiler: Allowing -ScriptBlock to be provided postionally (Fixes #189)
- Adding Hashtable formatter (Fixes #187)
- HTTP Protocol: Enabling Splatting (Fixes #183)
- Requiring Inline Transpilers accept [Management.Automation.CommandInfo] from the Pipeline (Fixes #184)
0.1.1:
- New Keywords:
- await (Fixes #181)
- New-PipeScript:
- Update-PipeScript:
- Use-PipeScript:
- Supporting Get-Command -Syntax (Fixes #177)
- Types/Formatting Fixes:
0.1:
- PipeScript can now Transpile Protocols (Fixes #168)
- PipeScript can transpile http[s] protocol (Fixes #169)
- PipeScript now formats the AST (Fixes #166)
- Added .IsAssigned to CommandAST/PipelineAST (Fixes #167)
0.0.14:
- New Transpilers:
- Keyword Updates:
- AST Extended Type Enhancements:
- [TypeConstraintAst] and [AttributeAst] now have .ResolvedCommand (#162)
- Action Updates
- Invoke-PipeScript terminates transpiler errors when run interactively (#161)
0.0.13:
- New / Improved Keywords
- Syntax Improvements
- New Inline PipeScript support:
- Now Supporting Inline PipeScript in YAML (#147)
- General Improvements:
- Extending AST Types (#145)
0.0.12:
0.0.11:
- Source Generators Now Support Parameters / Arguments (#75)
- Invoke-PipeScript Terminating Build Errors (#135)
0.0.10:
- Improvements:
- Bugfixes:
0.0.9:
- New Features:
- Fixes
0.0.8:
- New Commands:
- New Transpilers:
- Bugfixes and improvements:
0.0.7:
- Syntax Improvements:
- Support for Dot Notation (#107)
- New Transpilers:
- Fixes:
0.0.6:
- New Transpilers:
- ValidateScriptBlock
- Improved Transpilers:
- [Include] not including source generators (#96)
- PipeScript.psm1 is now build with PipeScript (#95)
- Join-PipeScript: Fixing -BlockType (#97)
- GitHub Action will now look for PipeScript.psd1 in the workspace first (#98)
0.0.5
- New Language Features:
- PipedAssignment (#88)
- Command Fixes:
- Invoke-PipeScript now defaults unmapped files to treating them as PowerShell / PipeScript (#86)
- Improved Transpilers:
- Inline PipeScript Support for New Languages
0.0.4
- New Transpilers:
- .>RegexLiteral (#77)
- Improved Transpilers:
- Inline PipeScript Support for New Languages
0.0.3
- New Transpilers:
- Inline PipeScript Support for New Languages
- Bugfixes / improvements:
- Building PipeScript with PipeScript (#54)
0.0.2
0.0.1
Initial Commit.
PipeScript 0.1.3
0.1.3:
- New Protocols: UDP (Fixes #208)
- New Inline Language Support:
- Keyword improvements:
- General Improvements:
- ParameterTypeConstraint now ignores [ordered] (Fixes #190)
- Extended Type System Improvements:
- [ScriptBlock].Transpile() now throws (Fixes #212)
0.1.2:
- New Inline Language support
- Core Inline Transpiler : Adding -LinePattern (fixes #197)
- New-PipeScript: Writing help (Fixes #195) and functions (fixes #196)
- AST Type Improvements:
- Improvements:
- new keyword property bag improvements (Fixes #191)
- Use-PipeScript: Defaulting to core transpiler (Fixes #188)
- Core Transpiler: Allowing -ScriptBlock to be provided postionally (Fixes #189)
- Adding Hashtable formatter (Fixes #187)
- HTTP Protocol: Enabling Splatting (Fixes #183)
- Requiring Inline Transpilers accept [Management.Automation.CommandInfo] from the Pipeline (Fixes #184)
0.1.1:
- New Keywords:
- await (Fixes #181)
- New-PipeScript:
- Update-PipeScript:
- Use-PipeScript:
- Supporting Get-Command -Syntax (Fixes #177)
- Types/Formatting Fixes:
0.1:
- PipeScript can now Transpile Protocols (Fixes #168)
- PipeScript can transpile http[s] protocol (Fixes #169)
- PipeScript now formats the AST (Fixes #166)
- Added .IsAssigned to CommandAST/PipelineAST (Fixes #167)
0.0.14:
- New Transpilers:
- Keyword Updates:
- AST Extended Type Enhancements:
- [TypeConstraintAst] and [AttributeAst] now have .ResolvedCommand (#162)
- Action Updates
- Invoke-PipeScript terminates transpiler errors when run interactively (#161)
0.0.13:
- New / Improved Keywords
- Syntax Improvements
- New Inline PipeScript support:
- Now Supporting Inline PipeScript in YAML (#147)
- General Improvements:
- Extending AST Types (#145)
0.0.12:
0.0.11:
- Source Generators Now Support Parameters / Arguments (#75)
- Invoke-PipeScript Terminating Build Errors (#135)
0.0.10:
- Improvements:
- Bugfixes:
0.0.9:
- New Features:
- Fixes
0.0.8:
- New Commands:
- New Transpilers:
- Bugfixes and improvements:
0.0.7:
- Syntax Improvements:
- Support for Dot Notation (#107)
- New Transpilers:
- Fixes:
0.0.6:
- New Transpilers:
- ValidateScriptBlock
- Improved Transpilers:
- [Include] not including source generators (#96)
- PipeScript.psm1 is now build with PipeScript (#95)
- Join-PipeScript: Fixing -BlockType (#97)
- GitHub Action will now look for PipeScript.psd1 in the workspace first (#98)
0.0.5
- New Language Features:
- PipedAssignment (#88)
- Command Fixes:
- Invoke-PipeScript now defaults unmapped files to treating them as PowerShell / PipeScript (#86)
- Improved Transpilers:
- Inline PipeScript Support for New Languages
0.0.4
- New Transpilers:
- .>RegexLiteral (#77)
- Improved Transpilers:
- Inline PipeScript Support for New Languages
0.0.3
- New Transpilers:
- Inline PipeScript Support for New Languages
- Bugfixes / improvements:
- Building PipeScript with PipeScript (#54)
0.0.2
0.0.1
Initial Commit.
PipeScript 0.1.2
0.1.2:
- New Inline Language support
- Core Inline Transpiler : Adding -LinePattern (fixes #197)
- New-PipeScript: Writing help (Fixes #195) and functions (fixes #196)
- AST Type Improvements:
- Improvements:
- new keyword property bag improvements (Fixes #191)
- Use-PipeScript: Defaulting to core transpiler (Fixes #188)
- Core Transpiler: Allowing -ScriptBlock to be provided postionally (Fixes #189)
- Adding Hashtable formatter (Fixes #187)
- HTTP Protocol: Enabling Splatting (Fixes #183)
- Requiring Inline Transpilers accept [Management.Automation.CommandInfo] from the Pipeline (Fixes #184)
0.1.1:
- New Keywords:
- await (Fixes #181)
- New-PipeScript:
- Update-PipeScript:
- Use-PipeScript:
- Supporting Get-Command -Syntax (Fixes #177)
- Types/Formatting Fixes:
0.1:
- PipeScript can now Transpile Protocols (Fixes #168)
- PipeScript can transpile http[s] protocol (Fixes #169)
- PipeScript now formats the AST (Fixes #166)
- Added .IsAssigned to CommandAST/PipelineAST (Fixes #167)
0.0.14:
- New Transpilers:
- Keyword Updates:
- AST Extended Type Enhancements:
- [TypeConstraintAst] and [AttributeAst] now have .ResolvedCommand (#162)
- Action Updates
- Invoke-PipeScript terminates transpiler errors when run interactively (#161)
0.0.13:
- New / Improved Keywords
- Syntax Improvements
- New Inline PipeScript support:
- Now Supporting Inline PipeScript in YAML (#147)
- General Improvements:
- Extending AST Types (#145)
0.0.12:
0.0.11:
- Source Generators Now Support Parameters / Arguments (#75)
- Invoke-PipeScript Terminating Build Errors (#135)
0.0.10:
- Improvements:
- Bugfixes:
0.0.9:
- New Features:
- Fixes
0.0.8:
- New Commands:
- New Transpilers:
- Bugfixes and improvements:
0.0.7:
- Syntax Improvements:
- Support for Dot Notation (#107)
- New Transpilers:
- Fixes:
0.0.6:
- New Transpilers:
- ValidateScriptBlock
- Improved Transpilers:
- [Include] not including source generators (#96)
- PipeScript.psm1 is now build with PipeScript (#95)
- Join-PipeScript: Fixing -BlockType (#97)
- GitHub Action will now look for PipeScript.psd1 in the workspace first (#98)
0.0.5
- New Language Features:
- PipedAssignment (#88)
- Command Fixes:
- Invoke-PipeScript now defaults unmapped files to treating them as PowerShell / PipeScript (#86)
- Improved Transpilers:
- Inline PipeScript Support for New Languages
0.0.4
- New Transpilers:
- .>RegexLiteral (#77)
- Improved Transpilers:
- Inline PipeScript Support for New Languages
0.0.3
- New Transpilers:
- Inline PipeScript Support for New Languages
- Bugfixes / improvements:
- Building PipeScript with PipeScript (#54)
0.0.2
0.0.1
Initial Commit.
PipeScript 0.1.1
0.1.1:
- New Keywords:
- await (Fixes #181)
- New-PipeScript:
- Update-PipeScript:
- Use-PipeScript:
- Supporting Get-Command -Syntax (Fixes #177)
- Types/Formatting Fixes:
0.1:
- PipeScript can now Transpile Protocols (Fixes #168)
- PipeScript can transpile http[s] protocol (Fixes #169)
- PipeScript now formats the AST (Fixes #166)
- Added .IsAssigned to CommandAST/PipelineAST (Fixes #167)
0.0.14:
- New Transpilers:
- Keyword Updates:
- AST Extended Type Enhancements:
- [TypeConstraintAst] and [AttributeAst] now have .ResolvedCommand (#162)
- Action Updates
- Invoke-PipeScript terminates transpiler errors when run interactively (#161)
0.0.13:
- New / Improved Keywords
- Syntax Improvements
- New Inline PipeScript support:
- Now Supporting Inline PipeScript in YAML (#147)
- General Improvements:
- Extending AST Types (#145)
0.0.12:
0.0.11:
- Source Generators Now Support Parameters / Arguments (#75)
- Invoke-PipeScript Terminating Build Errors (#135)
0.0.10:
- Improvements:
- Bugfixes:
0.0.9:
- New Features:
- Fixes
0.0.8:
- New Commands:
- New Transpilers:
- Bugfixes and improvements:
0.0.7:
- Syntax Improvements:
- Support for Dot Notation (#107)
- New Transpilers:
- Fixes:
0.0.6:
- New Transpilers:
- ValidateScriptBlock
- Improved Transpilers:
- [Include] not including source generators (#96)
- PipeScript.psm1 is now build with PipeScript (#95)
- Join-PipeScript: Fixing -BlockType (#97)
- GitHub Action will now look for PipeScript.psd1 in the workspace first (#98)
0.0.5
- New Language Features:
- PipedAssignment (#88)
- Command Fixes:
- Invoke-PipeScript now defaults unmapped files to treating them as PowerShell / PipeScript (#86)
- Improved Transpilers:
- Inline PipeScript Support for New Languages
0.0.4
- New Transpilers:
- .>RegexLiteral (#77)
- Improved Transpilers:
- Inline PipeScript Support for New Languages
0.0.3
- New Transpilers:
- Inline PipeScript Support for New Languages
- Bugfixes / improvements:
- Building PipeScript with PipeScript (#54)
0.0.2
0.0.1
Initial Commit.
PipeScript 0.1
0.1:
- PipeScript can now Transpile Protocols (Fixes #168)
- PipeScript can transpile http[s] protocol (Fixes #169)
- PipeScript now formats the AST (Fixes #166)
- Added .IsAssigned to CommandAST/PipelineAST (Fixes #167)
0.0.14:
- New Transpilers:
- Keyword Updates:
- AST Extended Type Enhancements:
- [TypeConstraintAst] and [AttributeAst] now have .ResolvedCommand (#162)
- Action Updates
- Invoke-PipeScript terminates transpiler errors when run interactively (#161)
0.0.13:
- New / Improved Keywords
- Syntax Improvements
- New Inline PipeScript support:
- Now Supporting Inline PipeScript in YAML (#147)
- General Improvements:
- Extending AST Types (#145)
0.0.12:
0.0.11:
- Source Generators Now Support Parameters / Arguments (#75)
- Invoke-PipeScript Terminating Build Errors (#135)
0.0.10:
- Improvements:
- Bugfixes:
0.0.9:
- New Features:
- Fixes
0.0.8:
- New Commands:
- New Transpilers:
- Bugfixes and improvements:
0.0.7:
- Syntax Improvements:
- Support for Dot Notation (#107)
- New Transpilers:
- Fixes:
0.0.6:
- New Transpilers:
- ValidateScriptBlock
- Improved Transpilers:
- [Include] not including source generators (#96)
- PipeScript.psm1 is now build with PipeScript (#95)
- Join-PipeScript: Fixing -BlockType (#97)
- GitHub Action will now look for PipeScript.psd1 in the workspace first (#98)
0.0.5
- New Language Features:
- PipedAssignment (#88)
- Command Fixes:
- Invoke-PipeScript now defaults unmapped files to treating them as PowerShell / PipeScript (#86)
- Improved Transpilers:
- Inline PipeScript Support for New Languages
0.0.4
- New Transpilers:
- .>RegexLiteral (#77)
- Improved Transpilers:
- Inline PipeScript Support for New Languages
0.0.3
- New Transpilers:
- Inline PipeScript Support for New Languages
- Bugfixes / improvements:
- Building PipeScript with PipeScript (#54)
0.0.2
0.0.1
Initial Commit.
PipeScript 0.0.14
0.0.14:
- New Transpilers:
- Keyword Updates:
- AST Extended Type Enhancements:
- [TypeConstraintAst] and [AttributeAst] now have .ResolvedCommand (#162)
- Action Updates
- Invoke-PipeScript terminates transpiler errors when run interactively (#161)
0.0.13:
- New / Improved Keywords
- Syntax Improvements
- New Inline PipeScript support:
- Now Supporting Inline PipeScript in YAML (#147)
- General Improvements:
- Extending AST Types (#145)
0.0.12:
0.0.11:
- Source Generators Now Support Parameters / Arguments (#75)
- Invoke-PipeScript Terminating Build Errors (#135)
0.0.10:
- Improvements:
- Bugfixes:
0.0.9:
- New Features:
- Fixes
0.0.8:
- New Commands:
- New Transpilers:
- Bugfixes and improvements:
0.0.7:
- Syntax Improvements:
- Support for Dot Notation (#107)
- New Transpilers:
- Fixes:
0.0.6:
- New Transpilers:
- ValidateScriptBlock
- Improved Transpilers:
- [Include] not including source generators (#96)
- PipeScript.psm1 is now build with PipeScript (#95)
- Join-PipeScript: Fixing -BlockType (#97)
- GitHub Action will now look for PipeScript.psd1 in the workspace first (#98)
0.0.5
- New Language Features:
- PipedAssignment (#88)
- Command Fixes:
- Invoke-PipeScript now defaults unmapped files to treating them as PowerShell / PipeScript (#86)
- Improved Transpilers:
- Inline PipeScript Support for New Languages
0.0.4
- New Transpilers:
- .>RegexLiteral (#77)
- Improved Transpilers:
- Inline PipeScript Support for New Languages
0.0.3
- New Transpilers:
- Inline PipeScript Support for New Languages
- Bugfixes / improvements:
- Building PipeScript with PipeScript (#54)
0.0.2
0.0.1
Initial Commit.