Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.0.0-alpha.11

- ✨Add run command and documentation
- add ability to ask `pls` what its version is
- new import syntax for modules
- `print()` function converts any PSvalue -> PSString
- migrate from `yaml-ast-parser` -> `yaml` package
- Add installer with instructions to home page.

## 1.0.0-alpha.10

- Allow calling fns that are referenced by a fn parameter
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"0.0.0"
"1.0.0-alpha.11"