Skip to content

0.2.30

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Aug 01:36
· 4 commits to main since this release

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

  • Linux + Intel
  • Linux + ARM
  • macOS + ARM
  • Windows + Intel

Run this command to install ~/.local/bin/ys:

$ curl https://getys.org/ys | bash

See Installing YS for more detailed information about installing YS things.

Changes in YS version 0.2.30

  • raku: Fix unattended releases
  • ada: Mark Alire releases ready for review
  • ai: Update YAMLScript skill and linter rules
  • core: Add do semantics to cond-like bodies
  • core: Generalize do semantics for form maps
  • core: Fix percent operator and argument syntax
  • core: Validate binary operator pair arguments
  • ys: Migrate remaining anonymous arguments
  • core: Align require syntax with use
  • core: Complete use dependency loading
  • core: Add dotted assignment semantics
  • core: Generalize splat call arguments
  • core: Support splatted colon chains
  • core: Support underscore operands in expression pairs