Skip to content

0.1.82

Compare
Choose a tag to compare
@ingydotnet ingydotnet released this 04 Nov 03:13
· 52 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.82

  • make: Detect IS_ARM with aarch64
  • util: Fixes for brew-update
  • release: Test for YS_GH_USER up front
  • core: Fix bug in let bindings in dmap construction
  • core: Fix bug in dot chain colon call after dollar key
  • core: Apply TTT to auto call to main with -x
  • std: Add condf macro
  • std: Add when+ macro that binds _ to the test result
  • core: Fix bugs with compile to ordered maps by default
  • std: Fix in? and has? to check nil/false in seq
  • util: 0.1.81 refactorings to utility scripts
  • doc: Update main repository ReadMe.md file
  • doc: Update language binding ReadMe files