Skip to content

Latest commit

 

History

History
99 lines (67 loc) · 3 KB

CHANGELOG.md

File metadata and controls

99 lines (67 loc) · 3 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

  • Added support for specifying the encoding (#87).

Fixed

  • Fixed how issue not allowing Datum handlers to be used on arrays (#89).
  • Fixed issue in Merge-Hashtable where it did not merge hashtables correctly when these are included in an array.
  • Formatting in all files with VSCode formatting according to the 'settings.json' file taken from Sampler
  • Added yaml format config settings 'singleQuote' and 'bracketSpacing' and reformatted all yaml files according to the new settings.
  • Cleanup
    • Get-DatumType.ps1
    • Merge-DatumArray.ps1
    • Merge-Hashtable.ps1
    • Compare-Hashtable.ps1
    • Node.ps1
    • FileProvider.ps1
    • ConvertTo-Datum.ps1
    • Get-MergeStrategyFromPath.ps1
    • Get-MergeStrategyFromString.ps1
    • Get-DatumRsop.ps1
    • Merge-Datum.ps1
    • datum.psd1
    • Get-FileProviderData.ps1
    • Invoke-TestHandlerAction.ps1
    • New-DatumStructure.ps1
    • Resolve-Datum.ps1
    • Resolve-DatumPath.ps1
    • Test-InvokeCommandFilter
    • Resolve-NodeProperty.ps1
    • New-DatumFileProvider.ps1

[0.0.39] - 2020-09-29

Added

  • Corrected a typo and incorrect debug information.
  • New CI process.
  • Added support for specifying the encoding (#87).
  • Added more tests and test data.

Changed

  • Updated new build.ps1 from sampler.

Fixed

[0.0.38] - 2019-03-31

Fixed

  • Datum on linux (change case on Datum.psd1 and Datum.psm1)

[0.0.37] - 2019-03-31

Fixed

  • Datum in PSCore 6 on Windows (Write-Output -NoEnumerate bug)

[0.0.36] - 2019-01-22

Removed

  • [breaking] Get-DscSplattedResource script to process is removed and now available in the DscBuildHelpers module (Datum is not DSC specific, now it's fully decoupled)

Fixed

  • fixed issue with merging arrays of hashtables

[0.0.35] - 2018-11-19

Removed

  • ProtectedData / Data Encryption datum handler is no longer built-in (need external module Datum.ProtectedData available in the gallery)

Added

  • PowerShell 6 (aka Core) support. By dropping the ProtectedData dependency, Datum now works on PSCore.

Fixed

  • Allowing to set the CompositionKey of the Get-DatumRSOP command