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 JQ_COLORS env var for configuring the output colors
Bug fixes:
Calling jq without a program argument now always assumes . for the program, regardless of stdin/stdout. (5fe0536)
Make sorting stable regardless of qsort. (7835a72)
Adds a local oniguruma submodule and the ./configure --with-oniguruma=builtin option to make it easier to build with oniguruma support on systems where you can't install system-level libraries. (c6374b6 and 02bad4b)