We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a56a8 commit 6cf25d8Copy full SHA for 6cf25d8
docs/CHANGELOG.md
@@ -1,3 +1,17 @@
1
+## 0.1.9:
2
+* Protocol Transpilers
3
+ * Adding JSONSchema transpiler (Fixes #274)
4
+ * HTTP Protocol: Only allowing HTTP Methods (Fixes #275)
5
+* Keyword improvements:
6
+ * all scripts in $directory (Fixes #277)
7
+ * 'new' keyword recursively transpiles constructor arguments (Fixes #271)
8
+* Core improvements:
9
+ * Core Transpiler stops transpilation of an item after any output (Fixes #280)
10
+ * [CommandAst].AsSentence now maps singleton values correctly (Fixes #279)
11
+ * PipeScript now handles CommandNotFound, enabling interactive use (Fixes #281)
12
+
13
+---
14
15
## 0.1.8:
16
* Improvements to 'all' keyword (#264 #263 #260 #253)
17
* Keywords can now be run interactively (#263)
0 commit comments