Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

37 lines (26 loc) · 1.15 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Support for expandable strings.
  • Configurable Header and Footer.
  • Content is now evaluated with RegEx + PowerShell Parser.
  • Gives access to Node and Datum variable.
  • Added function 'Get-RelativeNodeFileName'.
  • Resolves nested references.
  • Added analyzersettings rules.
  • Added support for multi-line ScriptBlocks.
  • Added more tests and test data for multi-role support and handler support in 'ResolutionPrecedence'.
  • Improved error handling and implemented '$env:DatumHandlerThrowsOnError'.
  • Added parameter ProjectPath to Invoke-InvokeCommandAction.
  • Updated build scripts to latest Sampler scripts.

[0.1.1] - 2020-08-25

Added

  • Initial commit.

Fixed

  • An empty .psm1 file is required if the module manifest contain the property RootModule. If this does not exist it is not possible to run the build task (fails with invalid module manifest).

Fixed