PipeScript
0.2.3
An Extensible Transpiler for PowerShell (and anything else)
Minimum PowerShell version
4.0
Installation Options
Owners
Copyright
2022 Start-Automating
Package Details
Author(s)
- James Brundage
Tags
PipeScript PowerShell Transpilation Compiler
Functions
Export-PipeScript Get-PipeScript Get-Transpiler Import-PipeScript Invoke-PipeScript Join-PipeScript New-PipeScript Search-PipeScript Update-PipeScript Use-PipeScript
Dependencies
This module has no dependencies.
Release Notes
## PipeScript 0.2.3:
### New Features:
* Added Import-PipeScript (Fixes #366)
* Generating 'PipeScript.Imported' event on Import (#371)
* Functions and Aliases can now be created in namespaces (#329 and #334)
* Functions are imported as they are defined (#360)
* Transpilers can be defined in the PipeScript.Transpiler namespace
* _You can now declare a transpiler and use it in the next line!_
* Partial Functions (#369)
* Conditional Keywords (#374) ( You can now `break if ($false)` / `continue if ($false)`)
### Extended Type Improvements
* Vastly Extending [CommandInfo] (Making PowerShell commands much more capable)
* Properties
* .BlockComments (Fixes #343)
* .Category (Fixes #344)
* .CommandNamespace (Fixes #335)
* .CommandMetadata (#351)
* .Description (#346)
* .FullyQualifiedName (#339)
* .Examples (#348)
* .Links (#349)
* .Metadata (#341)
* .Rank/Order (Fixes #345)
* .Synopsis (#347)
* .Separator (get/set) (#337, #338)
* Methods
* .CouldPipe() (#356)
* .CouldPipeType() (#359)
* .CouldRun (#357)
* .GetHelpField (Fixes #342)
* .IsParameterValid() (#358)
* .Validate() (#355)
* Application/ExternalScriptInfo: get/set.Root (#340)
* .Namespace alias for non-Cmdlet CommandInfo (Fixes #335)
### Templating Improvements
* SQL Transpiler: Allowing Multiline Comments (Fixes #367)
* Adding Arduino Template (Fixes #308)
* Allowing Markdown Transpiler to Template Text (Fixes #352)
### Command Changes
* New-PipeScript
* Aliasing -FunctionType to -Function/CommandNamespace (Fixes #372)
* Transpiling content unless -NoTranspile is passed (Fixes #370)
* Allowing -Parameter dictionaries to contain dictionaries (Fixes #311)
* Join-PipeScript
* Adding -Indent (Fixes #365)
* Improving Unnamed end block behavior (Fixes #363)
* Invoke-PipeScript:
* Adding -OutputPath (Fixes #375)
### Action Improvements
* GitHub Action Now supports -InstallModule (Fixes #353)
* Using notices instead of set-output
### Minor Changes
* Allowing alias inheritance (Fixes #364)
* PipeScript.FunctionDefinition: Supporting Inline Parameters (Fixes #354)
---
Additional history in [CHANGELOG](https://pipescript.start-automating.com/CHANGELOG)
FileList
- PipeScript.nuspec
- New-PipeScript.ps1.ps1
- docs\_posts\2022-09-15-PipeScript-0.1.3.md
- Export-PipeScript.ps1
- docs\_posts\2022-12-24-PipeScript-0.2.2.md
- LICENSE
- docs\_posts\2022-07-04-PipeScript-0.0.7.md
- SupportedLanguages.ps1.md
- docs\_posts\2022-08-08-PipeScript-0.1.1.md
- SupportedLanguages.md
- docs\_posts\2022-07-26-PipeScript-0.0.13.md
- CNAME
- docs\_posts\2022-09-08-PipeScript-0.1.2.md
- Search-PipeScript.tests.ps1
- docs\_posts\2022-11-16-PipeScript-0.2.1.md
- Import-PipeScript.ps1
- docs\_posts\2022-10-06-Commands-could-be-read-as-sentences.md
- Invoke-PipeScript.ps1
- docs\_posts\2022-06-28-PipeScript-0.0.4.md
- README.md
- docs\_posts\2022-08-01-PipeScript-0.1.md
- ListOfTranspilers.ps1.md
- docs\_posts\2022-10-08-PipeScript-0.1.6.md
- PipeScript.GitHubAction.PSDevOps.ps1
- docs\_posts\2022-07-24-PipeScript-0.0.12.md
- PipeScript.GitHubWorkflow.PSDevOps.ps1
- docs\_posts\2022-06-22-PipeScript-0.0.3.md
- New-PipeScript.ps1
- docs\_posts\2022-09-22-PipeScript-0.1.5.md
- PipeScriptSyntax.ps.md
- docs\_posts\2022-07-19-PipeScript-0.0.10.md
- PipeScript.tests.ps1
- docs\_posts\2022-10-09-PipeScript-0.1.7.md
- Update-PipeScript.ps1
- Github\Actions\PipeScriptAction.ps1
- PipeScript.format.ps1xml
- Github\Jobs\RunGitPub.psd1
- Get-Transpiler.ps1
- Github\Jobs\BuildPipeScript.psd1
- PipeScript.PSSVG.ps1
- Types\AttributeAST\get_ResolvedCommand.ps1
- PipeScript.psm1
- Types\AttributeAST\get_Parameter.ps1
- PipeScript.ps.psd1
- Types\AttributeAST\Alias.psd1
- PipeScript.types.ps1xml
- Types\AttributeAST\get_ArgumentList.ps1
- Join-PipeScript.ps1
- Types\AttributeAST\TypeName.txt
- Search-PipeScript.ps1
- Types\PipeScript.Sentence\Alias.psd1
- CHANGELOG.md
- Types\PipeScript.Sentence\Run.ps1
- PipeScriptSyntax.md
- Types\AST\GetLineage.ps1
- Get-PipeScript.ps1
- Types\AST\get_Tokens.ps1
- README.ps1.md
- Types\AST\get_Transpilers.ps1
- Update-PipeScript.tests.ps1
- Types\AST\Transpile.ps1
- PipeScript.ps1.psm1
- Types\AST\TypeName.txt
- PipeScript.psd1
- Types\AST\ConvertFromAST.ps1
- PipeScript.HelpOut.ps1
- Types\FunctionInfo\Alias.psd1
- Use-PipeScript.ps1
- Types\FunctionInfo\TypeName.txt
- Search-PipeScript.ps1.ps1
- Types\ApplicationInfo\Alias.psd1
- ListOfTranspilers.md
- Types\ApplicationInfo\get_Root.ps1
- PipeScript.Piecemeal.ps1
- Types\ApplicationInfo\set_Root.ps1
- Types\ApplicationInfo\TypeName.txt
- PipeScript.ezout.ps1
- Types\ScriptBlock\get_Transpilers.ps1
- action.yml
- Types\ScriptBlock\Transpile.ps1
- docs\2022-10-09.md
- Types\ScriptBlock\TypeName.txt
- docs\Invoke-PipeScript.md
- Types\ScriptBlockExpressionAST\GetScriptBlock.ps1
- docs\PipeScript.TypeConstraint.md
- Types\ScriptBlockExpressionAST\TypeName.txt
- docs\WebAssembly.Template.md
- Types\ScriptBlockExpressionAST\ConvertFromAST.ps1
- docs\2022-06-28.md
- Types\PipeScript\get_Template.ps1
- docs\ValidateScriptBlock.md
- Types\PipeScript\get_PipeScriptType.ps1
- docs\PipedAssignment.md
- Types\TypeConstraintAST\get_ResolvedCommand.ps1
- docs\Rest.md
- Types\TypeConstraintAST\get_Parameter.ps1
- docs\HAXE.Template.md
- Types\TypeConstraintAST\Alias.psd1
- docs\Pipescript.FunctionDefinition.md
- Types\TypeConstraintAST\get_ArgumentList.ps1
- docs\ValidateExtension.md
- Types\TypeConstraintAST\TypeName.txt
- docs\SQL.Template.md
- Types\VariableExpressionAST\GetVariableType.ps1
- docs\Go.Template.md
- Types\VariableExpressionAST\GetAssignments.ps1
- docs\2022-07-02.md
- Types\VariableExpressionAST\TypeName.txt
- docs\Get-Transpiler.md
- Types\VariableExpressionAST\ConvertFromAST.ps1
- docs\TOML.Template.md
- Types\ParameterAST\get_ParameterNames.ps1
- docs\RegexLiteral.md
- Types\ParameterAST\get_FromPipeline.ps1
- docs\Help.md
- Types\ParameterAST\get_Index.ps1
- docs\2022-07-26.md
- Types\ParameterAST\get_FromUnbound.ps1
- docs\ValidatePlatform.md
- Types\ParameterAST\Alias.psd1
- docs\2022-11.md
- Types\ParameterAST\get_DefaultBindingProperty.ps1
- docs\EqualityComparison.md
- Types\ParameterAST\get_Help.ps1
- docs\2022-10-07.md
- Types\ParameterAST\get_Position.ps1
- docs\CSS.Template.md
- Types\ParameterAST\get_ParameterSets.ps1
- docs\PipeScript.Protocol.md
- Types\ParameterAST\get_DisplayName.ps1
- docs\SupportedLanguages.md
- Types\ParameterAST\get_Binding.ps1
- docs\Aliases.md
- Types\ParameterAST\get_ByPropertyName.ps1
- docs\Pipescript.md
- Types\ParameterAST\get_Metadata.ps1
- docs\Join-PipeScript.md
- Types\ParameterAST\TypeName.txt
- docs\2022-12.md
- Types\ParamBlockAst\get_ParameterNames.ps1
- docs\CNAME
- Types\ParamBlockAst\get_Header.ps1
- docs\Define.md
- Types\ParamBlockAst\TypeName.txt
- docs\2022-10-06.md
- Types\ScriptRequirements\ToString.ps1
- docs\ATOM.Template.md
- Types\ScriptRequirements\get_Script.ps1
- docs\New.md
- Types\ScriptRequirements\TypeName.txt
- docs\2022-06-21.md
- Types\ConstantExpressionAST\TypeName.txt
- docs\Get-PipeScript.md
- Types\ConstantExpressionAST\ConvertFromAST.ps1
- docs\2022-11-14.md
- Types\AliasInfo\Alias.psd1
- docs\2022-09-15.md
- Types\AliasInfo\TypeName.txt
- docs\ADA.Template.md
- Types\CommandAST\get_IsPipedTo.ps1
- docs\Assert.md
- Types\CommandAST\get_ResolvedCommand.ps1
- docs\Decorate.md
- Types\CommandAST\get_Parameter.ps1
- docs\Http.Protocol.md
- Types\CommandAST\Alias.psd1
- docs\README.md
- Types\CommandAST\get_IsPipedFrom.ps1
- docs\2022-06-22.md
- Types\CommandAST\get_IsPiped.ps1
- docs\HTML.Template.md
- Types\CommandAST\get_IsAssigned.ps1
- docs\XML.Template.md
- Types\CommandAST\get_PipelinePosition.ps1
- docs\R.Template.md
- Types\CommandAST\get_ArgumentList.ps1
- docs\Batch.Template.md
- Types\CommandAST\get_PipelineLength.ps1
- docs\HCL.Template.md
- Types\CommandAST\AsSentence.ps1
- docs\2022-07-04.md
- Types\CommandAST\TypeName.txt
- docs\BatchPowerShell.md
- Types\ExternalScriptInfo\Alias.psd1
- docs\Bash.md
- Types\ExternalScriptInfo\get_Root.ps1
- docs\ValidateTypes.md
- Types\ExternalScriptInfo\set_Root.ps1
- docs\ModuleRelationship.md
- Types\ExternalScriptInfo\TypeName.txt
- docs\JavaScript.Template.md
- Types\CommandInfo\get_Category.ps1
- docs\All.md
- Types\CommandInfo\CouldRun.ps1
- docs\Explicit.md
- Types\CommandInfo\Alias.psd1
- docs\RSS.Template.md
- Types\CommandInfo\get_Links.ps1
- docs\TypeScript.Template.md
- Types\CommandInfo\Validate.ps1
- docs\Batch.md
- Types\CommandInfo\CouldPipe.ps1
- docs\PipeScript.ParameterTypeConstraint.md
- Types\CommandInfo\get_HasValidation.ps1
- docs\Until.md
- Types\CommandInfo\set_Separator.ps1
- docs\PipeScript.Template.md
- Types\CommandInfo\GetHelpField.ps1
- docs\Java.Template.md
- Types\CommandInfo\get_CommandNamespace.ps1
- docs\Update-PipeScript.md
- Types\CommandInfo\IsParameterValid.ps1
- docs\PipeScript.AttributedExpression.md
- Types\CommandInfo\get_Segments.ps1
- docs\2022-08.md
- Types\CommandInfo\get_Description.ps1
- docs\2022-07-20.md
- Types\CommandInfo\get_CommandMetaData.ps1
- docs\2022-09-22.md
- Types\CommandInfo\get_Rank.ps1
- docs\ModuleExports.md
- Types\CommandInfo\CouldPipeType.ps1
- docs\2022-09-08.md
- Types\CommandInfo\get_FullyQualifiedName.ps1
- docs\Racket.Template.md
- Types\CommandInfo\get_Separator.ps1
- docs\OpenSCAD.Template.md
- Types\CommandInfo\get_Examples.ps1
- docs\PSD1.Template.md
- Types\CommandInfo\get_Synopsis.ps1
- docs\Ruby.Template.md
- Types\CommandInfo\get_Metadata.ps1
- docs\Inherit.md
- Types\CommandInfo\TypeName.txt
- docs\Arduino.Template.md
- Types\CommandInfo\get_BlockComments.ps1
- docs\PipeScript.TypeExpression.md
- Types\PipelineAST\Typename.txt
- docs\Rust.Template.md
- Types\PipelineAST\get_IsAssigned.ps1
- docs\Kotlin.Template.md
- Transpilers\Modules\ModuleRelationship.psx.ps1
- docs\Markdown.Template.md
- Transpilers\Modules\ModuleExports.psx.ps1
- docs\2022-10-08.md
- Transpilers\Keywords\All.psx.ps1
- docs\PHP.Template.md
- Transpilers\Keywords\Requires.psx.ps1
- docs\RemoveParameter.md
- Transpilers\Keywords\All.tests.ps1
- docs\Python.Template.md
- Transpilers\Keywords\Await.psx.ps1
- docs\Bash.Template.md
- Transpilers\Keywords\README.md
- docs\Json.Template.md
- Transpilers\Keywords\New.tests.ps1
- docs\NamespacedAlias.md
- Transpilers\Keywords\Assert.tests.ps1
- docs\HLSL.Template.md
- Transpilers\Keywords\Assert.psx.ps1
- docs\2022-10.md
- Transpilers\Keywords\Until.psx.ps1
- docs\PipeScript.ParameterAttribute.md
- Transpilers\Keywords\New.psx.ps1
- docs\2022-11-07.md
- Transpilers\Keywords\README.ps1.md
- docs\Bicep.Template.md
- Transpilers\Keywords\Until.tests.ps1
- docs\JSONSchema.Protocol.md
- Transpilers\Keywords\Await.tests.ps1
- docs\UDP.Protocol.md
- Transpilers\Core\PipeScript.ParameterAttribute.psx.ps1
- docs\OutputFile.md
- Transpilers\Core\README.md
- docs\2022-08-01.md
- Transpilers\Core\PipeScript.TypeConstraint.psx.ps1
- docs\CHANGELOG.md
- Transpilers\Core\PipeScript.AttributedExpression.psx.ps1
- docs\TCL.Template.md
- Transpilers\Core\Pipescript.FunctionDefinition.psx.ps1
- docs\ProxyCommand.md
- Transpilers\Core\PipeScript.TypeExpression.psx.ps1
- docs\Latex.Template.md
- Transpilers\Core\PipeScript.Template.psx.ps1
- docs\Export-Pipescript.md
- Transpilers\Core\README.ps1.md
- docs\VFP.md
- Transpilers\Core\PipeScript.Protocol.psx.ps1
- docs\RenameVariable.md
- Transpilers\Core\Pipescript.psx.ps1
- docs\2022-09.md
- Transpilers\Wrappers\BatchPowerShell.psx.ps1
- docs\ObjectiveC.Template.md
- Transpilers\Wrappers\Bash.psx.ps1
- docs\2022-06.md
- Transpilers\Wrappers\README.md
- docs\Razor.Template.md
- Transpilers\Wrappers\Batch.psx.ps1
- docs\NamespacedFunction.md
- Transpilers\Wrappers\README.ps1.md
- docs\PipeScriptSyntax.md
- Transpilers\Protocols\Http.Protocol.tests.ps1
- docs\Build-Pipescript.md
- Transpilers\Protocols\Http.Protocol.psx.ps1
- docs\2022-07-24.md
- Transpilers\Protocols\README.md
- docs\VBN.md
- Transpilers\Protocols\JSONSchema.Protocol.psx.ps1
- docs\2022-11-16.md
- Transpilers\Protocols\UDP.Protocol.psx.ps1
- docs\rss.xml
- Transpilers\Protocols\README.ps1.md
- docs\2022-07-10.md
- Transpilers\Parameters\Aliases.psx.ps1
- docs\Import-PipeScript.md
- Transpilers\Parameters\VBN.psx.ps1
- docs\2022-09-19.md
- Transpilers\Parameters\ValidateScriptBlock.psx.ps1
- docs\Requires.md
- Transpilers\Parameters\ValidateTypes.psx.ps1
- docs\Await.md
- Transpilers\Parameters\README.md
- docs\YAML.Template.md
- Transpilers\Parameters\ValidateExtension.psx.ps1
- docs\EqualityTypeComparison.md
- Transpilers\Parameters\ValidateScriptBlock.tests.ps1
- docs\2022-06-29.md
- Transpilers\Parameters\ValidatePlatform.psx.ps1
- docs\2022-12-24.md
- Transpilers\Parameters\VFP.psx.ps1
- docs\2022-07-15.md
- Transpilers\Parameters\README.ps1.md
- docs\_config.yml
- Transpilers\Parameters\RemoveParameter.psx.ps1
- docs\2022-07-31.md
- Transpilers\Parameters\ValidatePropertyName.psx.ps1
- docs\ValidatePropertyName.md
- Transpilers\Syntax\ConditionalKeyword.psx.ps1
- docs\CSharp.Template.md
- Transpilers\Syntax\NamespacedFunction.psx.ps1
- docs\ListOfTranspilers.md
- Transpilers\Syntax\PipedAssignment.psx.ps1
- docs\New-PipeScript.md
- Transpilers\Syntax\NamespacedAlias.psx.ps1
- docs\2022-10-21.md
- Transpilers\Syntax\README.md
- docs\2022.md
- Transpilers\Syntax\RegexLiteral.tests.ps1
- docs\Use-PipeScript.md
- Transpilers\Syntax\EqualityComparison.psx.ps1
- docs\CPlusPlus.Template.md
- Transpilers\Syntax\RegexLiteral.psx.ps1
- docs\Perl.Template.md
- Transpilers\Syntax\EqualityTypeComparison.psx.ps1
- docs\Include.md
- Transpilers\Syntax\README.ps1.md
- docs\LUA.Template.md
- Transpilers\Syntax\Dot.psx.ps1
- docs\ConditionalKeyword.md
- Transpilers\Templates\ADA.Template.psx.ps1
- docs\2022-08-08.md
- Transpilers\Templates\Ruby.Template.psx.ps1
- docs\2022-07.md
- Transpilers\Templates\Kotlin.Template.psx.ps1
- docs\Basic.Template.md
- Transpilers\Templates\PHP.Template.psx.ps1
- docs\2022-07-19.md
- Transpilers\Templates\XML.Template.psx.ps1
- docs\Dot.md
- Transpilers\Templates\HAXE.Template.psx.ps1
- docs\Search-PipeScript.md
- Transpilers\Templates\PSD1.Template.psx.ps1
- Formatting\YAML.format.ps1
- Transpilers\Templates\Java.Template.psx.ps1
- Formatting\PipeScript.format.ps1
- Transpilers\Templates\Basic.Template.psx.ps1
- Formatting\Search.PipeScript.Result.format.ps1
- Transpilers\Templates\OpenSCAD.Template.psx.ps1
- Formatting\PipeScript.Transpiler.format.ps1
- Transpilers\Templates\README.md
- Formatting\PSToken.control.ps1
- Transpilers\Templates\Rust.Template.psx.ps1
- Formatting\PipeScript.Sentence.format.ps1
- Transpilers\Templates\Batch.Template.psx.ps1
- Formatting\Markdown.format.ps1
- Transpilers\Templates\CPlusPlus.Template.psx.ps1
- Formatting\PipeScript.Template.format.ps1
- Transpilers\Templates\CSharp.Template.psx.ps1
- Formatting\Hashtable.format.ps1
- Transpilers\Templates\HTML.Template.psx.ps1
- Formatting\Ast.format.ps1
- Transpilers\Templates\JavaScript.Template.psx.ps1
- Assets\PipeScript.svg
- Transpilers\Templates\Json.Template.psx.ps1
- Transpilers\RenameVariable.psx.ps1
- Transpilers\Templates\Markdown.Template.psx.ps1
- Transpilers\Include.psx.ps1
- Transpilers\Templates\TypeScript.Template.psx.ps1
- Transpilers\README.md
- Transpilers\Templates\Python.Template.psx.ps1
- Transpilers\Help.psx.ps1
- Transpilers\Templates\HCL.Template.psx.ps1
- Transpilers\OutputFile.psx.ps1
- Transpilers\Templates\Latex.Template.psx.ps1
- Transpilers\README.ps1.md
- Transpilers\Templates\Arduino.Template.psx.ps1
- Transpilers\Rest.psx.ps1
- Transpilers\Templates\CSS.Template.psx.ps1
- Transpilers\ProxyCommand.psx.ps1
- Transpilers\Templates\RSS.Template.psx.ps1
- Transpilers\Inherit.psx.ps1
- Transpilers\Templates\Razor.Template.psx.ps1
- Transpilers\Define.psx.ps1
- Transpilers\Templates\TCL.Template.psx.ps1
- Transpilers\Decorate.psx.ps1
- Transpilers\Templates\Bicep.Template.psx.ps1
- Transpilers\Explicit.psx.ps1
- Transpilers\Templates\ATOM.Template.psx.ps1
- docs\Assets\PipeScript.svg
- Transpilers\Templates\README.ps1.md
- docs\_posts\2022-06-21-PipeScript-0.0.2.md
- Transpilers\Templates\Bash.Template.psx.ps1
- docs\_posts\2022-10-21-PipeScript-0.1.8.md
- Transpilers\Templates\WebAssembly.Template.psx.ps1
- docs\_posts\2022-07-02-PipeScript-0.0.6.md
- Transpilers\Templates\YAML.Template.psx.ps1
- docs\_posts\2022-11-07-PipeScript-0.1.9.md
- Transpilers\Templates\Racket.Template.psx.ps1
- docs\_posts\2022-06-29-PipeScript-0.0.5.md
- Transpilers\Templates\R.Template.psx.ps1
- docs\_posts\2022-07-15-PipeScript-0.0.9.md
- Transpilers\Templates\Go.Template.psx.ps1
- docs\_posts\2022-10-07-all-things-are-possible.md
- Transpilers\Templates\ObjectiveC.Template.psx.ps1
- docs\_posts\2022-06-21-PipeScript-0.0.1.md
- Transpilers\Templates\Perl.Template.psx.ps1
- docs\_posts\2022-09-19-PipeScript-0.1.4.md
- Transpilers\Templates\HLSL.Template.psx.ps1
- docs\_posts\2022-11-14-PipeScript-0.2.md
- Transpilers\Templates\SQL.Template.psx.ps1
- docs\_posts\2022-07-20-PipeScript-0.0.11.md
- Transpilers\Templates\LUA.Template.psx.ps1
- docs\_posts\2022-07-10-PipeScript-0.0.8.md
- Transpilers\Templates\TOML.Template.psx.ps1
- docs\_posts\2022-07-31-PipeScript-0.0.14.md
Version History
Version | Downloads | Last updated |
---|---|---|
0.2.8 | 3,565 | 2/19/2024 |
0.2.7 | 987 | 12/18/2023 |
0.2.6 | 113 | 6/29/2023 |
0.2.5 | 29 | 4/27/2023 |
0.2.4 | 13 | 3/31/2023 |
0.2.3 (current version) | 24 | 3/12/2023 |
0.2.2 | 36 | 12/24/2022 |
0.2.1 | 23 | 11/16/2022 |
0.2 | 10 | 11/14/2022 |
0.1.9 | 17 | 11/7/2022 |
0.1.8 | 15 | 10/21/2022 |
0.1.7 | 15 | 10/9/2022 |
0.1.6 | 12 | 10/8/2022 |
0.1.5 | 21 | 9/22/2022 |
0.1.4 | 23 | 9/19/2022 |
0.1.3 | 19 | 9/15/2022 |
0.1.2 | 14 | 9/8/2022 |
0.1.1 | 20 | 8/8/2022 |
0.1 | 16 | 8/1/2022 |
0.0.14 | 12 | 7/31/2022 |
0.0.13 | 17 | 7/26/2022 |
0.0.12 | 12 | 7/24/2022 |
0.0.11 | 16 | 7/20/2022 |
0.0.9 | 15 | 7/15/2022 |
0.0.8 | 14 | 7/10/2022 |
0.0.7 | 15 | 7/4/2022 |
0.0.6 | 13 | 7/2/2022 |
0.0.5 | 15 | 6/29/2022 |
0.0.4 | 13 | 6/28/2022 |
0.0.3 | 17 | 6/22/2022 |
0.0.2 | 12 | 6/21/2022 |
0.0.1 | 13 | 6/21/2022 |