Releases: Rooyca/query-json
Releases · Rooyca/query-json
0.1.2
0.1.1
0.1.0
0.0.9
- Inline queries are rendered as they are written.
Full Changelog: 0.0.8...0.0.9
0.0.8
Fix and Changes
- Now it's possible to access data in arrays using numbers (
.0
)
Features
- New code-block flag
#qj-format
to display data in one of the following formats:list
,table
orimg
Full Changelog: 0.0.7...0.0.8
0.0.7
Features
- Added
#qj-query
flag to codeblocks- syntax:
key.key[val >= 55 && val == val]
- syntax:
Full Changelog: 0.0.6...0.0.7
0.0.6
- I'm trying to make the plugin syntax more readable and easy to understand
Full Changelog: 0.0.5...0.0.6
0.0.5
- Fix performance by removing unnecessary runs
- Change query syntax, from
@>ID;PATH;
to@ID>PATH;
Full Changelog: 0.0.4...0.0.5
0.0.4
Notice
now display total of keys and a list of keys.
Full Changelog: 0.0.3...0.0.4
0.0.3
- Replaced
var
forlet
. - remove
activeLeaf
Full Changelog: 0.0.1...0.0.3