Skip to content

Releases: cloudbase/powershell-yaml

v0.4.11

18 Dec 20:21
18c7894
Compare
Choose a tag to compare

Bugfixes

Misc

Full Changelog: v0.4.10...v0.4.11

v0.4.10

16 Dec 18:13
f0da96d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.9...v0.4.10

powershell-yaml v0.4.9

16 Dec 12:25
fca7cce
Compare
Choose a tag to compare

This is the first versioned release of powershell-yaml on GitHub. While there have been several other releases on powershell gallery, there has been no easy way to correlate the changes that exist in the repo with what exists in powershell gallery.

From now on, a release will first be created here, on GitHub which will then be published to the gallery.

Moving forward, the powershell-yaml release cycle will include a pre-release version for any version that is not a critical bugfix. We encourage people to help test pre-releases as some of them may include breaking changes.

Changes in this version:

  • Revert commit 7980c7c "Fix losing case sensitive keys" (#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 (#158)