Releases: cloudbase/powershell-yaml
Releases · cloudbase/powershell-yaml
v0.4.11
Bugfixes
- Fix nested PSCustomObjects in hashtables by @gabriel-samfira in #169
- Use decimal as first option when parsing floats by @gabriel-samfira in #170. Thanks @amis92 for the suggestion!
- Fix lint errors by @gabriel-samfira in #172
- Use decimals instead of double for tagged floats by @gabriel-samfira in #174
Misc
- Add aditional tests by @gabriel-samfira in #171
- Update README.md by @gabriel-samfira in #173
Full Changelog: v0.4.10...v0.4.11
v0.4.10
What's Changed
- Fix broken if comparison by @gabriel-samfira in #165
- Fix broken json compatibility by @gabriel-samfira in #166
- Bump version and update release notes by @gabriel-samfira in #167
Full Changelog: v0.4.9...v0.4.10
powershell-yaml v0.4.9
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.