Skip to content

powershell-yaml v0.4.9

Compare
Choose a tag to compare
@gabriel-samfira gabriel-samfira released this 16 Dec 12:25
· 21 commits to master since this release
fca7cce

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)