Skip to content

0.2.0.178

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 16:54
· 9 commits to master since this release
1c2b4a8

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 if foo is suppressed and bar: foo then bar: foo //<< { export: :display } will be needed to force bar 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 and to-lower prelude functions broken since 0.2