Skip to content

0.1.54

Compare
Choose a tag to compare
@ingydotnet ingydotnet released this 11 Apr 14:05
· 460 commits to main since this release

YAMLScript publishes binary releases for the ys command line tool and for the libyamlscript shared library.
The following architectures are currently supported:

  • Linux / Intel and ARM
  • macOS / Intel and ARM

Run this command to install ~/.local/bin/ys and ~/.local/lib/libyamlscript.so (.dylib on macOS):

$ curl -sSL yamlscript.org/install | bash

See Installing YAMLScript for more detailed information.

Changes in YAMLScript version 0.1.54

  • make: Include java.mk before clojure.mk
  • nodejs: Fix test require("@yaml/yamlscript")
  • make: Support 'make test-bindings'
  • rust: Display install instructions on NotFound
  • rust: Add support for dylib
  • core: Add anchor / alias support
  • core: Anchor / Alias improvements
  • www: Initial YAMLScript documentation