Releases: mikefarah/yq
Releases · mikefarah/yq
v4.40.4 - Fixed bug with creating maps with values based off keys
v4.40.3 - Fixes JSON empty array bug
- Fixed JSON output issue with empty arrays #1880
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