powershell-yaml
0.4.12
Powershell module for serializing and deserializing YAML
Minimum PowerShell version
5.0
Installation Options
Owners
Copyright
(c) 2016-2024 Cloudbase Solutions SRL. All rights reserved.
Package Details
Author(s)
- Gabriel Adrian Samfira,Alessandro Pilotti
Functions
ConvertTo-Yaml ConvertFrom-Yaml
Dependencies
This module has no dependencies.
Release Notes
# 0.4.12
Bugfixes:
* Fix potential erroneous load of assembly by @gabriel-samfira in https://github.com/cloudbase/powershell-yaml/pull/180
# 0.4.11
Bugfixes:
* Fix nested PSCustomObjects in hashtables by @gabriel-samfira in https://github.com/cloudbase/powershell-yaml/pull/169
* Use decimal as first option when parsing floats by @gabriel-samfira in https://github.com/cloudbase/powershell-yaml/pull/170. Thanks @amis92 for the suggestion!
* Fix lint errors by @gabriel-samfira in https://github.com/cloudbase/powershell-yaml/pull/172
* Use decimals instead of double for tagged floats by @gabriel-samfira in https://github.com/cloudbase/powershell-yaml/pull/174
Misc:
* Add aditional tests by @gabriel-samfira in https://github.com/cloudbase/powershell-yaml/pull/171
* Update README.md by @gabriel-samfira in https://github.com/cloudbase/powershell-yaml/pull/173
# 0.4.10
Bugfixes:
* A broken if statement mistakingly considered 0 as false and converted a 0 valued int to BigInteger (https://github.com/cloudbase/powershell-yaml/pull/165).
* Fixes JSONCompatible flag after we implemented an IDictionary and PSCustomObject type converters (https://github.com/cloudbase/powershell-yaml/pull/166).
# 0.4.9
Changes in this version:
* Revert commit 7980c7c "Fix losing case sensitive keys" (https://github.com/cloudbase/powershell-yaml/pull/159) . This change added a breaking change which was not properly documented before release, breaking some applications. This change will be re-added in a later version.
* Unwrap PScustomObjects before serializing (https://github.com/cloudbase/powershell-yaml/pull/158)
FileList
- powershell-yaml.nuspec
- powershell-yaml.psd1
- README.md
- LICENSE
- powershell-yaml.psm1
- build.ps1
- Tests\powershell-yaml.Tests.ps1
- lib\net47\LICENSE.txt
- lib\net47\YamlDotNet.xml
- lib\net47\YamlDotNet.dll
- lib\net47\PowerShellYamlSerializer.dll
- lib\netstandard2.1\LICENSE.txt
- lib\netstandard2.1\YamlDotNet.xml
- lib\netstandard2.1\YamlDotNet.dll
- lib\netstandard2.1\PowerShellYamlSerializer.dll
Version History
Version | Downloads | Last updated |
---|---|---|
0.4.12 (current version) | 767,809 | 1/23/2025 |
0.4.11 | 3,393,356 | 12/18/2024 |
0.4.10 | 272,483 | 12/16/2024 |
0.4.9 | 46,800 | 12/16/2024 |
0.4.8 | 198,342 | 12/13/2024 |
0.4.8-rc2 | 10,594 | 8/26/2024 |
0.4.8-rc1 | 41 | 8/23/2024 |
0.4.7 | 63,043,989 | 3/2/2023 |
0.4.6 | 121,072 | 2/28/2023 |
0.4.5 | 150,693 | 2/24/2023 |
0.4.4 | 2,208,879 | 1/11/2023 |
0.4.3 | 4,436,211 | 9/21/2022 |
0.4.2 | 16,874,056 | 5/5/2020 |
0.4.1 | 5,565,478 | 11/28/2019 |
0.4.0 | 5,992,953 | 1/15/2019 |
0.3.7 | 1,130,235 | 11/4/2018 |
0.3.6 | 123,027 | 10/26/2018 |
0.3.5 | 534,003 | 9/11/2018 |
0.3.4 | 235,112 | 5/16/2018 |
0.3.3 | 2,244 | 4/9/2018 |
0.3.2 | 4,126 | 3/1/2018 |
0.3.1 | 6,301 | 10/11/2017 |
0.3 | 4,170 | 6/22/2017 |
0.2 | 1,356 | 4/17/2017 |
0.1 | 3,363 | 8/19/2016 |