You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add support for xmltodict force_list definition for xq CLI (kislyuk#95)
- Support explicit doc markers (kislyuk#93)
- Ensure proper ordering of help messages (kislyuk#90)
Changes for v2.10.0 (2019-12-23)
================================
- Add support for in-place editing (yq -yi)
- Add argcomplete integration
- Docs: Migrate from RTD to gh-pages
- Set default block sequence indentation to 2 spaces, --indentless for 0
- Make main body of yq callable as a library function
- Test and release infrastructure updates