Skip to content

0.4.0

Compare
Choose a tag to compare
@cheese3660 cheese3660 released this 11 Nov 15:36
· 151 commits to main since this release
16a09b1

Adds a new class value capturing syntax, example as follows

:parts {
    .Module_DataTransmitter:[$commsRange:$$CommunicationsRange;] {
        @if $commsRange > 5 {
            //...
        }
    }
}