summaryrefslogtreecommitdiffstats
path: root/docs/content/download/default.yml
AgeCommit message (Collapse)Author
2024-02-13docs: Update chocolatey install command in default.yml (#3042)Bhargava Mummadireddy
2023-12-24Add jq 1.7.1 to webpage (#3003)Mattias Wadman
Make it the default download
2023-11-29website: use https URLs instead of http URLs in download pageEmanuele Torre
Also add markdown formatting for decNumber URL so it gets rendered as a link in the html page.
2023-09-07Update webpage with 1.7 release (#2879)Owen Ou
* Update webpage with 1.7 release Update webpage with 1.7 release * Update docs/content/download/default.yml Co-authored-by: itchyny <itchyny@cybozu.co.jp> * Update docs/templates/index.html.j2 Co-authored-by: itchyny <itchyny@cybozu.co.jp> * Update docs/content/download/default.yml Co-authored-by: itchyny <itchyny@cybozu.co.jp> * Don't mention 1.7rc signatures * Add link to 1.7 manual * binaries -> binary * AMD 32-bit to i386 * Standarize arch types to AMD64, ARM64 & i386 in download page --------- Co-authored-by: itchyny <itchyny@cybozu.co.jp>
2023-07-31Update download page with new release keyNicolas Williams
2023-07-31Redesign website (#2628)itchyny
* Bump up Bootstrap to v5.3.1, Bootstrap Icon to v1.10.5. * Use autoComplete.js to drop dependency on jQuery and typeahead.js. * Support dark mode. * New svg logo and icon with responsive color mode support. * Normalize section ids to lower kebab-case for easiness of linking. * Use relative paths for links for local development (--root /output). * Various markup cleanups and accessibility improvements.
2023-07-24Make maintainer-mode default to disabledMattias Wadman
This makes the standard build instructions a bit easier, just ./configure, and also requires less tools installed (bison). Also i think few people probably want to generate the lexer and paser code.
2023-07-24Improve manual in various ways (inputs, sort_by, foreach sections, etc.) (#2744)itchyny
- Add error/0 and mentions null input behavior (close #2231) - Explain value iterator suffix syntax .foo[] (close #1047) - Mention array slicing is also zero-based (close #2094) - Add examples of input and inputs filters (close #2216, close #2470) - Improve sort_by about multiple values (close #2103, close #2467, close #2474) - Improve foreach section and simplify examples (close #1148, close #2169) - Fix recurse/1 document on how it is identical using recurse/2 (close #2036, close #2412) - Add non-string examples of index/1, rindex/1 (close #1422) - Simplify the example of truncate_stream/1 (close #1736)
2023-07-21Clarify the Docker image location (close #1864) (#2740)itchyny
2023-06-20Improve Download page: drop versions for each package manager (#2619)itchyny
2023-06-16Fedora link returns 404 (#2067)calpeconsulting
2023-06-16Add Windows installation via scoop (#2188)Marcin KÅ‚opotek
2023-06-06docs: install via winget (#2600)eitsupi
2023-06-04docs: Update Flex URL (#2582)Tom Wolf
Co-authored-by: Owen Ou <169064+owenthereal@users.noreply.github.com>
2023-05-28Update URLs from stedolan to jqlangStephen Dolan
2022-05-26Add --recursive to git cloneSean Wei
2022-05-26jq is now available through fink.dak180
2021-05-01update the version available through Chocolateymjarosie
2020-03-02Change Homebrew version in docs to 1.6Gustav
2020-01-07Add information on how to install on OS X with MacPortsBernard Niset
2019-10-22Add decNumber libraryLeonid S. Usov
The library adds support for decimal numbers of arbitrary length. Downloaded from ICU, under ICU 1.8.1 license http://download.icu-project.org/files/decNumber/decNumber-icu-368.zip
2019-07-21docs: fix seriously dangerous download instructions for Arch LinuxEli Schwartz
The current instructions tell users to perform two actions: - update the package database - install the jq package The only thing users need to or should be doing is actually installing the jq package -- regardless of which version is being installed. Guidelines on how to perform system updates are massively out of scope. In the case of partially performing a system update as a prerequisite for installing jq, the official guidance from Arch Linux is not to do this: partial updates are not supported, we refuse to support them, and anyone who does try to perform them anyway is assumed to know so much about their system that they clearly do not ever need help from anyone else (which is a good thing since they won't get it). The result is a frankensteined system that can only ever be supported by the person who frankensteined it to begin with. The only reason the package manager even allows it to occur in the first place is because other distributions using pacman might have different LTS policies, and because it would prevent expert users from being in control of their system, as per the traditional Unix philosophy: "Unix was not designed to stop you from doing stupid things, because that would also stop you from doing clever things." Consequences of performing partial updates without understanding the ramifications in extensive detail can include breaking the partially updated application (jq), breaking any application that shares a mutual dependency with the partially updated application (which jq is *lucky* to only depend on the ever-backwards-compatible glibc), or breaking the entire operating system by leaving armed traps behind for the next time a `pacman -S new-package` is executed and thereby breaks *its* cascading dependencies. See: https://wiki.archlinux.org/index.php/System_maintenance#Partial_upgrades_are_unsupported
2019-02-26Remove ruby dependency from website buildWilliam Langford