Skip to content

Releases: fieldrndservices/labstache

1.1.1

12 Apr 20:01
Compare
Choose a tag to compare

Fixed

  • Inverted and Non-Inverted sections both rendering content if the data is a non-empty array (See #2)

1.1.0

04 Oct 20:00
Compare
Choose a tag to compare

Added

  • Some tests for the Data project library VIs and Classes
  • Some tests for recursive partials

Changed

  • Partial loading to the rendering stage
  • Parsing partials to the rendering stage
  • Input and output descriptions to be consistent

Fixed

  • Recursive partials causing an infinite loop (#1)
  • Data stack searching from the bottom instead of the top

1.0.1

14 Aug 16:34
Compare
Choose a tag to compare

Added

  • Input and output descriptions to VI descriptions

Fixed

  • Controls and indicators descriptions to be more consistent in formatting and wording

1.0.0

14 Aug 16:33
Compare
Choose a tag to compare

Added

  • High-level Compile VI
  • High-level Data VIs to create Mustache data values and types from LabVIEW primitives
  • Low-level rendering of an abstract syntax tree to a string based on provided data values and types
  • Low-level parsing of tokens into an abstract syntax tree
  • Low-level Lexer class
  • Tests
  • Examples
  • VI documentation
  • Class documentation
  • Project library documentation
  • HTML Help documentation
  • Scripts for building and packaging toolkit
  • Script for generating HTML help documentation from VIs, Classes, and project libraries
  • License file
  • On-disk project organization
  • LabVIEW project file