Skip to content

Schema version 3.0.0

Compare
Choose a tag to compare
@fxedel fxedel released this 27 Dec 22:21
· 2279 commits to master since this release

View schema

See pull request #212 and the Matrix documentation.

Incompatible schema changes

  • Removed heads property from fixture
  • Forbid template strings (strings containing $) in definitions of / references to available channels

Backwards-compatible schema changes

  • Added matrices:
    • Added "Matrix" category
    • Added matrix property in fixture for matrix structure
    • Added matrix property in physical for pixel dimensions / spacing
    • Added templateChannels property in fixture for templates for repeated matrix channels
    • Made availableChannels optional (as it may be fully replaced with template channels)
    • Demand template strings (strings containing $) in definitions of / references to template channels
    • Allow matrix channel insert blocks in a mode's channel list

Bugfixes

  • Set minimum size of author array to 1 (instead of 0 as before)
  • Set minimum size of a mode's channel list to 1 (instead of 0 as before)

Commits since last release