Releases: yaml/yamlscript
0.1.58
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.58
- core: Fix a bug in require transformation
0.1.57
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.57
- core: Fix a namespace typo for clojure::walk
- www: Update yamlscript.org/about page
- www: Force worktree add for publish
- www: Add new blog post for 2024 YS changes
- core: Add fs-* fns to ys::std
- core: Allow one part namespaces for require
- core: Support dot function polymorphism
- core: Don't wrap final doc expr with +++ when --compile
- ys: Fix test for --compile
0.1.56
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.56
- ys: Added
--
CLI args separator
0.1.55
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.55
- doc: Change curl commands to use https explicitly
- www: Rework yamlscript.org main page
- core: Fix a bug with backslash escaping
- release: Version bump fix for main web page
0.1.54
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
0.1.53
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.53
- www: Add NodeJS to binding list
- clojure: Fix bug with double deploy
- clojure: Fix double include of java.mk
- nodejs: Fix doc and sample bug naming @yaml/yamlscript
0.1.52
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.52
- nodejs: NodeJS/NPM binding module for YAMLScript
0.1.51
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.51
- core: Fix a bug with 'each' in 0.1.50
0.1.50
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.50
- raku: New error msg when libyamlscript not found...
- core: Add more Clojure and Java classes to runtime
- ys: Error on non-string mapping keys for JSON
- ys: Add reflection.json to ys native-image build
- core: Add polymorphic 'num' to ys::std
- core: Add ys::clj library for replaced clojure.core fns
- refactor: Remove unused functions
- refactor: Squelch clj-kondo warnings
- refactor: Revise all 'die' defns and calls
0.1.49
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.49
- release: Add description of changes to each release
- java: Don't pass version string to mvn deploy:deploy-file
- release: Release fixups
- ys: Fix for Bash test on macOS