0.2.0.178
github-actions
released this
11 Oct 16:54
·
9 commits
to master
since this release
0.2.0.161...0.2.0.178
Features
- a new prelude function
merge-meta
(also on operator//<<
) to merge metadata blocks to account for a change in the way metadata works in 0.2. Metadata now always applies to the value rather than the entire declaration, so iffoo
is suppressed andbar: foo
thenbar: foo //<< { export: :display }
will be needed to forcebar
to render.
Fixes
-
restore output of YAML tags from
tag:
metadata that's been missing since 0.2 -
reinstate generation of YAML tags from
tag
metadata which has been broken since 0.2. -
fixed the
--dump-runtime
flag which was being ignored -
fixed
to-upper
andto-lower
prelude functions broken since 0.2