Package Details: jq-lite 2.46-1

Git Clone URL: https://aur.archlinux.org/jq-lite.git (read-only, click to copy)
Package Base: jq-lite
Description: Lightweight jq-like JSON query engine in Perl
Upstream URL: https://metacpan.org/release/JQ-Lite
Keywords: cli filter jq-compatible json lightweight perl tool
Licenses: Artistic-1.0-Perl, GPL-1.0-or-later
Submitter: shingo.kawamura
Maintainer: shingo.kawamura
Last Packager: shingo.kawamura
Votes: 1
Popularity: 0.042493
First Submitted: 2025-12-13 13:49 (UTC)
Last Updated: 2026-05-15 23:36 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

shingo.kawamura commented on 2026-01-04 09:42 (UTC)

1.82 2026-01-04

- Ignore SIGPIPE in CLI to avoid premature termination when pipes are closed
  early, stabilizing CLI behavior

shingo.kawamura commented on 2026-01-04 04:50 (UTC)

1.81 2026-01-04

- Promote release to version 1.81 including the type() handling
  updates for scientific notation and numeric-looking strings.

shingo.kawamura commented on 2026-01-04 04:29 (UTC)

1.80 2026-01-04

- Promote release to version 1.80 reflecting normalized boolean path
  traversal handling in getpath.

shingo.kawamura commented on 2026-01-04 02:02 (UTC)

1.79 2026-01-04

- Promote release to version 1.79 including the boolean handling
  improvements for numeric rounding helpers and expanded coverage.

shingo.kawamura commented on 2026-01-04 00:03 (UTC)

1.78 2026-01-04

- Promote release to version 1.78 after tightening percentile
  validation and extending test coverage.

shingo.kawamura commented on 2026-01-03 23:01 (UTC)

1.77 2026-01-04

- Promote release to version 1.77 aligning with the expanded
  percentile test coverage.

shingo.kawamura commented on 2026-01-03 21:44 (UTC)

1.76 2026-01-04

- Promote release to version 1.76 reflecting the updated version
  output.

shingo.kawamura commented on 2026-01-03 11:09 (UTC)

1.75 2026-01-03

- Promote release to version 1.75 including the expanded
  --help-functions output that lists all supported built-ins.

shingo.kawamura commented on 2026-01-03 10:22 (UTC)

1.74 2026-01-03

- Improved POD documentation to clarify jq compatibility and intended use cases
  in environments where the jq binary cannot be installed.

- No functional changes.

shingo.kawamura commented on 2026-01-03 09:14 (UTC)

1.73 2026-01-03

- Guard the CLI broken pipe contract test against SIGPIPE so runs on
  Perl 5.16 no longer abort with missing TAP output.