Skip to content

Releases: prashanth-hegde/jpath

Bugfix: Negative Waitgroup counter

15 Apr 18:55
Compare
Choose a tag to compare

This is a bugfix release for negative waitgroup counter for unwrapped messages

Bugfixes

18 Mar 23:51
01c44f2
Compare
Choose a tag to compare

There was an issue where a non-existing field in the input expression would throw an exception and exit the program.
Now, if an input expression contains a non-existing field it doesn't fail, but returns empty fields with it.

Support for http requests

20 Feb 16:01
41c9d0d
Compare
Choose a tag to compare

json formatting/parsing is very often used with http calls. So adding support to make http calls for parsing json.

Usage:

jpath expression url [-H 'key: value']

Example: 
jpath 'results[gender=male]' https://randomuser.me/api/?results=10 -H 'x-api-key: fakeKey'

First minor release

15 Dec 13:57
4abc1b2
Compare
Choose a tag to compare

First minor release

A stable release with the most important features!

unwrap, compact options

11 Dec 03:13
Compare
Choose a tag to compare

This release brings the following experimental features

  1. -u||--unwrap --> for streaming outputs
  2. -c|--compress --> for compressed output to terminal
  3. performance enhancements
  4. more tests and benchmarking

Although the functional coverage is decent enough (>90%), there may be some edge cases that are still not covered.
This is still a minor release because some race conditions still need to be baked well. But all in all, is a very exciting release

0.0.2

02 Dec 17:30
Compare
Choose a tag to compare

What's Changed

  • regex filters
  • count impl
  • jpath as piped command for streaming stdin outputs
  • more tests

0.0.1

27 Nov 15:11
Compare
Choose a tag to compare
testing release actions