Skip to content

Commit f3e323a

Browse files
StartAutomatingStartAutomating
authored andcommitted
release: Updating Module Version [0.2.7] and CHANGELOG
1 parent 7262513 commit f3e323a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## PipeScript 0.2.7:
2+
3+
PipeScript can now easily define any language and you can now interpret Anything with PipeScript!
4+
5+
* Complete Overhaul of Languages in PipeScript!
6+
* Languages are now defined in open-ended psuedo-object
7+
* They can define an .Interpreter
8+
* If they do, the language can be dynamically interpreted!
9+
* Languages can also specify translation methods (.TranslateFromAstType)
10+
* More support for the PowerShell Abstract Syntax Tree and Roslyn
11+
* New languages supported: Docker, XSL, XSD, BrightScript, Conf, Wren, Vue, F#, GCODE
12+
* Start-PSNode lets you run PowerShell as a microservice
13+
* Import/Export-JSON make JSON easier to work with
14+
* Import-ModuleMember lets modules flexibly self-extend
15+
* Out-HTML is back!
16+
17+
---
18+
119
## PipeScript 0.2.6:
220

321
* PipeScript can now be sponsored! (please show your support) (#488)

0 commit comments

Comments
 (0)