Skip to content

0.1.64

Choose a tag to compare

@ingydotnet ingydotnet released this 04 Jul 19:48
· 954 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 https://yamlscript.org/install | bash

See Installing YAMLScript for more detailed information.

Changes in YAMLScript version 0.1.64

  • blog: New post for June 20, 2024
  • doc: Many docs are now partially generated
  • doc: Add ruby/doc files
  • core: Forbid folded scalars in code mode
  • make: Unset YS_FORMATTER if it is in the environment
  • www: Add info page from the TPRC 2024 conference
  • core: Change dot operator function from __ to _->
  • core: Allow :all on one line require
  • core: Add the ys::taptest testing library