Skip to content

0.1.47

Compare
Choose a tag to compare
@ingydotnet ingydotnet released this 25 Mar 17:52
· 470 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:

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

Run this command to install ys and libyamlscript in ~/.local/bin/ and ~/.local/lib/ respectively:

$ curl -sSL yamlscript.org/install | bash

See Installing YAMLScript for more detailed information.

Changes in YAMLScript version 0.1.47

  • release: Fix bug in release script
  • core: Switch $ and $$ symbols
  • core: Make !yamlscript/v0/ short for !yamlscript/v0/data
  • ys: Fix typo in Makefile variable name
  • core: Add support with => code mode preamble in data mode
  • release: Add -R to copy for macOS/Intel bug fix
  • ys: Don't print help text after usage error
  • ys: Add current version to --help title
  • ys: -e '.foo' -> -e '$$.foo' for simple expressions
  • sample: Add more YS code samples