github-actions
released this
29 Apr 02:16
·
569 commits
to master
since this release
- Can specify a split expression file via the new
--split-exp-file
flag #1194 - Fixed append map bug when key matches value in existing map #1200
- Nicer error message when trying to use merge anchor tags other than maps #1184
- Fixed Don't automatically read stdin when the null input flag is used
- Added type as an alias for tag #1195
- Fixes bug when using write in-place with no expression and multiple files #1193
Note There was a bug where the last file instead of the first was being updated when using eval-all with write inplace, and no expression (or expression via --from-file
. This has been fixed to the first file is updated, as per the documentation.