Skip to content

v0.16.9

Compare
Choose a tag to compare
@daveshanley daveshanley released this 08 Jul 14:18
· 62 commits to main since this release

Bugfixes, hardening and tuneups.

Fixes:

Adds GetKeyNode and GetRootNode methods to low level models. Useful for interfaces in downstream applications.
A general tuneup in various places after hammering the library as part of a larger stack of applications.

go-yaml currently panics when trying to render the test case. So we've got to short-circuit the "empty node" to not use Encode to copy across the empty scalar node, but just set the value explicitly

Removed golang.org/ x package in favour of the std lib

@ThomasRooney
@emilien-puget