Skip to content

Releases: bmatsuo/jqsh

Version 0.5

14 Jul 18:44
Compare
Choose a tag to compare
  • The "help" command has been greatly improved and is much more useful now.
  • The "exec" and "sh" commands have been combined into a single command,
    "pipe". The "pipe" command currently has two separate modes -in and
    -out with the same functionality as "exec" and "sh" respectively.
  • Warning messages are printed when performing operations when no input has
    been declared yet.

Version 0.4

13 Jul 10:41
Compare
Choose a tag to compare

This version brings stability and improved documentation since the last beta
release. There is also interal improvements to the codebase.

There is a new command ":peek" and new shell shorthand syntax "?", ".",
and "..". See the reference for more information.

Version 0.4 beta3

02 Jul 01:27
Compare
Choose a tag to compare
Version 0.4 beta3 Pre-release
Pre-release

Several bugs have been fixed since the last release.

  • Fix broken paging on linux.
  • Fix broken input when "write" is performed without cached input.

0.4beta2: Version 0.4 beta2

01 Jul 02:25
Compare
Choose a tag to compare
Pre-release

Fixes version detection for the version of jq packaged for Ubuntu 14.04

0.4beta1: Version 0.4 beta1

01 Jul 01:11
Compare
Choose a tag to compare
Pre-release

This beta release has two useful enhancements, "sh" and "write filename". It's
worth getting binaries out there to test while the remaining (internal) changes
occur.

Version 0.3.1

30 Jun 23:12
Compare
Choose a tag to compare

This release cleaned up a few rough edges left after the 0.3 changes.

  • Accidental debug logging has been removed.
  • Handling of EOF is improved.

Version 0.3

30 Jun 22:33
Compare
Choose a tag to compare
  • The jq executable is now detected on startup.
  • The command interface has been unified. All commands now respond to -h as documentation suggests.
  • Many bug fixes as test infrastructure begins to take place (edit: shape).

Version 0.2

30 Jun 06:47
Compare
Choose a tag to compare

Fixes a bug a bug with the exec command's handling of arguments.

Version 0.1

30 Jun 06:03
Compare
Choose a tag to compare

This has enough features and testing to be considered usable. Things are still
very rough and the exact syntax of commands may change. But the core
functionality is right.