Skip to content

v0.8.0

Choose a tag to compare

@mstokes-f5 mstokes-f5 released this 09 Oct 16:16
· 200 commits to master since this release

v0.8.0

Added

  • template: Support extended user types (e.g., "var:lib:type") for sections and partials
  • template: Add post-processing strategies and add one for 'application/json' to cleanup dangling commas
  • cli: Add guiSchema sub command that runs the parameters schema through guiUtils.modSchemaForJSONEditor() before displaying it

Fixed

  • template: Fix using full Mustache variable names (e.g., "var:lib:type") for dependencies and requires
  • template: Fix sections with a dot item overriding user definitions
  • template: Add missing doc strings for HTTP fetching and forwarding functions
  • template: Fix missing defaults from merged templates
  • guiUtils: Additional fixes for allOf schema in modSchemaForJSONEditor()
  • guiUtils: Do not error if a dependency is missing from the properties

Changed

  • cli: Run fetchHttp() as part of render command
  • guiUtils: modSchemaForJSONEditor() no longer modifies in place