|
| 1 | +- version: 0.1.81 |
| 2 | + date: Fri 01 Nov 2024 06:15:43 PM PDT |
| 3 | + changes: |
| 4 | + - std: Add A (atom) D (deref) and G(to-set) aliases |
| 5 | + - std: Tighten to-list and to-vec casts |
| 6 | + - std: Add to-type(x) and x:T |
| 7 | + - std: All cast functions take a single argument |
| 8 | + - std: Make to-str return "nil" for nil |
| 9 | + - std: Don't allow nil to be used as a number |
| 10 | + - std: Fixes for collection casts from seqs |
| 11 | + - core: Introduce internal condf macro |
| 12 | + - core: Fix XTRACE to work with try/catch |
| 13 | + - yaml: Add dump-all function |
| 14 | + - build: Statically link musl libc to ys on Linux |
| 15 | + - core: Fix some tokenization bugs |
| 16 | + - core: Refactor tags and ast node types |
| 17 | + - core: Support basic tag calls in code mode |
| 18 | + - core: Fix bugs with anchors in certain contexts |
| 19 | + - core: Support '<<' merge key in bare and data modes |
| 20 | + - core: Change `!foo*:` call tags to `!:foo*` |
| 21 | + - core: Add ys::yaml/load-file function |
| 22 | + - core: Support assignments in data mode mappings |
| 23 | + - std: Add P for partial |
| 24 | + - std: Make get+ work in more situations |
| 25 | + - std: Make has? and in? return partials |
| 26 | + - core: Replace $ $$ $# with stream() |
| 27 | + - release: Add script to update homebrew |
| 28 | + - cli: Add --stream (-s) option for multi-doc output |
| 29 | + - core: Support conditional data in data mode mappings |
| 30 | + - core: Allow quoted string keys in case/condp bodies |
| 31 | + - www: Fix bash bug in run-ys |
1 | 32 | - version: 0.1.80 |
2 | 33 | date: Thu 10 Oct 2024 10:46:40 AM PDT |
3 | 34 | changes: |
|
0 commit comments