Skip to content

v0.39.1-preview0011

Pre-release
Pre-release
Compare
Choose a tag to compare
@gaelcolas gaelcolas released this 08 Apr 13:28
ccdb487

[v0.39.1-preview0011]

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
    • 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