Releases: mikefarah/yq
Releases · mikefarah/yq
v4.40.2 - Official
Thank you for all your support! I've fixed some of the issues that were kindly raised :) Happy to make the release official!
- Do not panic when StdIn is closed (#1867) Thanks @aleskandro!
- Fixed issue when update against self #1869
- Fixed multi doc anchor bug #1861
- Fixes doc line separator issue when reading expression file #1860
- Bumped dependencies
v4.40.1 - Engine refactor
I've done some overdue work on refactoring the core engine - pulling out the dependency on go-yaml. There are a couple of slight output changes (whitespace / document separators) in some niche scenarios - I think they are improvements, Bit nervous on releasing this, but all the tests are passing and I've added more tests! Love some early feedback :)
v4.35.2 - Minor fixes
v4.35.1 - Lua Output!
v4.34.2
Bumped depedencies
v4.34.1
- Added shell output format thanks @giorgiga
- Fixed nil pointer dereference (#1649) thanks @ArthurFritz
- Bumped dependency versions
v4.33.3
v4.33.2 - Null seperated output and snap removable media
v4.33.1 - TOML! (readonly)
- Added read-only TOML support! #1364. Thanks @pelletier for making your API available in your toml lib :)
- Added warning when auto detect by file type is outputs JSON (#1608)
v4.32.2 - Fixes parsing unknown file format issue
Fixes parsing terraform tfstate files results in "unknown" format