Skip to content

v1.0.0-alpha.7

Choose a tag to compare

@github-actions github-actions released this 20 Jan 11:02
· 18 commits to master since this release
2901abd

Changes

  • Add formatter conditionals in language pipelines in 936384c

    This expands the [languages] pipeline syntax to allow passing a table
    instead of a formatter name.

    When a table is passed, additional conditionals can be set:

    • run_in_root: true|false - Whether or not this formatter should be
      executed when formatting the root document
    • run_in_injections: true|false - Whether or not this formatter should be
      executed when formatting injected regions within the document

    One might want to apply different formatter settings in different
    contexts and this is the start to enabling this.

Full Changelog: v1.0.0-alpha.6...v1.0.0-alpha.7