Skip to content

Commit 91ac67d

Browse files
author
James Brundage
committed
release: Updating Module Version [0.2.7] and CHANGELOG
Updating copyright and notes
1 parent f3e323a commit 91ac67d

File tree

3 files changed

+11
-183
lines changed

3 files changed

+11
-183
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ PipeScript can now easily define any language and you can now interpret Anything
99
* Languages can also specify translation methods (.TranslateFromAstType)
1010
* More support for the PowerShell Abstract Syntax Tree and Roslyn
1111
* New languages supported: Docker, XSL, XSD, BrightScript, Conf, Wren, Vue, F#, GCODE
12-
* Start-PSNode lets you run PowerShell as a microservice
12+
* New Commands:
13+
* Start-PSNode lets you run PowerShell as a microservice
1314
* Import/Export-JSON make JSON easier to work with
1415
* Import-ModuleMember lets modules flexibly self-extend
15-
* Out-HTML is back!
16+
* Out-HTML gives formatted HTML output!
17+
18+
... and much, much more
1619

1720
---
1821

PipeScript.ps.psd1

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
TypesToProcess = 'PipeScript.types.ps1xml'
99
Guid = 'fc054786-b1ce-4ed8-a90f-7cc9c27edb06'
1010
CompanyName = 'Start-Automating'
11-
Copyright = '2022 Start-Automating'
11+
Copyright = '2022-2023 Start-Automating'
1212
Author = 'James Brundage'
1313
FunctionsToExport = '*' <#{
1414
$exportNames = Get-ChildItem -Recurse -Filter '*-*.ps1' |
@@ -234,10 +234,13 @@ PipeScript can now easily define any language and you can now interpret Anything
234234
* Languages can also specify translation methods (.TranslateFromAstType)
235235
* More support for the PowerShell Abstract Syntax Tree and Roslyn
236236
* New languages supported: Docker, XSL, XSD, BrightScript, Conf, Wren, Vue, F#, GCODE
237-
* Start-PSNode lets you run PowerShell as a microservice
237+
* New Commands:
238+
* Start-PSNode lets you run PowerShell as a microservice
238239
* Import/Export-JSON make JSON easier to work with
239240
* Import-ModuleMember lets modules flexibly self-extend
240-
* Out-HTML is back!
241+
* Out-HTML gives formatted HTML output!
242+
243+
... and much, much more
241244
242245
---
243246

PipeScriptSyntax.md

Lines changed: 0 additions & 178 deletions
This file was deleted.

0 commit comments

Comments
 (0)