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.044264
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

1 2 3 4 5 Next › Last »

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

You can check Changes https://github.com/kawamurashingo/JQ-Lite/blob/main/Changes

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

1.91 2026-01-05

- Promote release to version 1.91 covering string scalar flattening
  improvements and expanded test coverage.

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

1.90 2026-01-05

- Promote release to version 1.90 including argument validation for
  drop(), tail(), and chunks() along with expanded slice tests.

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

1.89 2026-01-05

- Release version 1.89 with stricter limit() validation and expanded
  tests covering invalid arguments.

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

1.88 2026-01-05

- Promote release to version 1.88 including the invalid regex error
  handling improvements and additional test coverage.

shingo.kawamura commented on 2026-01-05 00:08 (UTC)

1.87 2026-01-05

- Clarified and enforced usage errors when --raw-input is used without
  a filter expression, including distinct diagnostics for standalone
  and --slurp modes.
- Added CLI regression tests to lock in exit code 5 and the expected
  usage messages for missing-query scenarios.

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

1.86 2026-01-05

- Refined the count filter to operate per input value, correctly handling
  streamed inputs and nested arrays without implicit aggregation.

- Expanded count test coverage to validate stream semantics, including
  objects, scalars, null values, and composed pipelines.

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

1.85 2026-01-05

- Hardened range() argument validation to reject booleans, references,
  and numeric-looking strings instead of silently coercing them.
- Expanded range tests to cover invalid bounds and step values,
  ensuring runtime errors are raised consistently.

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

1.84 2026-01-05

- Promote release to version 1.84 incorporating stricter path element
  validation and expanded coverage for setpath() and delpaths().

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

1.83 2026-01-05

- Promote release to version 1.83 capturing the compile-time validation
  improvements for empty comma-separated filters and expanded CLI
  contract coverage.