|
| 1 | +- version: 0.1.74 |
| 2 | + date: Mon 02 Sep 2024 10:23:14 PM PDT |
| 3 | + changes: |
| 4 | + - nodejs: Install nodejs locally for testing |
| 5 | + - www: Delete yarn.lock file to avoid github security warnings |
| 6 | + - std: Refactor casting functions |
| 7 | + - std: Refactor truthy functions |
| 8 | + - std: Refactor fs functions |
| 9 | + - std: Refactor quoting functions |
| 10 | + - std: General std library refactoring |
| 11 | + - core: Support YeS infix triplets across key/val pairs |
| 12 | + - core: Support .? .! .# .?? .!! .#? .#! .??? specials |
| 13 | + - core: Properly handle inline comments in a ysexpr |
| 14 | + - std: Make div cast ratio result to double |
| 15 | + - std: Fix pow to take multiple args |
| 16 | + - std: Add an 'add' function alias for '+' |
| 17 | + - core: Allow _ to mean %1 in anonymous functions |
| 18 | + - core: Support .-- .++ .#-- .#++ |
| 19 | + - std: Cast to-num support characters |
| 20 | + - core: Support anonymous fns with only a regex |
| 21 | + - core: Fix fn(*) compilation |
| 22 | + - std: Change sum to take 1 sequence argument |
| 23 | + - sample: Refactor sample programs |
| 24 | + - test: Refactor ys tests; less bash more ys |
| 25 | + - release: Prevent bump of BUILD_BIN_YS_VERSION |
| 26 | + - ys: Update --binary compiler to us graalvm v22 |
| 27 | + - core: Improve debugging functions |
| 28 | + - make: Prefix GH_ vars with YS_ |
1 | 29 | - version: 0.1.73 |
2 | 30 | date: Tue 27 Aug 2024 02:01:13 PM PDT |
3 | 31 | changes: |
|
0 commit comments